Searched refs:ECDSA_do_sign_ex (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_sign.c64 return ECDSA_do_sign_ex(dgst, dlen, NULL, NULL, eckey);
67 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen, function
89 s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey);
H A Decdsa.h125 /** ECDSA_do_sign_ex
136 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,

Completed in 101 milliseconds