Lines Matching defs:assoc
81 * @assoc: Points to the associated data.
90 const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag)
96 aesgcm_ghash(&ghash, &ctx->ghash_key, assoc, assoc_len);
140 * @assoc: Pointer to the associated data,
149 int crypt_len, const u8 *assoc, int assoc_len,
157 aesgcm_mac(ctx, dst, crypt_len, assoc, assoc_len, ctr, authtag);
168 * @assoc: Pointer to the associated data,
179 const u8 *src, int crypt_len, const u8 *assoc,
188 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf);
564 u8 assoc[20];
599 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
658 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
673 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
709 aesgcm_tv[i].assoc, aesgcm_tv[i].alen,
717 aesgcm_encrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc,
725 if (!aesgcm_decrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc,