Searched refs:HcfCertCRLCollectionArray (Results 1 – 5 of 5) sorted by relevance
48 typedef struct HcfCertCRLCollectionArray HcfCertCRLCollectionArray; typedef49 struct HcfCertCRLCollectionArray { struct
31 HcfCertCRLCollectionArray *certCRLCollections; // Array<CertCRLCollection>;
115 static bool GetCertCRLCollectionArray(napi_env env, napi_value arg, HcfCertCRLCollectionArray *&out) in GetCertCRLCollectionArray()129 out = static_cast<HcfCertCRLCollectionArray *>(HcfMalloc(sizeof(HcfCertCRLCollectionArray), 0)); in GetCertCRLCollectionArray()
91 HcfCertCRLCollectionArray &certCRLCollections) in BuildCollectionArr()188 static void FreeCertCrlCollectionArr(HcfCertCRLCollectionArray &certCRLCollections) in FreeCertCrlCollectionArr()1258 HcfCertCRLCollectionArray certCRLCollections = { 0 };1283 HcfCertCRLCollectionArray certCRLCollections = { 0 };1305 HcfCertCRLCollectionArray certCRLCollections = { 0 };1381 HcfCertCRLCollectionArray certCRLCollections = { 0 };
688 static CfResult GetX509Crls(const HcfCertCRLCollectionArray *certCRLCollections, STACK_OF(X509_CRL)… in GetX509Crls()721 static CfResult ValidateCrls(const HcfCertCRLCollectionArray *collectionArr, STACK_OF(X509) * x509C… in ValidateCrls()