Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Daesgcm.c95 static void aesgcm_crypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_crypt() function
143 aesgcm_crypt(ctx, dst, src, crypt_len, ctr); in aesgcm_encrypt()
180 aesgcm_crypt(ctx, dst, src, crypt_len, ctr); in aesgcm_decrypt()