Home
last modified time | relevance | path

Searched refs:crypto_box_curve25519xchacha20poly1305_keypair (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_seal_curve25519xchacha20poly1305.c38 if (crypto_box_curve25519xchacha20poly1305_keypair(epk, esk) != 0) { in crypto_box_curve25519xchacha20poly1305_seal()
HDbox_curve25519xchacha20poly1305.c32 crypto_box_curve25519xchacha20poly1305_keypair(unsigned char *pk, in crypto_box_curve25519xchacha20poly1305_keypair() function
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_box_curve25519xchacha20poly1305.h51 int crypto_box_curve25519xchacha20poly1305_keypair(unsigned char *pk,
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c329 assert(crypto_box_curve25519xchacha20poly1305_keypair(pk, sk) == 0); in tv_box_xchacha20poly1305()