Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dbox_seed.c18 crypto_box_seed_keypair(pk, sk, seed); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box.c65 crypto_box_seed_keypair(unsigned char *pk, unsigned char *sk, in crypto_box_seed_keypair() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h52 int crypto_box_seed_keypair(unsigned char *pk, unsigned char *sk,
/freebsd/sys/contrib/libsodium/
H A DChangeLog399 - Similarly to crypto_sign_seed_keypair(), crypto_box_seed_keypair()