Home
last modified time | relevance | path

Searched refs:crlNum (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.c205 int crlNum = sk_X509_CRL_num(crlStack); // allow crlNum : 0, no crl in CheckCertChainIsRevoked() local
206 for (int i = 0; i < crlNum; ++i) { in CheckCertChainIsRevoked()