Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c43 ret = crypto_box_curve25519xchacha20poly1305_easy( in crypto_box_curve25519xchacha20poly1305_seal()
H A Dbox_curve25519xchacha20poly1305.c98 crypto_box_curve25519xchacha20poly1305_easy( in crypto_box_curve25519xchacha20poly1305_easy() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box_curve25519xchacha20poly1305.h55 int crypto_box_curve25519xchacha20poly1305_easy(unsigned char *c,
/freebsd/sys/contrib/libsodium/test/default/
H A Dmisuse.c21 assert(crypto_box_curve25519xchacha20poly1305_easy in sigabrt_handler_14()
H A Dxchacha20.c330 assert(crypto_box_curve25519xchacha20poly1305_easy(out, m, 0, nonce, in tv_box_xchacha20poly1305()
332 assert(crypto_box_curve25519xchacha20poly1305_easy(out, m, m_len, nonce, in tv_box_xchacha20poly1305()