Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/crypto/
Ded25519.c133 int crypto_verify_32(const unsigned char *x,const unsigned char *y) in crypto_verify_32() function
206 ret = crypto_verify_32(sm, t2); in crypto_sign_ed25519_open()
/external/openssh/
Dverify.c12 int crypto_verify_32(const unsigned char *x,const unsigned char *y) in crypto_verify_32() function
Dcrypto_api.h33 int crypto_verify_32(const unsigned char *, const unsigned char *);
Ded25519.c130 ret = crypto_verify_32(sm, t2); in crypto_sign_ed25519_open()
Dsntrup4591761.c346 result |= crypto_verify_32(hash,cstr); in crypto_kem_sntrup4591761_dec()