Searched refs:aesgcm_crypt (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/crypto/ |
| H A D | aesgcm.c | 107 static void aesgcm_crypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_crypt() function 155 aesgcm_crypt(ctx, dst, src, crypt_len, ctr); in aesgcm_encrypt() 192 aesgcm_crypt(ctx, dst, src, crypt_len, ctr); in aesgcm_decrypt()
|