Home
last modified time | relevance | path

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

/base/security/certificate_framework/interfaces/innerkits/certificate/
Dcert_crl_collection.h48 typedef struct HcfCertCRLCollectionArray HcfCertCRLCollectionArray; typedef
49 struct HcfCertCRLCollectionArray { struct
Dx509_cert_chain_validate_params.h31 HcfCertCRLCollectionArray *certCRLCollections; // Array<CertCRLCollection>;
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_x509_cert_chain_validate_params.cpp115 static bool GetCertCRLCollectionArray(napi_env env, napi_value arg, HcfCertCRLCollectionArray *&out) in GetCertCRLCollectionArray()
129 out = static_cast<HcfCertCRLCollectionArray *>(HcfMalloc(sizeof(HcfCertCRLCollectionArray), 0)); in GetCertCRLCollectionArray()
/base/security/certificate_framework/test/unittest/v1.0/src/
Dcrypto_x509_cert_chain_test.cpp91 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 };
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
Dx509_cert_chain_openssl.c688 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()