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

/linux-master/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,
113 static void gcmp10_init(struct gcm_ctx *gctx, u8 *iv, unsigned char *rdkey,
141 static void finish_tag(struct gcm_ctx *gctx, struct Hash_ctx *hash, int len)
205 u8 databuf[sizeof(struct gcm_ctx) + PPC_ALIGN];
206 struct gcm_ctx *gctx = PTR_ALIGN((void *)databuf, PPC_ALIGN);

Completed in 129 milliseconds