Searched refs:crypto_box_curve25519xchacha20poly1305_beforenm (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c41 crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k, function
73 if (crypto_box_curve25519xchacha20poly1305_beforenm(k, pk, sk) != 0) {
128 if (crypto_box_curve25519xchacha20poly1305_beforenm(k, pk, sk) != 0) {
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box_curve25519xchacha20poly1305.h95 int crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k,
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dxchacha20.c350 assert(crypto_box_curve25519xchacha20poly1305_beforenm(pc, small_order_p, sk) == -1);
351 assert(crypto_box_curve25519xchacha20poly1305_beforenm(pc, pk, sk) == 0);
/freebsd-current/contrib/unbound/dnscrypt/
H A Ddnscrypt.c311 if (crypto_box_curve25519xchacha20poly1305_beforenm(
/freebsd-current/contrib/unbound/
H A Dconfigure24018 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing crypto_box_curve25519xchacha20poly1305_beforenm" >&5
24019 printf %s "checking for library containing crypto_box_curve25519xchacha20poly1305_beforenm... " >&6; }
24031 char crypto_box_curve25519xchacha20poly1305_beforenm ();
24035 return crypto_box_curve25519xchacha20poly1305_beforenm ();

Completed in 90 milliseconds