Searched refs:AES_GMAC_Update (Results 1 – 4 of 4) sorted by relevance
76 .Update = AES_GMAC_Update,90 .Update = AES_GMAC_Update,104 .Update = AES_GMAC_Update,
50 int AES_GMAC_Update(void *, const void *, u_int);
79 AES_GMAC_Update(void *ctx, const void *vdata, u_int len) in AES_GMAC_Update() function
290 return (AES_GMAC_Update(&ctx->gmac, buf, len)); in aes_gcm_update()