Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES macro
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/
H A Dcrypto_auth.c38 crypto_auth_keygen(unsigned char k[crypto_auth_KEYBYTES]) in crypto_auth_keygen()