Searched refs:ECDSA_do_sign_ex (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecdsa_sign.c | 22 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 D | ecdsa_ossl.c | 78 s = ECDSA_do_sign_ex(dgst, dlen, kinv, r, eckey); in ossl_ecdsa_sign()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ECDSA_sign.pod | 7 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 D | ecdsatest.c | 132 || !TEST_ptr(signature = ECDSA_do_sign_ex(digest, dgst_len, in x9_62_tests()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 1378 OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1066 ECDSA_do_sign_ex;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1510 ECDSA_do_sign_ex(), ECDSA_verify(), ECDSA_do_verify()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1381 MLINKS+= ECDSA_sign.3 ECDSA_do_sign_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2129 ECDSA_do_sign_ex 2176 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|