Home
last modified time | relevance | path

Searched refs:EVP_sha256 (Results 1 - 25 of 59) sorted by relevance

123

/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genhash.c51 ctx->evp_type = EVP_sha256(); in lws_genhash_init()
116 ctx->evp_type = EVP_sha256(); in lws_genhmac_init()
191 ctx->evp_type = EVP_sha256(); in lws_genhmac_init()
H A Dlws-gencrypto.c78 h = EVP_sha256(); in lws_gencrypto_openssl_hash_to_EVP_MD()
/third_party/openssl/test/
H A Dhmactest.c155 if (!TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL))) in test_hmac_run()
158 if (!TEST_true(HMAC_Init_ex(ctx, test[5].key, test[5].key_len, EVP_sha256(), NULL)) in test_hmac_run()
159 || !TEST_ptr_eq(HMAC_CTX_get_md(ctx), EVP_sha256()) in test_hmac_run()
189 if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL)) in test_hmac_run()
H A Dnamemap_internal_test.c165 if (!TEST_true(EVP_MD_is_a(EVP_sha256(), "SHA2-256")) in test_digest_is_a()
166 || !TEST_false(EVP_MD_is_a(EVP_sha256(), "SHA3-256"))) in test_digest_is_a()
H A Dpkey_meth_kdf_test.c34 if (EVP_PKEY_CTX_set_tls1_prf_md(pctx, EVP_sha256()) <= 0) { in test_kdf_tls1_prf()
83 if (EVP_PKEY_CTX_set_hkdf_md(pctx, EVP_sha256()) <= 0) { in test_kdf_hkdf()
H A Dossl_store_test.c67 EVP_sha256(), NULL, 0)); in test_store_search_by_key_fingerprint_fail()
H A Dtls13secretstest.c157 return EVP_sha256(); in ssl_handshake_md()
198 return EVP_sha256(); in ssl_md()
H A Docspapitest.c90 cid = OCSP_cert_id_new(EVP_sha256(), name, key, serial); in make_dummy_resp()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dc_alld.c39 EVP_add_digest(EVP_sha256()); in openssl_add_all_digests_int()
H A Dlegacy_sha.c131 const EVP_MD *EVP_sha256(void) in EVP_sha256() function
/third_party/openssl/crypto/evp/
H A Dc_alld.c39 EVP_add_digest(EVP_sha256()); in openssl_add_all_digests_int()
H A Dlegacy_sha.c127 const EVP_MD *EVP_sha256(void) in EVP_sha256() function
/third_party/nghttp2/src/
H A Dshrpx_quic.cc266 unsigned int hlen = EVP_MD_size(EVP_sha256()); in generate_quic_hashed_connection_id()
268 if (!EVP_DigestInit_ex(ctx, EVP_sha256(), nullptr) || in generate_quic_hashed_connection_id()
372 &sha256, reinterpret_cast<void *>(const_cast<EVP_MD *>(EVP_sha256()))); in generate_quic_connection_id_encryption_key()
H A Dshrpx_config_test.cc178 {StringRef{file1}, StringRef{file2}}, EVP_aes_128_cbc(), EVP_sha256()); in test_shrpx_config_read_tls_ticket_key_file()
223 {StringRef{file1}, StringRef{file2}}, EVP_aes_256_cbc(), EVP_sha256()); in test_shrpx_config_read_tls_ticket_key_file_aes_256()
H A Dshrpx_worker_process.cc200 ticket_key.hmac = EVP_sha256(); in generate_ticket_key()
367 key.hmac = EVP_sha256(); in memcached_get_ticket_key_cb()
524 ticketconf.files, ticketconf.cipher, EVP_sha256()); in worker_process_event_loop()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c71 md->native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_md_sha256()
77 ctx->md.native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_ctx_initial()
149 return EVP_sha256(); in crypto_ssl_get_md()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c65 md->native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_md_sha256()
71 ctx->md.native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_ctx_initial()
151 return EVP_sha256(); in crypto_ssl_get_md()
/third_party/node/deps/openssl/openssl/engines/
H A De_ossltest.c619 return EVP_MD_meth_get_init(EVP_sha256())(ctx); in digest_sha256_init()
625 return EVP_MD_meth_get_update(EVP_sha256())(ctx, data, count); in digest_sha256_update()
630 int ret = EVP_MD_meth_get_final(EVP_sha256())(ctx, md); in digest_sha256_final()
/third_party/openssl/engines/
H A De_ossltest.c619 return EVP_MD_meth_get_init(EVP_sha256())(ctx); in digest_sha256_init()
625 return EVP_MD_meth_get_update(EVP_sha256())(ctx, data, count); in digest_sha256_update()
630 int ret = EVP_MD_meth_get_final(EVP_sha256())(ctx, md); in digest_sha256_final()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmd.rs140 unsafe { MdRef::from_ptr(ffi::EVP_sha256() as *mut _) } in sha256()
/third_party/fsverity-utils/lib/
H A Dhash_algs.c107 return openssl_digest_ctx_create(alg, EVP_sha256()); in create_sha256_ctx()
/third_party/node/src/crypto/
H A Dcrypto_x509.cc84 SetProtoMethod(isolate, tmpl, "fingerprint256", Fingerprint<EVP_sha256>); in GetConstructorTemplate()
529 registry->Register(Fingerprint<EVP_sha256>); in RegisterExternalReferences()
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c329 md = (EVP_MD *)EVP_sha256(); in dgst_main()
386 md = (EVP_MD *)EVP_sha256(); in dgst_main()
/third_party/openssl/apps/
H A Ddgst.c329 md = (EVP_MD *)EVP_sha256(); in dgst_main()
386 md = (EVP_MD *)EVP_sha256(); in dgst_main()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_mutl.c219 md_type = EVP_sha256(); in PKCS12_set_mac()

Completed in 17 milliseconds

123