Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/opencrypto/
HDgmac.c38 struct aes_gmac_ctx *agc; in AES_GMAC_Init()
47 struct aes_gmac_ctx *agc; in AES_GMAC_Setkey()
67 struct aes_gmac_ctx *agc; in AES_GMAC_Reinit()
81 struct aes_gmac_ctx *agc; in AES_GMAC_Update()
119 struct aes_gmac_ctx *agc; in AES_GMAC_Final()
HDxform_gmac.c70 .ctxsize = sizeof(struct aes_gmac_ctx),
84 .ctxsize = sizeof(struct aes_gmac_ctx),
98 .ctxsize = sizeof(struct aes_gmac_ctx),
HDxform_auth.h95 struct aes_gmac_ctx aes_gmac_ctx; member
HDgmac.h39 struct aes_gmac_ctx { struct