Home
last modified time | relevance | path

Searched refs:EVP_DigestSignFinal (Results 1 – 19 of 19) sorted by relevance

/openssl/doc/man3/
H A DEVP_DigestSignInit.pod6 EVP_DigestSignFinal, EVP_DigestSign - EVP signing functions
19 int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen);
123 Unless I<sig> is NULL EVP_DigestSignFinal() signs the data in I<ctx>
132 EVP_DigestSignFinal().
140 EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignFinal() and
153 calling EVP_DigestSignUpdate() and EVP_DigestSignFinal(). For algorithms which
165 The call to EVP_DigestSignFinal() internally finalizes a copy of the digest
167 EVP_DigestSignFinal() can be called later to digest and sign additional data.
172 provider does not allow to duplicate contexts EVP_DigestSignFinal() will
187 EVP_DigestSignUpdate(), EVP_DigestSignFinal(), or EVP_DigestSign().
[all …]
H A DEVP_PKEY_get_size.pod67 used to get the output size for EVP_DigestSignFinal(), according to
68 L<EVP_DigestSignFinal(3)/NOTES>.
H A DEVP_PKEY_meth_new.pod407 digest signing operation by calling L<EVP_DigestSignFinal(3)>.
/openssl/demos/signature/
H A Drsa_pss_hash.c80 if (EVP_DigestSignFinal(mctx, NULL, sig_len) == 0) { in sign()
93 if (EVP_DigestSignFinal(mctx, *sig, sig_len) == 0) { in sign()
H A DEVP_EC_Signature_demo.c117 if (!EVP_DigestSignFinal(sign_context, NULL, &sig_len)) { in demo_sign()
130 if (!EVP_DigestSignFinal(sign_context, sig_value, &sig_len)) { in demo_sign()
H A DEVP_DSA_Signature_demo.c196 if (EVP_DigestSignFinal(ctx, NULL, &sig_len) != 1) in demo_sign()
206 if (EVP_DigestSignFinal(ctx, sig_value, &sig_len) != 1) in demo_sign()
/openssl/test/
H A Devp_extra_test.c1811 if (!TEST_true(EVP_DigestSignFinal(md_ctx, NULL, &sig_len)) in test_EVP_DigestSignInit()
1856 if (!TEST_true(EVP_DigestSignFinal(md_ctx, NULL, &sig2_len)) in test_EVP_DigestSignInit()
1951 if (!TEST_true(EVP_DigestSignFinal(mdctx, digest, &len))) in test_siphash_digestsign()
2447 if (!TEST_true(EVP_DigestSignFinal(md_ctx, NULL, &sig_len))) in test_EVP_SM2()
2453 if (!TEST_true(EVP_DigestSignFinal(md_ctx, sig, &sig_len))) in test_EVP_SM2()
2792 || !TEST_true(EVP_DigestSignFinal(mdctx, mac, &maclen)) in get_cmac_val()
5408 if (!TEST_true(EVP_DigestSignFinal(ctx, mac, &maclen))) in test_signatures_with_engine()
5621 || !TEST_true(EVP_DigestSignFinal(mctx, signature, &siglen)) in test_sign_continuation()
5623 || !TEST_true(EVP_DigestSignFinal(mctx, signature, &siglen))) in test_sign_continuation()
5633 || !TEST_true(EVP_DigestSignFinal(mctx, signature, &siglen)) in test_sign_continuation()
[all …]
H A Devp_test.c1830 if (!EVP_DigestSignFinal(mctx, NULL, &got_len)) { in mac_test_run_pkey()
1838 if (!EVP_DigestSignFinal(mctx, got, &got_len) in mac_test_run_pkey()
4403 if (!EVP_DigestSignFinal(expected->ctx, NULL, &got_len)) { in digestsign_test_run()
4412 if (!EVP_DigestSignFinal(expected->ctx, got, &got_len)) { in digestsign_test_run()
/openssl/apps/
H A Ddgst.c587 if (!EVP_DigestSignFinal(ctx, NULL, &tmplen)) { in do_fp()
596 if (!EVP_DigestSignFinal(ctx, buf, &len)) { in do_fp()
H A Dpkeyutl.c878 rv = EVP_DigestSignFinal(mctx, NULL, poutlen); in do_raw_keyop()
881 rv = EVP_DigestSignFinal(mctx, *out, poutlen); in do_raw_keyop()
/openssl/doc/man7/
H A DEVP_PKEY-SM2.pod39 instance, EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal().
/openssl/crypto/evp/
H A Dm_sigver.c466 int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, in EVP_DigestSignFinal() function
603 return EVP_DigestSignFinal(ctx, sigret, siglen); in EVP_DigestSign()
/openssl/crypto/cms/
H A Dcms_sd.c869 if (EVP_DigestSignFinal(mctx, NULL, &siglen) <= 0) in CMS_SignerInfo_sign()
875 if (EVP_DigestSignFinal(mctx, abuf, &siglen) <= 0) in CMS_SignerInfo_sign()
/openssl/crypto/pkcs7/
H A Dpk7_doit.c980 if (EVP_DigestSignFinal(mctx, NULL, &siglen) <= 0) in PKCS7_SIGNER_INFO_sign()
985 if (EVP_DigestSignFinal(mctx, abuf, &siglen) <= 0) in PKCS7_SIGNER_INFO_sign()
/openssl/ssl/record/methods/
H A Dtls1_meth.c530 || EVP_DigestSignFinal(mac_ctx, md, &md_size) <= 0) in tls1_mac()
/openssl/ssl/statem/
H A Dstatem_lib.c376 || EVP_DigestSignFinal(mctx, NULL, &siglen) <= 0) { in tls_construct_cert_verify()
383 || EVP_DigestSignFinal(mctx, sig, &siglen) <= 0) { in tls_construct_cert_verify()
H A Dextensions.c1692 || EVP_DigestSignFinal(mctx, binderout, &bindersize) <= 0 in tls_psk_do_binder()
/openssl/include/openssl/
H A Devp.h841 __owur int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
/openssl/util/
H A Dlibcrypto.num2284 EVP_DigestSignFinal 2334 3_0_0 EXIST::FUNCTION:

Completed in 101 milliseconds