Home
last modified time | relevance | path

Searched refs:ECDSA_sign_ex (Results 1 – 6 of 6) sorted by relevance

/openssl-master/crypto/ec/
A Decdsa_sign.c38 return ECDSA_sign_ex(type, dgst, dlen, sig, siglen, NULL, NULL, eckey); in ECDSA_sign()
41 int ECDSA_sign_ex(int type, const unsigned char *dgst, int dlen, in ECDSA_sign_ex() function
/openssl-master/doc/man3/
A DECDSA_SIG_new.pod7 ECDSA_verify, ECDSA_do_verify, ECDSA_sign_setup, ECDSA_sign_ex,
42 int ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen,
84 ignored. ECDSA_sign() is wrapper function for ECDSA_sign_ex() with I<kinv>
107 used in a later call to ECDSA_sign_ex() or ECDSA_do_sign_ex().
109 ECDSA_sign_ex() computes a digital signature of the I<dgstlen> bytes hash value
115 ECDSA_do_sign_ex() is similar to ECDSA_sign_ex() except the signature is
129 ECDSA_sign(), ECDSA_sign_ex() and ECDSA_sign_setup() return 1 if successful
209 ECDSA_do_verify(), ECDSA_sign_setup(), ECDSA_sign_ex() and ECDSA_do_sign_ex()
/openssl-master/providers/implementations/signature/
A Decdsa_sig.c196 ret = ECDSA_sign_ex(0, tbs, tbslen, sig, &sltmp, ctx->kinv, ctx->r, ctx->ec); in ecdsa_sign()
/openssl-master/include/openssl/
A Dec.h1429 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_ex(int type, const unsigned char *dgst,
/openssl-master/doc/man7/
A Dmigration_guide.pod1452 ECDSA_sign(), ECDSA_sign_ex(), ECDSA_sign_setup(), ECDSA_do_sign(),
/openssl-master/util/
A Dlibcrypto.num837 ECDSA_sign_ex 859 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC

Completed in 24 milliseconds