Searched refs:aesgcm_crypt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/crypto/ |
H A D | aesgcm.c | 95 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()
|