Searched refs:HcfCertCRLCollectionArray (Results 1 – 8 of 8) sorted by relevance
48 typedef struct HcfCertCRLCollectionArray HcfCertCRLCollectionArray; typedef49 struct HcfCertCRLCollectionArray { struct
76 HcfCertCRLCollectionArray *certCRLCollections; // Array<CertCRLCollection>;
519 HcfCertCRLCollectionArray &certCRLCollections);520 void FreeCertCrlCollectionArr(HcfCertCRLCollectionArray &certCRLCollections);
535 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()
116 static bool GetCertCRLCollectionArray(napi_env env, napi_value arg, HcfCertCRLCollectionArray *&out) in GetCertCRLCollectionArray()130 out = static_cast<HcfCertCRLCollectionArray *>(CfMalloc(sizeof(HcfCertCRLCollectionArray), 0)); in GetCertCRLCollectionArray()
372 HcfCertCRLCollectionArray &certCRLCollections) in BuildCollectionArr()422 void FreeCertCrlCollectionArr(HcfCertCRLCollectionArray &certCRLCollections) in FreeCertCrlCollectionArr()
1432 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()
583 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()