Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DECDSA_sign.pod5 ECDSA_size, ECDSA_sign, ECDSA_do_sign,
20 int ECDSA_sign(int type, const unsigned char *dgst, int dgstlen,
53 ECDSA_sign() computes a digital signature of the I<dgstlen> bytes hash value
57 ignored. ECDSA_sign() is wrapper function for ECDSA_sign_ex() with I<kinv>
60 ECDSA_do_sign() is similar to ECDSA_sign() except the signature is returned
95 ECDSA_sign(), ECDSA_sign_ex() and ECDSA_sign_setup() return 1 if successful
131 or using ECDSA_sign():
139 if (ECDSA_sign(0, dgst, dgstlen, pp, &buf_len, eckey) == 0)
H A DECDSA_SIG_new.pod26 L<ECDSA_sign(3)>, it is still required in order to be able to set or get the values of
136 L<ECDSA_sign(3)>
/openssl/crypto/ec/
H A Decdsa_sign.c35 int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char in ECDSA_sign() function
H A Dec_pmeth.c134 ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec); in pkey_ec_sign()
/openssl/test/
H A Decdsatest.c362 && TEST_int_eq(ECDSA_sign(0, dgst, sizeof(dgst), NULL, &siglen0, in test_ecdsa_sig_NULL()
366 && TEST_int_eq(ECDSA_sign(0, dgst, sizeof(dgst), sig, &siglen, in test_ecdsa_sig_NULL()
/openssl/include/openssl/
H A Dec.h1433 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign(int type, const unsigned char *dgst,
/openssl/doc/
H A Dbuild.info1030 DEPEND[html/man3/ECDSA_sign.html]=man3/ECDSA_sign.pod
1031 GENERATE[html/man3/ECDSA_sign.html]=man3/ECDSA_sign.pod
1032 DEPEND[man/man3/ECDSA_sign.3]=man3/ECDSA_sign.pod
1033 GENERATE[man/man3/ECDSA_sign.3]=man3/ECDSA_sign.pod
3263 html/man3/ECDSA_sign.html \
3926 man/man3/ECDSA_sign.3 \
/openssl/doc/man7/
H A Dossl-guide-migration.pod1530 ECDSA_sign(), ECDSA_sign_ex(), ECDSA_sign_setup(), ECDSA_do_sign(),
/openssl/util/
H A Dlibcrypto.num1905 ECDSA_sign 1952 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC

Completed in 54 milliseconds