Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Decdsa_sign.c16 return ECDSA_do_sign_ex(dgst, dlen, NULL, NULL, eckey); in ECDSA_do_sign()
19 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen, in ECDSA_do_sign_ex() function
Decdsa_ossl.c23 s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey); in ossl_ecdsa_sign()
/third_party/openssl/doc/man3/
DECDSA_SIG_new.pod8 ECDSA_do_sign_ex - low-level elliptic curve digital signature algorithm (ECDSA)
33 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
84 is a wrapper function for ECDSA_do_sign_ex() with B<kinv> and B<rp> set to
102 used in a later call to ECDSA_sign_ex() or ECDSA_do_sign_ex().
110 ECDSA_do_sign_ex() is similar to ECDSA_sign_ex() except the signature is
127 ECDSA_do_sign() and ECDSA_do_sign_ex() return a pointer to an allocated
/third_party/openssl/test/
Decdsatest.c151 || !TEST_ptr(signature = ECDSA_do_sign_ex(digest, dgst_len, in x9_62_tests()
/third_party/openssl/include/openssl/
Dec.h1204 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
/third_party/openssl/crypto/err/
Dopenssl.txt496 EC_F_ECDSA_DO_SIGN_EX:251:ECDSA_do_sign_ex
/third_party/openssl/util/
Dlibcrypto.num2204 ECDSA_do_sign_ex 2176 1_1_0 EXIST::FUNCTION:EC