/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_sign.c | 269 if (!EVP_DigestSign(ctx, NULL, &outll, buf_in, inl)) { in ASN1_item_sign_ctx() 282 if (!EVP_DigestSign(ctx, buf_out, &outl, buf_in, inl)) { in ASN1_item_sign_ctx()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_sign.c | 269 if (!EVP_DigestSign(ctx, NULL, &outll, buf_in, inl)) { in ASN1_item_sign_ctx() 282 if (!EVP_DigestSign(ctx, buf_out, &outl, buf_in, inl)) { in ASN1_item_sign_ctx()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkeyutl.c | 747 rv = EVP_DigestSign(mctx, NULL, poutlen, mbuf, buf_len); in do_raw_keyop() 750 rv = EVP_DigestSign(mctx, *out, poutlen, mbuf, buf_len); in do_raw_keyop()
|
H A D | speed.c | 1015 ret = EVP_DigestSign(edctx[testnum], eddsasig, eddsasigsize, buf, 20); in EdDSA_sign_loop() 1077 ret = EVP_DigestSign(sm2ctx[testnum], sm2sig, &sm2sigsize, in SM2_sign_loop() 2747 st = EVP_DigestSign(loopargs[i].eddsa_ctx[testnum], in speed_main() 2879 st = EVP_DigestSign(loopargs[i].sm2_ctx[testnum], in speed_main()
|
/third_party/openssl/apps/ |
H A D | pkeyutl.c | 747 rv = EVP_DigestSign(mctx, NULL, poutlen, mbuf, buf_len); in do_raw_keyop() 750 rv = EVP_DigestSign(mctx, *out, poutlen, mbuf, buf_len); in do_raw_keyop()
|
H A D | speed.c | 1008 ret = EVP_DigestSign(edctx[testnum], eddsasig, eddsasigsize, buf, 20); in EdDSA_sign_loop() 1063 ret = EVP_DigestSign(sm2ctx[testnum], sm2sig, &sm2sigsize, in SM2_sign_loop() 2733 st = EVP_DigestSign(loopargs[i].eddsa_ctx[testnum], in speed_main() 2865 st = EVP_DigestSign(loopargs[i].sm2_ctx[testnum], in speed_main()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | sign.rs | 310 cvt(ffi::EVP_DigestSign( in len_intern() 360 /// OpenSSL documentation at [`EVP_DigestSign`]. 362 /// [`EVP_DigestSign`]: https://www.openssl.org/docs/man1.1.1/man3/EVP_DigestSign.html 371 cvt(ffi::EVP_DigestSign( in sign_oneshot()
|
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 751 if (!EVP_DigestSign( in DeriveBits() 761 if (!EVP_DigestSign(context.get(), in DeriveBits()
|
/third_party/fsverity-utils/lib/ |
H A D | sign_digest.c | 158 if (!EVP_DigestSign(&md_ctx, sig, &sig_len, data_to_sign, data_size)) { in sign_pkcs7() 159 error_msg_openssl("EVP_DigestSign failed"); in sign_pkcs7()
|
/third_party/openssl/test/ |
H A D | ecdsatest.c | 162 * - EVP_DigestSign (this is the one-shot version) 251 || !TEST_true(EVP_DigestSign(mctx, sig, &sig_len, tbs, sizeof(tbs))) in test_builtin()
|
H A D | evp_extra_test.c | 1250 * Test 9: Use EVP_DigestSign (Implicit fetch digest, RSA, short sig) 1251 * Test 10: Use EVP_DigestSign (Implicit fetch digest, DSA, short sig) 1252 * Test 11: Use EVP_DigestSign (Implicit fetch digest, HMAC, short sig) 1253 * Test 12: Use EVP_DigestSign (Implicit fetch digest, RSA) 1254 * Test 13: Use EVP_DigestSign (Implicit fetch digest, DSA) 1255 * Test 14: Use EVP_DigestSign (Implicit fetch digest, HMAC) 1331 if (!TEST_true(EVP_DigestSign(md_ctx, NULL, &sig_len, kMsg, in test_EVP_DigestSignInit() 1337 if (!TEST_false(EVP_DigestSign(md_ctx, sig, &shortsig_len, kMsg, in test_EVP_DigestSignInit() 1341 * We end here because once EVP_DigestSign() has failed you should in test_EVP_DigestSignInit() 1347 if (!TEST_true(EVP_DigestSign(md_ct in test_EVP_DigestSignInit() [all...] |
H A D | evp_test.c | 3377 if (!EVP_DigestSign(expected->ctx, NULL, &got_len, in oneshot_digestsign_test_run() 3387 if (!EVP_DigestSign(expected->ctx, got, &got_len, in oneshot_digestsign_test_run()
|
H A D | acvp_test.c | 102 || !TEST_int_gt(EVP_DigestSign(md_ctx, sig, &sig_len, msg, msg_len), 0)) in sig_gen()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | m_sigver.c | 567 int EVP_DigestSign(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen, in EVP_DigestSign() function
|
/third_party/openssl/crypto/evp/ |
H A D | m_sigver.c | 567 int EVP_DigestSign(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen, in EVP_DigestSign() function
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 243 pub fn EVP_DigestSign( in EVP_DigestSign() functions
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 738 || EVP_DigestSign(hctx, hmac, &hmaclen, data, in tls_parse_ctos_cookie() 1846 || EVP_DigestSign(hctx, hmac, &hmaclen, cookie, in tls_construct_stoc_cookie()
|
H A D | statem_lib.c | 372 * Here we *must* use EVP_DigestSign() because Ed25519/Ed448 does not in tls_construct_cert_verify() 375 if (EVP_DigestSign(mctx, NULL, &siglen, hdata, hdatalen) <= 0) { in tls_construct_cert_verify() 381 || EVP_DigestSign(mctx, sig, &siglen, hdata, hdatalen) <= 0) { in tls_construct_cert_verify()
|
H A D | statem_srvr.c | 2722 if (EVP_DigestSign(md_ctx, NULL, &siglen, tbs, tbslen) <=0 in tls_construct_server_key_exchange() 2724 || EVP_DigestSign(md_ctx, sigbytes1, &siglen, tbs, tbslen) <= 0 in tls_construct_server_key_exchange()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 351 * Here we *must* use EVP_DigestSign() because Ed25519/Ed448 does not in tls_construct_cert_verify() 354 if (EVP_DigestSign(mctx, NULL, &siglen, hdata, hdatalen) <= 0) { in tls_construct_cert_verify() 360 || EVP_DigestSign(mctx, sig, &siglen, hdata, hdatalen) <= 0) { in tls_construct_cert_verify()
|
H A D | extensions_srvr.c | 738 || EVP_DigestSign(hctx, hmac, &hmaclen, data, in tls_parse_ctos_cookie() 1813 || EVP_DigestSign(hctx, hmac, &hmaclen, cookie, in tls_construct_stoc_cookie()
|
H A D | statem_srvr.c | 2701 if (EVP_DigestSign(md_ctx, NULL, &siglen, tbs, tbslen) <=0 in tls_construct_server_key_exchange() 2703 || EVP_DigestSign(md_ctx, sigbytes1, &siglen, tbs, tbslen) <= 0 in tls_construct_server_key_exchange()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 167 * parameters are handled through EVP_DigestSign*() and EVP_DigestVerify*() 177 * Some functions such as EVP_DigestSign only finalise copies of internal 623 __owur int EVP_DigestSign(EVP_MD_CTX *ctx, unsigned char *sigret,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 215 * parameters are handled through EVP_DigestSign*() and EVP_DigestVerify*() 225 * Some functions such as EVP_DigestSign only finalise copies of internal 808 __owur int EVP_DigestSign(EVP_MD_CTX *ctx, unsigned char *sigret,
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 213 * parameters are handled through EVP_DigestSign*() and EVP_DigestVerify*() 223 * Some functions such as EVP_DigestSign only finalise copies of internal 806 __owur int EVP_DigestSign(EVP_MD_CTX *ctx, unsigned char *sigret,
|