Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h51 size_t crypto_aead_aes256gcm_abytes(void);
/freebsd/sys/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3237 assert(crypto_aead_aes256gcm_abytes() == crypto_aead_aes256gcm_ABYTES); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c1058 crypto_aead_aes256gcm_abytes(void) in crypto_aead_aes256gcm_abytes() function