Home
last modified time | relevance | path

Searched refs:crypto_box_curve25519xchacha20poly1305_beforenm (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_curve25519xchacha20poly1305.c41 crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k, in crypto_box_curve25519xchacha20poly1305_beforenm() function
73 if (crypto_box_curve25519xchacha20poly1305_beforenm(k, pk, sk) != 0) { in crypto_box_curve25519xchacha20poly1305_detached()
128 if (crypto_box_curve25519xchacha20poly1305_beforenm(k, pk, sk) != 0) { in crypto_box_curve25519xchacha20poly1305_open_detached()
/freebsd-13-stable/contrib/unbound/dnscrypt/
HDdnscrypt.m421 AC_SEARCH_LIBS([crypto_box_curve25519xchacha20poly1305_beforenm], [sodium],
HDdnscrypt.c311 if (crypto_box_curve25519xchacha20poly1305_beforenm( in dnscrypt_server_uncurve()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_box_curve25519xchacha20poly1305.h95 int crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k,
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c350 assert(crypto_box_curve25519xchacha20poly1305_beforenm(pc, small_order_p, sk) == -1); in tv_box_xchacha20poly1305()
351 assert(crypto_box_curve25519xchacha20poly1305_beforenm(pc, pk, sk) == 0); in tv_box_xchacha20poly1305()
/freebsd-13-stable/contrib/unbound/
HDconfigure24544 char crypto_box_curve25519xchacha20poly1305_beforenm ();
24548 return crypto_box_curve25519xchacha20poly1305_beforenm ();