Searched refs:aes256_gcm (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | aes256.c | 115 aes256_gcm(const fido_blob_t *key, const fido_blob_t *nonce, in aes256_gcm() function 208 return aes256_gcm(key, nonce, aad, in, out, 1); in aes256_gcm_enc() 215 return aes256_gcm(key, nonce, aad, in, out, 0); in aes256_gcm_dec()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | functions.txt | 11 aes256.c:aes256_gcm 52 1 98.08% 60 4 93.33%
|