Lines Matching refs:assoc
77 const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag)
83 aesgcm_ghash(&ghash, &ctx->ghash_key, assoc, assoc_len);
127 * @assoc: Pointer to the associated data,
136 int crypt_len, const u8 *assoc, int assoc_len,
144 aesgcm_mac(ctx, dst, crypt_len, assoc, assoc_len, ctr, authtag);
155 * @assoc: Pointer to the associated data,
166 const u8 *src, int crypt_len, const u8 *assoc,
175 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf);
551 u8 assoc[20];
586 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
645 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
660 .assoc = "\xfe\xed\xfa\xce\xde\xad\xbe\xef"
696 aesgcm_tv[i].assoc, aesgcm_tv[i].alen,
704 aesgcm_encrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc,
712 if (!aesgcm_decrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc,