/openssl/doc/man3/ |
H A D | EVP_DigestSignInit.pod | 6 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 D | EVP_PKEY_get_size.pod | 67 used to get the output size for EVP_DigestSignFinal(), according to 68 L<EVP_DigestSignFinal(3)/NOTES>.
|
H A D | EVP_PKEY_meth_new.pod | 407 digest signing operation by calling L<EVP_DigestSignFinal(3)>.
|
/openssl/demos/signature/ |
H A D | rsa_pss_hash.c | 80 if (EVP_DigestSignFinal(mctx, NULL, sig_len) == 0) { in sign() 93 if (EVP_DigestSignFinal(mctx, *sig, sig_len) == 0) { in sign()
|
H A D | EVP_EC_Signature_demo.c | 117 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 D | EVP_DSA_Signature_demo.c | 196 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 D | evp_extra_test.c | 1811 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 D | evp_test.c | 1830 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 D | dgst.c | 587 if (!EVP_DigestSignFinal(ctx, NULL, &tmplen)) { in do_fp() 596 if (!EVP_DigestSignFinal(ctx, buf, &len)) { in do_fp()
|
H A D | pkeyutl.c | 878 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 D | EVP_PKEY-SM2.pod | 39 instance, EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal().
|
/openssl/crypto/evp/ |
H A D | m_sigver.c | 466 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 D | cms_sd.c | 869 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 D | pk7_doit.c | 980 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 D | tls1_meth.c | 530 || EVP_DigestSignFinal(mac_ctx, md, &md_size) <= 0) in tls1_mac()
|
/openssl/ssl/statem/ |
H A D | statem_lib.c | 376 || 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 D | extensions.c | 1692 || EVP_DigestSignFinal(mctx, binderout, &bindersize) <= 0 in tls_psk_do_binder()
|
/openssl/include/openssl/ |
H A D | evp.h | 841 __owur int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
|
/openssl/util/ |
H A D | libcrypto.num | 2284 EVP_DigestSignFinal 2334 3_0_0 EXIST::FUNCTION:
|