Home
last modified time | relevance | path

Searched refs:SN_sha1 (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/crypto/evp/
Dc_alld.c28 EVP_add_digest_alias(SN_sha1, "ssl3-sha1"); in openssl_add_all_digests_int()
Dp5_crpt2.c99 if ((digest = EVP_MD_fetch(NULL, SN_sha1, NULL)) != NULL) in PKCS5_PBKDF2_HMAC_SHA1()
/third_party/openssl/crypto/x509/
Dv3_skid.c72 if ((md = EVP_MD_fetch(libctx, SN_sha1, propq)) == NULL) in ossl_x509_pubkey_hash()
Dx_all.c458 if (EVP_MD_is_a(md, SN_sha1) && (cert->ex_flags & EXFLAG_SET) != 0 in X509_digest()
569 if (EVP_MD_is_a(type, SN_sha1) in X509_CRL_digest()
Dt_x509.c250 md = EVP_MD_fetch(x->libctx, SN_sha1, x->propq); in X509_ocspid_print()
/third_party/openssl/providers/implementations/kdfs/
Dtls1_prf.c183 NULL, SN_sha1, libctx)) in kdf_tls1_prf_set_ctx_params()
Dpbkdf2.c117 SN_sha1, 0); in kdf_pbkdf2_init()
/third_party/openssl/crypto/ocsp/
Docsp_vfy.c209 if ((md = EVP_MD_fetch(x->libctx, SN_sha1, x->propq)) == NULL) in ocsp_find_signer_sk()
/third_party/openssl/crypto/srp/
Dsrp_vfy.c578 md = EVP_MD_fetch(NULL, SN_sha1, NULL); in SRP_VBASE_get1_by_user()
/third_party/openssl/crypto/ts/
Dts_rsp_sign.c735 || EVP_MD_is_a(ctx->ess_cert_id_digest, SN_sha1)) { in ts_RESP_sign()
/third_party/openssl/crypto/pem/
Dpvkfmt.c802 if ((sha1 = EVP_MD_fetch(libctx, SN_sha1, propq)) == NULL) in derive_pvk_key()
/third_party/openssl/crypto/cms/
Dcms_sd.c428 if (md == NULL || EVP_MD_is_a(md, SN_sha1)) { in CMS_add1_signer()
/third_party/python/Modules/
D_hashopenssl.c116 PY_HASH_ENTRY(Py_hash_sha1, "SHA1", SN_sha1, NID_sha1),
/third_party/openssl/ohos_lite/include/openssl/
Dobj_mac.h2091 #define SN_sha1 "SHA1" macro
/third_party/openssl/include/openssl/
Dobj_mac.h2216 #define SN_sha1 "SHA1" macro