Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c1255 static CfResult GetCertIdInfo(STACK_OF(X509) *x509CertChain, const CfBlob *ocspDigest, OcspCertIdIn… in GetCertIdInfo() function
1363 res = GetCertIdInfo(x509CertChain, params->revocationCheckParam->ocspDigest, &certIdInfo); in ValidateRevocation()