Searched refs:crypto_verify_32 (Results 1 – 8 of 8) sorted by relevance
31 crypto_verify_32(v32, v32x) != 0 || in main()51 crypto_verify_32(v32, v32x) != -1 || in main()
16 int crypto_verify_32(const unsigned char *x, const unsigned char *y)
91 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512256_verify()
53 return crypto_verify_32(rcheck, sig) | (-(rcheck == sig)) | in _crypto_sign_ed25519_verify_detached()
109 if (crypto_verify_32(t1, t2) != 0) { in crypto_sign_edwards25519sha512batch_open()
89 crypto_verify_32(const unsigned char *x, const unsigned char *y) in crypto_verify_32() function
116 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha256_verify()
55 sodium/crypto_verify_32.h \