Searched refs:Hash_ctx (Results 1 – 1 of 1) sorted by relevance
60 struct Hash_ctx { struct94 static void set_aad(struct gcm_ctx *gctx, struct Hash_ctx *hash, in set_aad()121 struct Hash_ctx *hash, u8 *assoc, unsigned int assoclen) in gcmp10_init()148 static void finish_tag(struct gcm_ctx *gctx, struct Hash_ctx *hash, int len) in finish_tag()215 u8 hashbuf[sizeof(struct Hash_ctx) + PPC_ALIGN]; in p10_aes_gcm_crypt()216 struct Hash_ctx *hash = PTR_ALIGN((void *)hashbuf, PPC_ALIGN); in p10_aes_gcm_crypt()