Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth.h16 #define crypto_auth_BYTES crypto_auth_hmacsha512256_BYTES
H A Dcrypto_auth_hmacsha512256.h15 #define crypto_auth_hmacsha512256_BYTES 32U macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c16 return crypto_auth_hmacsha512256_BYTES; in crypto_auth_hmacsha512256_bytes()