Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Daead_chacha20poly1305.c241 if (crypto_aead_chacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, CLEN, ad, in tv_ietf()
268 if (crypto_aead_chacha20poly1305_ietf_decrypt(m2, NULL, NULL, c, CLEN, in tv_ietf()
287 if (crypto_aead_chacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, CLEN, in tv_ietf()
298 if (crypto_aead_chacha20poly1305_ietf_decrypt( in tv_ietf()
309 if (crypto_aead_chacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, 0U, NULL, 0U, in tv_ietf()
332 if (crypto_aead_chacha20poly1305_ietf_decrypt(c, &m2len, NULL, c, CLEN, in tv_ietf()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_chacha20poly1305.h51 int crypto_aead_chacha20poly1305_ietf_decrypt(unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c300 crypto_aead_chacha20poly1305_ietf_decrypt(unsigned char *m, in crypto_aead_chacha20poly1305_ietf_decrypt() function
/freebsd/sys/contrib/libsodium/
H A DChangeLog275 crypto_aead_chacha20poly1305_ietf_decrypt().