Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/
H A Dcrypto_auth.c14 return crypto_auth_KEYBYTES; in crypto_auth_keybytes()
38 crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]) in crypto_auth_keygen() argument
40 randombytes_buf(k, crypto_auth_KEYBYTES); in crypto_auth_keygen()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES macro
38 void crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]);
/freebsd/sys/contrib/libsodium/test/default/
H A Dkeygen.c14 { crypto_auth_keygen, crypto_auth_KEYBYTES }, in tv_keygen()