Home
last modified time | relevance | path

Searched refs:NID_sha256 (Results 1 - 25 of 57) sorted by relevance

123

/third_party/openssl/test/
H A Decdsatest.h218 {NID_secp224r1, NID_sha256,
229 {NID_secp224r1, NID_sha256,
240 {NID_secp224r1, NID_sha256,
251 {NID_secp224r1, NID_sha256,
262 {NID_secp224r1, NID_sha256,
273 {NID_secp224r1, NID_sha256,
284 {NID_secp224r1, NID_sha256,
295 {NID_secp224r1, NID_sha256,
306 {NID_secp224r1, NID_sha256,
317 {NID_secp224r1, NID_sha256,
[all...]
H A Devp_fetch_prov_test.c213 X509_ALGOR *algor = make_algor(NID_sha256); in test_explicit_EVP_MD_fetch_by_X509_ALGOR()
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_xref.h36 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
43 {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
47 {NID_dsa_with_SHA256, NID_sha256, NID_dsa},
59 {NID_dhSinglePass_stdDH_sha256kdf_scheme, NID_sha256, NID_dh_std_kdf},
66 {NID_dhSinglePass_cofactorDH_sha256kdf_scheme, NID_sha256,
/third_party/openssl/crypto/objects/
H A Dobj_xref.h36 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
43 {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
47 {NID_dsa_with_SHA256, NID_sha256, NID_dsa},
59 {NID_dhSinglePass_stdDH_sha256kdf_scheme, NID_sha256, NID_dh_std_kdf},
66 {NID_dhSinglePass_cofactorDH_sha256kdf_scheme, NID_sha256,
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-gencrypto.c50 h = NID_sha256; in lws_gencrypto_openssl_hash_to_NID()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_pmeth.c143 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha256) { in pkey_dsa_ctrl()
155 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha256 && in pkey_dsa_ctrl()
/third_party/openssl/crypto/dsa/
H A Ddsa_pmeth.c143 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha256) { in pkey_dsa_ctrl()
155 EVP_MD_get_type((const EVP_MD *)p2) != NID_sha256 && in pkey_dsa_ctrl()
/third_party/node/deps/openssl/openssl/providers/common/
H A Ddigest_to_nid.c45 { NID_sha256, OSSL_DIGEST_NAME_SHA2_256 }, in ossl_digest_get_approved_nid()
/third_party/openssl/providers/common/
H A Ddigest_to_nid.c45 { NID_sha256, OSSL_DIGEST_NAME_SHA2_256 }, in ossl_digest_get_approved_nid()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_schemes.c58 { NID_sha256, OSSL_DIGEST_NAME_SHA2_256 },
H A Drsa_x931.c112 case NID_sha256: in RSA_X931_hash_id()
H A Drsa_ameth.c438 *(int *)arg2 = NID_sha256; in rsa_pkey_ctrl()
726 if ((mdnid == NID_sha256 || mdnid == NID_sha384 || mdnid == NID_sha512) in rsa_sig_info_set()
/third_party/openssl/crypto/rsa/
H A Drsa_schemes.c58 { NID_sha256, OSSL_DIGEST_NAME_SHA2_256 },
H A Drsa_x931.c112 case NID_sha256: in RSA_X931_hash_id()
H A Drsa_ameth.c435 *(int *)arg2 = NID_sha256; in rsa_pkey_ctrl()
691 if ((mdnid == NID_sha256 || mdnid == NID_sha384 || mdnid == NID_sha512) in rsa_sig_info_set()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_sha.c122 NID_sha256,
H A Devp_pbe.c72 {EVP_PBE_TYPE_PRF, NID_hmacWithSHA256, -1, NID_sha256, 0},
/third_party/openssl/crypto/evp/
H A Dlegacy_sha.c118 NID_sha256,
H A Devp_pbe.c72 {EVP_PBE_TYPE_PRF, NID_hmacWithSHA256, -1, NID_sha256, 0},
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_set.c263 case NID_sha256: in x509_sig_info_init()
/third_party/openssl/crypto/x509/
H A Dx509_set.c263 case NID_sha256: in x509_sig_info_init()
/third_party/node/deps/openssl/openssl/engines/
H A De_ossltest.c132 if ((md = EVP_MD_meth_new(NID_sha256, NID_sha256WithRSAEncryption)) == NULL in digest_sha256()
508 case NID_sha256: in ossltest_digests()
/third_party/openssl/engines/
H A De_ossltest.c132 if ((md = EVP_MD_meth_new(NID_sha256, NID_sha256WithRSAEncryption)) == NULL in digest_sha256()
508 case NID_sha256: in ossltest_digests()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c125 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, NID_sha256)) in OSSL_CMP_CTX_new()
130 if (!cmp_ctx_set_md(ctx, &ctx->digest, NID_sha256)) in OSSL_CMP_CTX_new()
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c125 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, NID_sha256)) in OSSL_CMP_CTX_new()
130 if (!cmp_ctx_set_md(ctx, &ctx->digest, NID_sha256)) in OSSL_CMP_CTX_new()

Completed in 26 milliseconds

123