Home
last modified time | relevance | path

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

/linux-6.15/lib/crypto/
H A Daesgcm.c89 static void aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len, in aesgcm_mac() function
157 aesgcm_mac(ctx, dst, crypt_len, assoc, assoc_len, ctr, authtag); in aesgcm_encrypt()
188 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf); in aesgcm_decrypt()