Home
last modified time | relevance | path

Searched defs:trustAnchorArray (Results 1 – 8 of 8) sorted by relevance

/base/security/certificate_framework/test/unittest/v1.0/src/
Dcrypto_x509_cert_chain_test.cpp771 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
799 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
820 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
841 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
861 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
890 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
921 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
954 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
990 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
1020 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
[all …]
Dcrypto_x509_cert_chain_test_part2.cpp413 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
447 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
496 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
521 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
564 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
590 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
610 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
648 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; variable
693 HcfX509TrustAnchorArray *trustAnchorArray = in BuildX509CertMatchParamsData() local
952 HcfX509TrustAnchorArray *trustAnchorArray = NULL; variable
[all …]
Dcrypto_x509_test_common.cpp348 void BuildAnchorArr(const CfEncodingBlob &certInStream, HcfX509TrustAnchorArray &trustAnchorArray) in BuildAnchorArr()
360 void FreeTrustAnchorArr(HcfX509TrustAnchorArray &trustAnchorArray) in FreeTrustAnchorArr()
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
Dx509certchain_fuzzer.cpp78 …sult BuildAnchorArr1(const CfEncodingBlob &certInStream, HcfX509TrustAnchorArray &trustAnchorArray) in BuildAnchorArr1()
109 static void FreeTrustAnchorArr1(HcfX509TrustAnchorArray &trustAnchorArray) in FreeTrustAnchorArr1()
123 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; in TestVerify() local
315 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; in TestEngineValidateInvalid() local
334 HcfX509TrustAnchorArray trustAnchorArray = { 0 }; in TestEngineValidate() local
608 HcfX509TrustAnchorArray *trustAnchorArray = in BuildX509CertMatchParamsDataNoCRL() local
769 HcfX509TrustAnchorArray *trustAnchorArray = NULL; in OneCreateTrustAnchorWithKeyStore() local
792 HcfX509TrustAnchorArray *trustAnchorArray = NULL; in X509BuildResultCreateFuzzTest() local
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
Dx509_cert_chain_openssl_ex.c433 static void FreeHcfX509TrustAnchorArrayInner(HcfX509TrustAnchorArray *trustAnchorArray) in FreeHcfX509TrustAnchorArrayInner()
523 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray) in HcfX509CreateTrustAnchorWithKeyStoreFunc()
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
Dx509_cert_chain.c248 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray) in HcfCreateTrustAnchorWithKeyStore()
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_x509_cert_chain_validate_params.cpp490 void FreeTrustAnchorArray(HcfX509TrustAnchorArray *trustAnchorArray, bool freeCertFlag) in FreeTrustAnchorArray()
Dnapi_x509_cert_chain.cpp58 HcfX509TrustAnchorArray *trustAnchorArray = nullptr; member
594 …alue BuildCreateInstanceByTrustAnchorArray(napi_env env, HcfX509TrustAnchorArray *trustAnchorArray) in BuildCreateInstanceByTrustAnchorArray()