Home
last modified time | relevance | path

Searched defs:crypto_auth_hmacsha512_KEYBYTES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha512.h19 #define crypto_auth_hmacsha512_KEYBYTES 32U macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c31 crypto_auth_hmacsha512_keygen(unsigned char k[crypto_auth_hmacsha512_KEYBYTES]) in crypto_auth_hmacsha512_keygen()