Home
last modified time | relevance | path

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

/linux-6.15/lib/crypto/
H A Daesgcm.c148 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_encrypt() function
159 EXPORT_SYMBOL(aesgcm_encrypt);
717 aesgcm_encrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init()
/linux-6.15/include/crypto/
H A Dgcm.h76 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src,
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c3096 aesgcm_encrypt(ctx, msg->payload, req->req_buf, req->req_sz, &hdr->algo, in enc_payload()