gcm_ctx
static void gcmp10_init(struct gcm_ctx *gctx, u8 *iv, unsigned char *rdkey,
static void finish_tag(struct gcm_ctx *gctx, struct Hash_ctx *hash, int len)
u8 databuf[sizeof(struct gcm_ctx) + PPC_ALIGN];
struct gcm_ctx *gctx = PTR_ALIGN((void *)databuf, PPC_ALIGN);
static void set_aad(struct gcm_ctx *gctx, struct Hash_ctx *hash,