Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c49 struct gcm_ctx { struct
87 static void set_aad(struct gcm_ctx *gctx, struct Hash_ctx *hash, in set_aad()
113 static void gcmp10_init(struct gcm_ctx *gctx, u8 *iv, unsigned char *rdkey, in gcmp10_init()
141 static void finish_tag(struct gcm_ctx *gctx, struct Hash_ctx *hash, int len) in finish_tag()
205 u8 databuf[sizeof(struct gcm_ctx) + PPC_ALIGN]; in p10_aes_gcm_crypt()
206 struct gcm_ctx *gctx = PTR_ALIGN((void *)databuf, PPC_ALIGN); in p10_aes_gcm_crypt()