Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DECDSA_sign.pod5 ECDSA_size, ECDSA_sign, ECDSA_do_sign,
22 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dgst_len,
60 ECDSA_do_sign() is similar to ECDSA_sign() except the signature is returned
61 as a newly allocated B<ECDSA_SIG> structure (or NULL on error). ECDSA_do_sign()
98 ECDSA_do_sign() and ECDSA_do_sign_ex() return a pointer to an allocated
125 using ECDSA_do_sign():
127 sig = ECDSA_do_sign(digest, 32, eckey);
/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_sign.c20 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey) in ECDSA_do_sign() function
H A Dec_key.c1115 sig = ECDSA_do_sign(dgst, dgst_len, eckey); in ecdsa_keygen_pairwise_test()
/freebsd/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c368 if ((sig = ECDSA_do_sign(sighash, sizeof(sighash), ec)) == NULL) { in sig_ecdsa()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1384 OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1065 ECDSA_do_sign;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1540 ECDSA_sign(), ECDSA_sign_ex(), ECDSA_sign_setup(), ECDSA_do_sign(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1576 MLINKS+= ECDSA_sign.3 ECDSA_do_sign.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2372 ECDSA_do_sign 2424 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC