Searched refs:aesgcm_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux/include/crypto/ |
| H A D | gcm.h | 67 struct aesgcm_ctx { struct 73 int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key, argument 76 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, 80 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,
|
| /linux/lib/crypto/ |
| H A D | aesgcm.c | 45 int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key, in aesgcm_expandkey() 88 static void aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len, in aesgcm_mac() 107 static void aesgcm_crypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_crypt() 147 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_encrypt() 177 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst, in aesgcm_decrypt() 698 struct aesgcm_ctx ctx; in libaesgcm_init()
|
| /linux/arch/x86/coco/sev/ |
| H A D | core.c | 1542 static struct aesgcm_ctx *snp_init_crypto(u8 *key, size_t keylen) in snp_init_crypto() 1544 struct aesgcm_ctx *ctx; in snp_init_crypto() 1716 struct aesgcm_ctx *ctx = mdesc->ctx; in verify_and_dec_payload() 1755 struct aesgcm_ctx *ctx = mdesc->ctx; in enc_payload()
|
| /linux/arch/x86/include/asm/ |
| H A D | sev.h | 317 struct aesgcm_ctx *ctx;
|