Home
last modified time | relevance | path

Searched refs:crypto_onetimeauth_poly1305_verify (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth_poly1305.h41 int crypto_onetimeauth_poly1305_verify(const unsigned char *h,
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c34 return crypto_onetimeauth_poly1305_verify(h, in, inlen, k); in crypto_onetimeauth_verify()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c25 crypto_onetimeauth_poly1305_verify(const unsigned char *h, in crypto_onetimeauth_poly1305_verify() function
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xsalsa20poly1305/
H A Dsecretbox_xsalsa20poly1305.c38 if (crypto_onetimeauth_poly1305_verify(c + 16, c + 32, in crypto_secretbox_xsalsa20poly1305_open()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c97 if (crypto_onetimeauth_poly1305_verify(mac, c, clen, block0) != 0) { in crypto_secretbox_open_detached()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c104 if (crypto_onetimeauth_poly1305_verify(mac, c, clen, block0) != 0) { in crypto_secretbox_xchacha20poly1305_open_detached()