Searched refs:crypto_secretbox_xchacha20poly1305_easy (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_secretbox_xchacha20poly1305.h | 33 int crypto_secretbox_xchacha20poly1305_easy(unsigned char *c,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/ |
H A D | secretbox_xchacha20poly1305.c | 75 crypto_secretbox_xchacha20poly1305_easy(unsigned char *c, in crypto_secretbox_xchacha20poly1305_easy() function
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | xchacha20.c | 243 assert(crypto_secretbox_xchacha20poly1305_easy(out2, m, 0, nonce, key) == 0); in tv_secretbox_xchacha20poly1305() 244 assert(crypto_secretbox_xchacha20poly1305_easy(out2, m, m_len, nonce, key) == 0); in tv_secretbox_xchacha20poly1305()
|