Searched refs:crypto_auth_hmacsha512256_KEYBYTES (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c22 return crypto_auth_hmacsha512256_KEYBYTES;
33 unsigned char k[crypto_auth_hmacsha512256_KEYBYTES])
35 randombytes_buf(k, crypto_auth_hmacsha512256_KEYBYTES);
74 crypto_auth_hmacsha512256_KEYBYTES);
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha512256.h19 #define crypto_auth_hmacsha512256_KEYBYTES 32U macro
56 void crypto_auth_hmacsha512256_keygen(unsigned char k[crypto_auth_hmacsha512256_KEYBYTES]);
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dkeygen.c18 { crypto_auth_hmacsha512256_keygen, crypto_auth_hmacsha512256_KEYBYTES },

Completed in 125 milliseconds