Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Decdsa.h40 #define ECDSA_sign hc_ECDSA_sign macro
48 int ECDSA_sign(int, const unsigned char *, unsigned int,
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DECDSA_SIG_new.pod6 ECDSA_SIG_new, ECDSA_SIG_free, ECDSA_size, ECDSA_sign, ECDSA_do_sign,
23 int ECDSA_sign(int type, const unsigned char *dgst, int dgstlen,
75 ECDSA_sign() computes a digital signature of the B<dgstlen> bytes hash value
79 ignored. ECDSA_sign() is wrapper function for ECDSA_sign_ex() with B<kinv>
82 ECDSA_do_sign() is similar to ECDSA_sign() except the signature is returned
124 ECDSA_sign(), ECDSA_sign_ex() and ECDSA_sign_setup() return 1 if successful
159 or using ECDSA_sign():
167 if (ECDSA_sign(0, dgst, dgstlen, pp, &buf_len, eckey) == 0)
/netbsd-src/crypto/external/bsd/openssl/dist/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.c136 ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec); in pkey_ec_sign()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decdsa_sign.c29 int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char in ECDSA_sign() function
H A Dec_pmeth.c125 ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec); in pkey_ec_sign()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto-ec.c261 ret = ECDSA_sign(-1, indata.data, indata.length, in ecdsa_create_signature()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc138 ECDSA_sign.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dec.h1414 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign(int type, const unsigned char *dgst,
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dec.h1239 int ECDSA_sign(int type, const unsigned char *dgst, int dgstlen,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info1002 DEPEND[html/man3/ECDSA_sign.html]=man3/ECDSA_sign.pod
1003 GENERATE[html/man3/ECDSA_sign.html]=man3/ECDSA_sign.pod
1004 DEPEND[man/man3/ECDSA_sign.3]=man3/ECDSA_sign.pod
1005 GENERATE[man/man3/ECDSA_sign.3]=man3/ECDSA_sign.pod
3036 html/man3/ECDSA_sign.html \
3644 man/man3/ECDSA_sign.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c1143 ret = ECDSA_sign(0, buf, 20, ecdsasig, ecdsasiglen, ecdsa[testnum]); in ECDSA_sign_loop()
2872 st = ECDSA_sign(0, loopargs[i].buf, 20, loopargs[i].buf2, in speed_main()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map1068 ECDSA_sign;
/netbsd-src/external/bsd/unbound/dist/
H A Dconfigure.ac1177 …AC_CHECK_FUNC(ECDSA_sign, [], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rer…
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dmigration_guide.pod1509 ECDSA_sign(), ECDSA_sign_ex(), ECDSA_sign_setup(), ECDSA_do_sign(),
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num1966 ECDSA_sign 1952 1_1_0 EXIST::FUNCTION:EC