Home
last modified time | relevance | path

Searched refs:EVP_DigestSignInit (Results 1 – 25 of 30) sorted by relevance

12

/openssl/doc/man7/
H A DEVP_PKEY-SM2.pod39 instance, EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal().
50 Before calling the EVP_DigestSignInit() or EVP_DigestVerifyInit() functions,
55 There is normally no need to pass a B<pctx> parameter to EVP_DigestSignInit()
83 L<EVP_DigestSignInit(3)>,
H A DEVP_SIGNATURE-HMAC.pod12 L<EVP_DigestSignInit(3)> and related functions. This is not the preferred way of
29 L<EVP_DigestSignInit(3)>,
H A Devp.pod19 The L<B<EVP_DigestSign>I<XXX>|EVP_DigestSignInit(3)> and
48 normally you would use the L<EVP_DigestSignInit(3)>
89 L<EVP_DigestSignInit(3)>,
H A DEVP_SIGNATURE-ED25519.pod40 L<EVP_DigestSignInit(3)> and L<EVP_DigestVerifyInit(3)>, see
72 When using L<EVP_DigestSignInit(3)> or L<EVP_DigestVerifyInit(3)>, the
115 When calling EVP_DigestSignInit() or EVP_DigestVerifyInit(), the
170 L<EVP_DigestSignInit(3)>,
H A DEVP_SIGNATURE-ECDSA.pod25 L<EC keys|EVP_PKEY-EC(7)>) with L<EVP_DigestSignInit(3)> and
H A DEVP_SIGNATURE-DSA.pod31 L<EC keys|EVP_PKEY-EC(7)>) with L<EVP_DigestSignInit(3)> and
H A DEVP_SIGNATURE-RSA.pod26 L<RSA keys|EVP_PKEY-RSA(7)>) with L<EVP_DigestSignInit(3)> and
H A Dossl-guide-libcrypto-introduction.pod127 L<EVP_DigestSignInit(3)>, all fetch the implementations implicitly. Usually the
/openssl/doc/man3/
H A DEVP_DigestSignInit.pod5 EVP_DigestSignInit_ex, EVP_DigestSignInit, EVP_DigestSignUpdate,
16 int EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
114 EVP_DigestSignInit() works in the same way as EVP_DigestSignInit_ex()
140 EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignFinal() and
176 EVP_DigestSignInit() and EVP_DigestSignInit_ex() functions can be called
185 Ignoring failure returns of EVP_DigestSignInit() and EVP_DigestSignInit_ex()
205 EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal()
H A DECDSA_sign.pod46 use the higher level B<EVP> interface such as L<EVP_DigestSignInit(3)>
167 L<EVP_DigestSignInit(3)>,
H A DECDSA_SIG_new.pod131 L<EVP_DigestSignInit(3)>,
H A DEVP_PKEY_meth_new.pod324 L<EVP_DigestSignInit(3)> for details.
386 be signed. The digest_custom() function will be called by L<EVP_DigestSignInit(3)>
H A DEVP_DigestVerifyInit.pod180 L<EVP_DigestSignInit(3)>,
H A DEVP_PKEY_sign.pod122 desired, please use L<EVP_DigestSignInit(3)> and associated functions.
/openssl/crypto/asn1/
H A Da_sign.c136 if (!EVP_DigestSignInit(ctx, NULL, md, NULL, pkey)) in ASN1_item_sign_ex()
/openssl/test/
H A Drsa_test.c501 && TEST_true(EVP_DigestSignInit(ctx, NULL, md, NULL, pkey)) in test_EVP_rsa_legacy_key()
H A Dhmactest.c260 || !TEST_true(EVP_DigestSignInit(ctx, NULL, EVP_sha1(), NULL, pkey)) in test_hmac_copy_uninited()
H A Devp_extra_test.c1774 if (!TEST_true(EVP_DigestSignInit(md_ctx, NULL, md, NULL, pkey))) in test_EVP_DigestSignInit()
1777 if (reinit && !TEST_true(EVP_DigestSignInit(md_ctx, NULL, NULL, NULL, NULL))) in test_EVP_DigestSignInit()
1940 if (!TEST_true(EVP_DigestSignInit(mdctx, &ctx, NULL, NULL, pkey))) in test_siphash_digestsign()
1947 if (!TEST_true(EVP_DigestSignInit(mdctx, NULL, NULL, NULL, NULL))) in test_siphash_digestsign()
2437 if (!TEST_true(EVP_DigestSignInit(md_ctx, NULL, check_md, NULL, pkey))) in test_EVP_SM2()
3408 if (!TEST_true(EVP_DigestSignInit(ctx, NULL, md, NULL, pkey))) in test_RSA_legacy()
4126 && TEST_true(EVP_DigestSignInit(sha256_ctx, &pkey_ctx, sha256, NULL, pkey)) in test_EVP_rsa_pss_set_saltlen()
5101 || !TEST_true(EVP_DigestSignInit(ctx, &pctx, md, NULL, pkey)) in test_custom_pmeth()
5395 ret = EVP_DigestSignInit(ctx, NULL, tst == 2 ? NULL : EVP_sha256(), NULL, in test_signatures_with_engine()
5557 if (EVP_DigestSignInit(ctx, NULL, NULL, NULL, pkey) != 1) in test_ecx_not_private_key()
H A Decdsatest.c249 || !TEST_true(EVP_DigestSignInit(mctx, NULL, NULL, NULL, pkey)) in test_builtin()
/openssl/apps/
H A Ddgst.c362 res = EVP_DigestSignInit(mctx, &pctx, md, impl, sigkey); in dgst_main()
H A Dspeed.c1295 ret = EVP_DigestSignInit(edctx[testnum], NULL, NULL, NULL, NULL); in EdDSA_sign_loop()
1357 if (!EVP_DigestSignInit(sm2ctx[testnum], NULL, EVP_sm3(), in SM2_sign_loop()
3649 if (!EVP_DigestSignInit(loopargs[i].eddsa_ctx[testnum], NULL, NULL, in speed_main()
3789 if (!EVP_DigestSignInit(loopargs[i].sm2_ctx[testnum], NULL, in speed_main()
H A Docsp.c1142 if (mctx == NULL || !EVP_DigestSignInit(mctx, &pkctx, rmd, NULL, rkey)) { in make_ocsp_response()
/openssl/crypto/evp/
H A Dm_sigver.c373 int EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, in EVP_DigestSignInit() function
H A Ddigest.c175 return EVP_DigestSignInit(ctx, NULL, type, impl, NULL); in evp_md_init_internal()
/openssl/doc/
H A Dbuild.info1138 DEPEND[html/man3/EVP_DigestSignInit.html]=man3/EVP_DigestSignInit.pod
1139 GENERATE[html/man3/EVP_DigestSignInit.html]=man3/EVP_DigestSignInit.pod
1140 DEPEND[man/man3/EVP_DigestSignInit.3]=man3/EVP_DigestSignInit.pod
1141 GENERATE[man/man3/EVP_DigestSignInit.3]=man3/EVP_DigestSignInit.pod
3290 html/man3/EVP_DigestSignInit.html \
3953 man/man3/EVP_DigestSignInit.3 \

Completed in 88 milliseconds

12