Cryptography Reference
In-Depth Information
void
free_l (CLINT reg_l)
{
if (NULL != reg_l)
{
memset (reg_l, 0, CLINTMAXBYTE);
free (n_l);
}
}
Search WWH ::




Custom Search