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/ |
| HD | box_curve25519xchacha20poly1305.c | 41 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/ |
| HD | dnscrypt.m4 | 21 AC_SEARCH_LIBS([crypto_box_curve25519xchacha20poly1305_beforenm], [sodium],
|
| HD | dnscrypt.c | 311 if (crypto_box_curve25519xchacha20poly1305_beforenm( in dnscrypt_server_uncurve()
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/ |
| HD | crypto_box_curve25519xchacha20poly1305.h | 95 int crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k,
|
| /freebsd-13-stable/sys/contrib/libsodium/test/default/ |
| HD | xchacha20.c | 350 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/ |
| HD | configure | 24544 char crypto_box_curve25519xchacha20poly1305_beforenm (); 24548 return crypto_box_curve25519xchacha20poly1305_beforenm ();
|