Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/ecdsa/
H A Decs_sign.c73 return ECDSA_do_sign_ex(dgst, dlen, NULL, NULL, eckey); in ECDSA_do_sign()
77 ECDSA_do_sign_ex(const unsigned char *dgst, int dlen, const BIGNUM *kinv, in ECDSA_do_sign_ex() function
H A Decs_ossl.c122 if ((s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey)) == NULL) { in ossl_ecdsa_sign()
/dflybsd-src/crypto/libressl/include/openssl/
H A Decdsa.h164 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,