Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c72 static int aes_gcm_update(void *, const void *, u_int);
117 .update = aes_gcm_update,
286 aes_gcm_update(void *vctx, const void *buf, u_int len) in aes_gcm_update() function