Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_gmac.c76 .Update = AES_GMAC_Update,
90 .Update = AES_GMAC_Update,
104 .Update = AES_GMAC_Update,
H A Dgmac.h50 int AES_GMAC_Update(void *, const void *, u_int);
H A Dgmac.c79 AES_GMAC_Update(void *ctx, const void *vdata, u_int len) in AES_GMAC_Update() function
H A Dxform_aes_icm.c290 return (AES_GMAC_Update(&ctx->gmac, buf, len)); in aes_gcm_update()