Searched refs:aesgcm_encrypt (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/crypto/ |
| H A D | aesgcm.c | 147 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_encrypt() function 158 EXPORT_SYMBOL(aesgcm_encrypt); 716 aesgcm_encrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init()
|
| /linux/include/crypto/ |
| H A D | gcm.h | 76 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src,
|
| /linux/arch/x86/coco/sev/ |
| H A D | core.c | 2156 aesgcm_encrypt(ctx, msg->payload, req->req_buf, req->req_sz, &hdr->algo, in enc_payload()
|