Searched refs:aesgcm_decrypt (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/crypto/ |
| H A D | aesgcm.c | 177 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst, in aesgcm_decrypt() function 195 EXPORT_SYMBOL(aesgcm_decrypt); 707 if (!aesgcm_decrypt(&ctx, buf, aesgcm_tv[i].ctext, plen, in libaesgcm_init() 724 if (!aesgcm_decrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init()
|
| /linux/include/crypto/ |
| H A D | gcm.h | 80 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,
|
| /linux/arch/x86/coco/sev/ |
| H A D | core.c | 1744 if (!aesgcm_decrypt(ctx, req->resp_buf, resp_msg->payload, resp_msg_hdr->msg_sz, in verify_and_dec_payload()
|