Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dgmac.c41 struct aes_gmac_ctx *agc; in AES_GMAC_Init()
50 struct aes_gmac_ctx *agc; in AES_GMAC_Setkey()
70 struct aes_gmac_ctx *agc; in AES_GMAC_Reinit()
80 struct aes_gmac_ctx *agc; in AES_GMAC_Update()
118 struct aes_gmac_ctx *agc; in AES_GMAC_Final()
H A Dxform_gmac.c72 .ctxsize = sizeof(struct aes_gmac_ctx),
86 .ctxsize = sizeof(struct aes_gmac_ctx),
100 .ctxsize = sizeof(struct aes_gmac_ctx),
H A Dxform_auth.h95 struct aes_gmac_ctx aes_gmac_ctx; member
H A Dgmac.h42 struct aes_gmac_ctx { struct