Home
last modified time | relevance | path

Searched refs:aesgcm_tv (Results 1 – 1 of 1) sorted by relevance

/linux/lib/crypto/
H A Daesgcm.c551 } const aesgcm_tv[] __initconst = {
677 for (int i = 0; i < ARRAY_SIZE(aesgcm_tv); i++) {
679 int plen = aesgcm_tv[i].plen;
683 if (aesgcm_expandkey(&ctx, aesgcm_tv[i].key, aesgcm_tv[i].klen,
684 aesgcm_tv[i].clen - plen)) {
689 if (!aesgcm_decrypt(&ctx, buf, aesgcm_tv[i].ctext, plen,
690 aesgcm_tv[i].assoc, aesgcm_tv[i].alen,
691 aesgcm_tv[
569 } const aesgcm_tv[] __initconst = { global() variable
[all...]