Home
last modified time | relevance | path

Searched refs:crypto_verify_32 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dverify1.c31 crypto_verify_32(v32, v32x) != 0 || in main()
51 crypto_verify_32(v32, v32x) != -1 || in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_verify_32.h16 int crypto_verify_32(const unsigned char *x, const unsigned char *y)
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c91 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512256_verify()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dopen.c53 return crypto_verify_32(rcheck, sig) | (-(rcheck == sig)) | in _crypto_sign_ed25519_verify_detached()
H A Dobsolete.c109 if (crypto_verify_32(t1, t2) != 0) { in crypto_sign_edwards25519sha512batch_open()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c89 crypto_verify_32(const unsigned char *x, const unsigned char *y) in crypto_verify_32() function
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c116 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha256_verify()
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am54 sodium/crypto_verify_32.h \
/freebsd/crypto/openssh/
H A Ded25519.c29 static int crypto_verify_32(const unsigned char *x,const unsigned char *y) in crypto_verify_32() function
2019 if (crypto_verify_32(rcopy,rcheck) == 0) { in crypto_sign_ed25519_open()