_destroy(pMetaCache);
pMetaCache = NULL;
}
/* delete all the tfm descriptors */
while (NULL != g_pTfm_desc_list_head) {
del_tfm_desc(g_pTfm_desc_list_head->pAead);
}
printk("%s: Intel ICP NetKey Unloaded.\n", __FUNCTION__);
}
m
Nicolas, Mario wrote:
> So my questions are:
> -What is this variable used for?
> -If there are multiple implementations of the same algorithm, how is one
> version chosen as opposed to another one?
The one with the numerically higher priority will be used. If
there are multiple implementation
Hi,
I have written a module that implements GCM algorithm for LKCF (by calling
dedicated hardware).
I would like to understand how the priority mechanism works in order to be sure
that my module will be selected when I need to. At the moment it seems it is
always used, which is great but I'd