Home
last modified time | relevance | path

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

/linux-6.15/lib/crypto/
H A Daesgcm.c178 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst, in aesgcm_decrypt() function
196 EXPORT_SYMBOL(aesgcm_decrypt);
708 if (!aesgcm_decrypt(&ctx, buf, aesgcm_tv[i].ctext, plen, in libaesgcm_init()
725 if (!aesgcm_decrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init()
/linux-6.15/include/crypto/
H A Dgcm.h80 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c3060 if (!aesgcm_decrypt(ctx, req->resp_buf, resp_msg->payload, resp_msg_hdr->msg_sz, in verify_and_dec_payload()