Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DECDSA_sign.pod6 ECDSA_verify, ECDSA_do_verify, ECDSA_sign_setup, ECDSA_sign_ex,
34 int ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen,
57 ignored. ECDSA_sign() is wrapper function for ECDSA_sign_ex() with I<kinv>
80 used in a later call to ECDSA_sign_ex() or ECDSA_do_sign_ex().
82 ECDSA_sign_ex() computes a digital signature of the I<dgstlen> bytes hash value
88 ECDSA_do_sign_ex() is similar to ECDSA_sign_ex() except the signature is
95 ECDSA_sign(), ECDSA_sign_ex() and ECDSA_sign_setup() return 1 if successful
/freebsd/crypto/openssl/crypto/ec/
H 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
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1450 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_ex(int type, const unsigned char *dgst,
/freebsd/crypto/openssl/providers/implementations/signature/
H A Decdsa_sig.c361 ret = ECDSA_sign_ex(0, tbs, tbslen, sig, &sltmp, ctx->kinv, ctx->r,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1069 ECDSA_sign_ex;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1540 ECDSA_sign(), ECDSA_sign_ex(), ECDSA_sign_setup(), ECDSA_do_sign(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1579 MLINKS+= ECDSA_sign.3 ECDSA_sign_ex.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num837 ECDSA_sign_ex 859 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC