Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_seal_curve25519xchacha20poly1305.c43 ret = crypto_box_curve25519xchacha20poly1305_easy( in crypto_box_curve25519xchacha20poly1305_seal()
HDbox_curve25519xchacha20poly1305.c98 crypto_box_curve25519xchacha20poly1305_easy( in crypto_box_curve25519xchacha20poly1305_easy() function
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_box_curve25519xchacha20poly1305.h55 int crypto_box_curve25519xchacha20poly1305_easy(unsigned char *c,
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDmisuse.c21 assert(crypto_box_curve25519xchacha20poly1305_easy in sigabrt_handler_14()
HDxchacha20.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()