Home
last modified time | relevance | path

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

/external/openssh/
Dcrypto_api.h32 int crypto_verify_32(const unsigned char *, const unsigned char *);
Dverify.c12 int crypto_verify_32(const unsigned char *x,const unsigned char *y) in crypto_verify_32() function
Ded25519.c130 ret = crypto_verify_32(sm, t2); in crypto_sign_ed25519_open()