Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Daead_chacha20poly1305.c216 crypto_aead_chacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv_ietf()
275 crypto_aead_chacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv_ietf()
319 crypto_aead_chacha20poly1305_ietf_encrypt(c, &found_clen, c, MLEN, in tv_ietf()
H A Dmisuse.c123 assert(crypto_aead_chacha20poly1305_ietf_encrypt(NULL, NULL, NULL, UINT64_MAX, in sigabrt_handler_4()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_chacha20poly1305.h40 int crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c135 crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c, in crypto_aead_chacha20poly1305_ietf_encrypt() function
/freebsd/sys/contrib/libsodium/
H A DChangeLog274 crypto_aead_chacha20poly1305_ietf_encrypt() and