Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c56 struct Hash_ctx { struct
87 static void set_aad(struct gcm_ctx *gctx, struct Hash_ctx *hash, in set_aad()
114 struct Hash_ctx *hash, u8 *assoc, unsigned int assoclen) in gcmp10_init()
141 static void finish_tag(struct gcm_ctx *gctx, struct Hash_ctx *hash, int len) in finish_tag()
207 u8 hashbuf[sizeof(struct Hash_ctx) + PPC_ALIGN]; in p10_aes_gcm_crypt()
208 struct Hash_ctx *hash = PTR_ALIGN((void *)hashbuf, PPC_ALIGN); in p10_aes_gcm_crypt()