Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h53 #define crypto_aead_aes256gcm_MESSAGEBYTES_MAX \ macro
/f-stack/freebsd/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3239 assert(crypto_aead_aes256gcm_messagebytes_max() == crypto_aead_aes256gcm_MESSAGEBYTES_MAX); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c527 if (mlen > crypto_aead_aes256gcm_MESSAGEBYTES_MAX) { in crypto_aead_aes256gcm_encrypt_detached_afternm()
665 if (clen > crypto_aead_aes256gcm_MESSAGEBYTES_MAX) { in crypto_aead_aes256gcm_decrypt_detached_afternm()
1072 return crypto_aead_aes256gcm_MESSAGEBYTES_MAX; in crypto_aead_aes256gcm_messagebytes_max()