OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ECDSA_sign_ex
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/ecdsa/
ecs_sign.c
79
return
ECDSA_sign_ex
(type, dgst, dlen, sig, siglen, NULL, NULL, eckey);
82
int
ECDSA_sign_ex
(int type, const unsigned char *dgst, int dlen, unsigned char
ecdsa.h
207
int
ECDSA_sign_ex
(int type, const unsigned char *dgst, int dgstlen,
/external/openssl/include/openssl/
ecdsa.h
207
int
ECDSA_sign_ex
(int type, const unsigned char *dgst, int dgstlen,
Completed in 15 milliseconds