Searched refs:aesgcm_mac (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/crypto/
H A Daesgcm.c77 * aesgcm_mac - Generates the authentication tag using AES-GCM algorithm.
89 static void aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len, function
157 aesgcm_mac(ctx, dst, crypt_len, assoc, assoc_len, ctr, authtag);
188 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf);

Completed in 113 milliseconds