Home
last modified time | relevance | path

Searched refs:crypto_auth_keygen (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/
H A Dcrypto_auth.c38 crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]) in crypto_auth_keygen() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth.h38 void crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]);
/freebsd/sys/contrib/libsodium/test/default/
H A Dauth5.c15 crypto_auth_keygen(key); in main()
H A Dauth7.c15 crypto_auth_keygen(key); in main()
H A Dkeygen.c14 { crypto_auth_keygen, crypto_auth_KEYBYTES }, in tv_keygen()