Home
last modified time | relevance | path

Searched refs:ocspDigest (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain_validate_params.cpp227 out->ocspDigest = CertGetBlobFromStringJSParams(env, obj); in GetRevocationocspDigest()
228 if (out->ocspDigest == nullptr) { in GetRevocationocspDigest()
232 char *mdName = reinterpret_cast<char *>(out->ocspDigest->data); in GetRevocationocspDigest()
247 CfFree(out->ocspDigest->data); in GetRevocationocspDigest()
248 out->ocspDigest->data = nullptr; in GetRevocationocspDigest()
249 CfFree(out->ocspDigest); in GetRevocationocspDigest()
250 out->ocspDigest = nullptr; in GetRevocationocspDigest()
321 CfBlobFree(&param->ocspDigest); in FreeHcfRevocationCheckParam()
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_cert_chain_validate_params.h69 CfBlob *ocspDigest; member
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c1187 static const EVP_MD *GetHashDigest(const CfBlob *ocspDigest) in GetHashDigest() argument
1189 if (ocspDigest == NULL || ocspDigest->data == NULL) { in GetHashDigest()
1192 char *mdName = (char *)ocspDigest->data; in GetHashDigest()
1255 static CfResult GetCertIdInfo(STACK_OF(X509) *x509CertChain, const CfBlob *ocspDigest, OcspCertIdIn… in GetCertIdInfo() argument
1279 certIdInfo->md = GetHashDigest(ocspDigest); in GetCertIdInfo()
1363 res = GetCertIdInfo(x509CertChain, params->revocationCheckParam->ocspDigest, &certIdInfo); in ValidateRevocation()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test_part2.cpp145 param->ocspDigest = &g_ocspDigest; in ConstructHcfRevocationCheckParam()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md343 | ocspDigest | string | 否 | 表示OCSP通信时创建证书ID使用的哈希算法。默认为SHA256,支持可配置MD5、SHA1、SHA224、SHA256、SHA384、S…
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md343 | ocspDigest | string | No | Hash algorithm used to create a certificate ID during OCSP communicat…