Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dcert_crl_collection.h48 typedef struct HcfCertCRLCollectionArray HcfCertCRLCollectionArray; typedef
49 struct HcfCertCRLCollectionArray { struct
H A Dx509_cert_chain_validate_params.h76 HcfCertCRLCollectionArray *certCRLCollections; // Array<CertCRLCollection>;
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/include/
H A Dcrypto_x509_test_common.h519 HcfCertCRLCollectionArray &certCRLCollections);
520 void FreeCertCrlCollectionArr(HcfCertCRLCollectionArray &certCRLCollections);
/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()
618 …certCRLCollections = static_cast<HcfCertCRLCollectionArray *>(CfMalloc(sizeof(HcfCertCRLCollection… in BuildX509CertMatchParamsDataNoCRL()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain_validate_params.cpp116 static bool GetCertCRLCollectionArray(napi_env env, napi_value arg, HcfCertCRLCollectionArray *&out) in GetCertCRLCollectionArray()
130 out = static_cast<HcfCertCRLCollectionArray *>(CfMalloc(sizeof(HcfCertCRLCollectionArray), 0)); in GetCertCRLCollectionArray()
/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 };
1458 HcfCertCRLCollectionArray certCRLCollections = { 0 };
1481 HcfCertCRLCollectionArray certCRLCollections = { 0 };
1560 HcfCertCRLCollectionArray certCRLCollections = { 0 };
1811 HcfCertCRLCollectionArray *certCRLCollections = in BuildX509CertMatchParamsData()
1812 (HcfCertCRLCollectionArray *)CfMalloc(sizeof(HcfCertCRLCollectionArray), 0); in BuildX509CertMatchParamsData()
/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()
616 static CfResult ValidateCrlLocal(const HcfCertCRLCollectionArray *collectionArr, STACK_OF(X509) *x5… in ValidateCrlLocal()