Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_sign.c22 return ECDSA_do_sign_ex(dgst, dlen, NULL, NULL, eckey); in ECDSA_do_sign()
25 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen, in ECDSA_do_sign_ex() function
H A Decdsa_ossl.c78 s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey); in ossl_ecdsa_sign()
/freebsd/crypto/openssl/doc/man3/
H A DECDSA_sign.pod7 ECDSA_do_sign_ex - deprecated low-level elliptic curve digital signature algorithm
30 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
62 is a wrapper function for ECDSA_do_sign_ex() with I<kinv> and I<rp> set to
80 used in a later call to ECDSA_sign_ex() or ECDSA_do_sign_ex().
88 ECDSA_do_sign_ex() is similar to ECDSA_sign_ex() except the signature is
98 ECDSA_do_sign() and ECDSA_do_sign_ex() return a pointer to an allocated
/freebsd/crypto/openssl/test/
H A Decdsatest.c132 || !TEST_ptr(signature = ECDSA_do_sign_ex(digest, dgst_len, in x9_62_tests()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1378 OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1066 ECDSA_do_sign_ex;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1510 ECDSA_do_sign_ex(), ECDSA_verify(), ECDSA_do_verify()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1381 MLINKS+= ECDSA_sign.3 ECDSA_do_sign_ex.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2129 ECDSA_do_sign_ex 2176 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC