Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_gmac.c77 .Update = AES_GMAC_Update,
91 .Update = AES_GMAC_Update,
105 .Update = AES_GMAC_Update,
H A Dgmac.h53 int AES_GMAC_Update(void *, const void *, u_int);
H A Dgmac.c78 AES_GMAC_Update(void *ctx, const void *vdata, u_int len) in AES_GMAC_Update() function