Home
last modified time | relevance | path

Searched refs:AES_GMAC_Reinit (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_gmac.c76 .Reinit = AES_GMAC_Reinit,
90 .Reinit = AES_GMAC_Reinit,
104 .Reinit = AES_GMAC_Reinit,
H A Dgmac.h52 void AES_GMAC_Reinit(void *, const uint8_t *, u_int);
H A Dgmac.c68 AES_GMAC_Reinit(void *ctx, const uint8_t *iv, u_int ivlen) in AES_GMAC_Reinit() function