Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/
H A Dcrypto_auth.c34 return crypto_auth_hmacsha512256_verify(h, in, inlen, k); in crypto_auth_verify()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha512256.h28 int crypto_auth_hmacsha512256_verify(const unsigned char *h,
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c82 crypto_auth_hmacsha512256_verify(const unsigned char *h, in crypto_auth_hmacsha512256_verify() function