Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c76 static int aes_ccm_update(void *, const void *, u_int);
138 .update = aes_ccm_update,
294 aes_ccm_update(void *vctx, const void *buf, u_int len) in aes_ccm_update() function