Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha512256.h56 void crypto_auth_hmacsha512256_keygen(unsigned char k[crypto_auth_hmacsha512256_KEYBYTES]);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c32 crypto_auth_hmacsha512256_keygen( in crypto_auth_hmacsha512256_keygen() function
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkeygen.c18 { crypto_auth_hmacsha512256_keygen, crypto_auth_hmacsha512256_KEYBYTES }, in tv_keygen()