Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c73 static void aes_gcm_final(uint8_t *, void *);
118 .final = aes_gcm_final,
302 aes_gcm_final(uint8_t *tag, void *vctx) in aes_gcm_final() function