Home
last modified time | relevance | path

Searched refs:crypto_kdf_keygen (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_kdf/
H A Dcrypto_kdf.c46 crypto_kdf_keygen(unsigned char k[crypto_kdf_KEYBYTES]) in crypto_kdf_keygen() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_kdf.h45 void crypto_kdf_keygen(unsigned char k[crypto_kdf_KEYBYTES]);
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkeygen.c21 { crypto_kdf_keygen, crypto_kdf_KEYBYTES }, in tv_keygen()