Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha256.h19 #define crypto_auth_hmacsha256_KEYBYTES 32U macro
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c31 crypto_auth_hmacsha256_keygen(unsigned char k[crypto_auth_hmacsha256_KEYBYTES]) in crypto_auth_hmacsha256_keygen()