Home
last modified time | relevance | path

Searched defs:certCRLCollections (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_test_common.cpp372 HcfCertCRLCollectionArray &certCRLCollections) in BuildCollectionArr()
422 void FreeCertCrlCollectionArr(HcfCertCRLCollectionArray &certCRLCollections) in FreeCertCrlCollectionArr()
H A Dcrypto_x509_cert_chain_test.cpp1432 HcfCertCRLCollectionArray certCRLCollections = { 0 }; variable
1458 HcfCertCRLCollectionArray certCRLCollections = { 0 }; variable
1481 HcfCertCRLCollectionArray certCRLCollections = { 0 }; variable
1560 HcfCertCRLCollectionArray certCRLCollections = { 0 }; variable
1811 HcfCertCRLCollectionArray *certCRLCollections = in BuildX509CertMatchParamsData() local
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp535 HcfCertCRLCollectionArray &certCRLCollections) in BuildCollectionArrNoCRL()
584 static void FreeCertCrlCollectionArr1(HcfCertCRLCollectionArray &certCRLCollections) in FreeCertCrlCollectionArr1()
598 HcfCertCRLCollectionArray *certCRLCollections = nullptr; in BuildX509CertMatchParamsDataNoCRL() local
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_cert_chain_validate_params.h76 HcfCertCRLCollectionArray *certCRLCollections; // Array<CertCRLCollection>; member
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c583 static CfResult GetX509Crls(const HcfCertCRLCollectionArray *certCRLCollections, STACK_OF(X509_CRL)… in GetX509Crls()