Searched refs:ECDSA_sign_ex (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | ECDSA_sign.pod | 6 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 D | ecdsa_sign.c | 38 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 D | ec.h | 1450 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_ex(int type, const unsigned char *dgst,
|
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 361 ret = ECDSA_sign_ex(0, tbs, tbslen, sig, &sltmp, ctx->kinv, ctx->r,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1069 ECDSA_sign_ex;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1540 ECDSA_sign(), ECDSA_sign_ex(), ECDSA_sign_setup(), ECDSA_do_sign(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1579 MLINKS+= ECDSA_sign.3 ECDSA_sign_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 837 ECDSA_sign_ex 859 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|