Searched refs:ocspDigest (Results 1 – 6 of 6) sorted by relevance
227 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(¶m->ocspDigest); in FreeHcfRevocationCheckParam()
69 CfBlob *ocspDigest; member
1187 static const EVP_MD *GetHashDigest(const CfBlob *ocspDigest) in GetHashDigest() argument1189 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() argument1279 certIdInfo->md = GetHashDigest(ocspDigest); in GetCertIdInfo()1363 res = GetCertIdInfo(x509CertChain, params->revocationCheckParam->ocspDigest, &certIdInfo); in ValidateRevocation()
145 param->ocspDigest = &g_ocspDigest; in ConstructHcfRevocationCheckParam()
343 | ocspDigest | string | 否 | 表示OCSP通信时创建证书ID使用的哈希算法。默认为SHA256,支持可配置MD5、SHA1、SHA224、SHA256、SHA384、S…
343 | ocspDigest | string | No | Hash algorithm used to create a certificate ID during OCSP communicat…