Home
last modified time | relevance | path

Searched refs:HcfX509TrustAnchorArray (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test.cpp828 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
856 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
877 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
898 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
918 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
947 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
978 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
1011 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
1047 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
1806 HcfX509TrustAnchorArray *trustAnchorArray = in BuildX509CertMatchParamsData()
[all …]
H A Dcrypto_x509_cert_chain_test_part2.cpp190 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
224 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
273 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
298 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
323 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
366 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
392 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
445 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
483 HcfX509TrustAnchorArray trustAnchorArray = { 0 };
H A Dcrypto_x509_test_common.cpp348 void BuildAnchorArr(const CfEncodingBlob &certInStream, HcfX509TrustAnchorArray &trustAnchorArray) in BuildAnchorArr()
360 void FreeTrustAnchorArr(HcfX509TrustAnchorArray &trustAnchorArray) in FreeTrustAnchorArr()
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp78 …static CfResult BuildAnchorArr1(const CfEncodingBlob &certInStream, HcfX509TrustAnchorArray &trust… in BuildAnchorArr1()
109 static void FreeTrustAnchorArr1(HcfX509TrustAnchorArray &trustAnchorArray) in FreeTrustAnchorArr1()
123 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; in TestVerify()
315 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; in TestEngineValidateInvalid()
334 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; in TestEngineValidate()
608 HcfX509TrustAnchorArray *trustAnchorArray = in BuildX509CertMatchParamsDataNoCRL()
609 static_cast<HcfX509TrustAnchorArray *>(CfMalloc(sizeof(HcfX509TrustAnchorArray), 0)); in BuildX509CertMatchParamsDataNoCRL()
774 HcfX509TrustAnchorArray *trustAnchorArray = NULL; in OneCreateTrustAnchorWithKeyStore()
797 HcfX509TrustAnchorArray *trustAnchorArray = NULL; in X509BuildResultCreateFuzzTest()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/include/
H A Dcrypto_x509_test_common.h516 void BuildAnchorArr(const CfEncodingBlob &certInStream, HcfX509TrustAnchorArray &trustAnchorArray);
517 void FreeTrustAnchorArr(HcfX509TrustAnchorArray &trustAnchorArray);
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_trust_anchor.h36 } HcfX509TrustAnchorArray; typedef
H A Dx509_cert_chain_validate_params.h75 HcfX509TrustAnchorArray *trustAnchors; // Array<X509TrustAnchor>
H A Dx509_cert_chain.h75 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray);
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain_validate_params.cpp67 static bool GetX509TrustAnchorArray(napi_env env, napi_value arg, HcfX509TrustAnchorArray *&out) in GetX509TrustAnchorArray()
81 out = static_cast<HcfX509TrustAnchorArray *>(CfMalloc(sizeof(HcfX509TrustAnchorArray), 0)); in GetX509TrustAnchorArray()
450 void FreeTrustAnchorArray(HcfX509TrustAnchorArray *trustAnchorArray, bool freeCertFlag) in FreeTrustAnchorArray()
H A Dnapi_x509_cert_chain.cpp58 HcfX509TrustAnchorArray *trustAnchorArray = nullptr;
580 static napi_value BuildCreateInstanceByTrustAnchorArray(napi_env env, HcfX509TrustAnchorArray *trus… in BuildCreateInstanceByTrustAnchorArray()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_x509_cert_chain_validate_params.h30 void FreeTrustAnchorArray(HcfX509TrustAnchorArray *trustAnchorArray, bool freeCertFlag);
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dx509_cert_chain_openssl.h32 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray);
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_cert_chain.c33 …t (*CreateTrustAnchorWithKeyStoreFunc)(const CfBlob *, const CfBlob *, HcfX509TrustAnchorArray **);
245 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray) in HcfCreateTrustAnchorWithKeyStore()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c678 static CfResult ValidateTrustAnchor(const HcfX509TrustAnchorArray *trustAnchorsArray, X509 *rootCer… in ValidateTrustAnchor()
2019 static void ProcessP12Data(STACK_OF(X509) *ca, HcfX509TrustAnchorArray *result) in ProcessP12Data()
2045 static void FreeHcfX509TrustAnchorArrayInner(HcfX509TrustAnchorArray *trustAnchorArray) in FreeHcfX509TrustAnchorArrayInner()
2103 static HcfX509TrustAnchorArray *MallocTrustAnchorArray(int32_t count) in MallocTrustAnchorArray()
2105HcfX509TrustAnchorArray *anchor = (HcfX509TrustAnchorArray *)(CfMalloc(sizeof(HcfX509TrustAnchorAr… in MallocTrustAnchorArray()
2132 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray) in HcfX509CreateTrustAnchorWithKeyStoreFunc()
2151 HcfX509TrustAnchorArray *anchor = MallocTrustAnchorArray(count); in HcfX509CreateTrustAnchorWithKeyStoreFunc()