Searched refs:crypto_aead_xchacha20poly1305_ietf_decrypt (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | aead_xchacha20poly1305.c | 67 if (crypto_aead_xchacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, CLEN, ad, in tv() 90 if (crypto_aead_xchacha20poly1305_ietf_decrypt(m2, NULL, NULL, c, CLEN, in tv() 109 if (crypto_aead_xchacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, CLEN, in tv() 120 if (crypto_aead_xchacha20poly1305_ietf_decrypt( in tv() 131 if (crypto_aead_xchacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, 0U, NULL, 0U, in tv() 154 if (crypto_aead_xchacha20poly1305_ietf_decrypt(c, &m2len, NULL, c, CLEN, in tv() 166 if (crypto_aead_xchacha20poly1305_ietf_decrypt(c, &m2len, NULL, c, CLEN, in tv()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_aead_xchacha20poly1305.h | 47 int crypto_aead_xchacha20poly1305_ietf_decrypt(unsigned char *m,
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/ |
| H A D | aead_xchacha20poly1305.c | 97 crypto_aead_xchacha20poly1305_ietf_decrypt(unsigned char *m, in crypto_aead_xchacha20poly1305_ietf_decrypt() function
|