Searched refs:aesgcm_decrypt (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/crypto/ |
H A D | aesgcm.c | 165 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst, in aesgcm_decrypt() function 183 EXPORT_SYMBOL(aesgcm_decrypt); 695 if (!aesgcm_decrypt(&ctx, buf, aesgcm_tv[i].ctext, plen, in libaesgcm_init() 712 if (!aesgcm_decrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init()
|
/openbmc/linux/include/crypto/ |
H A D | gcm.h | 80 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,
|