OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_verify_32
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
crypto_api.h
32
int
crypto_verify_32
(const unsigned char *, const unsigned char *);
verify.c
12
int
crypto_verify_32
(const unsigned char *x,const unsigned char *y)
function
ed25519.c
130
ret =
crypto_verify_32
(sm, t2);
Completed in 457 milliseconds