Home
last modified time | relevance | path

Searched refs:crypto_box_curve25519xchacha20poly1305_detached (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_curve25519xchacha20poly1305.c63 crypto_box_curve25519xchacha20poly1305_detached( in crypto_box_curve25519xchacha20poly1305_detached() function
105 return crypto_box_curve25519xchacha20poly1305_detached( in crypto_box_curve25519xchacha20poly1305_easy()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_box_curve25519xchacha20poly1305.h73 int crypto_box_curve25519xchacha20poly1305_detached(unsigned char *c,
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c369 assert(crypto_box_curve25519xchacha20poly1305_detached(out, mac, m, m_len, in tv_box_xchacha20poly1305()
371 assert(crypto_box_curve25519xchacha20poly1305_detached(out, mac, m, m_len, in tv_box_xchacha20poly1305()