Home
last modified time | relevance | path

Searched refs:CheckCertChainIsRevoked (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.c196 static CfResult CheckCertChainIsRevoked(const STACK_OF(X509_CRL) *crlStack, const STACK_OF(X509) *c… in CheckCertChainIsRevoked() function
637 res = CheckCertChainIsRevoked(crlStack, x509CertChain); in ValidateCrlLocal()
806 if (CheckCertChainIsRevoked(crlStack, x509CertChain) != CF_SUCCESS) { in ValidateCrlOnline()