Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_gmac.c74 .Init = AES_GMAC_Init,
88 .Init = AES_GMAC_Init,
102 .Init = AES_GMAC_Init,
H A Dgmac.h50 void AES_GMAC_Init(void *);
H A Dgmac.c39 AES_GMAC_Init(void *ctx) in AES_GMAC_Init() function