Home
last modified time | relevance | path

Searched defs:crypto_verify_32 (Results 1 – 2 of 2) sorted by relevance

/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/crypto/openssh/
H A Ded25519.c29 static int crypto_verify_32(const unsigned char *x,const unsigned char *y) in crypto_verify_32() function