Searched refs:ECDSA_do_sign_ex (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/ec/ |
D | ecdsa_sign.c | 16 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
|
D | ecdsa_ossl.c | 23 s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey); in ossl_ecdsa_sign()
|
/third_party/openssl/doc/man3/ |
D | ECDSA_SIG_new.pod | 8 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/ |
D | ecdsatest.c | 151 || !TEST_ptr(signature = ECDSA_do_sign_ex(digest, dgst_len, in x9_62_tests()
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1204 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 496 EC_F_ECDSA_DO_SIGN_EX:251:ECDSA_do_sign_ex
|
/third_party/openssl/util/ |
D | libcrypto.num | 2204 ECDSA_do_sign_ex 2176 1_1_0 EXIST::FUNCTION:EC
|