Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 24 of 24) sorted by relevance

/base/security/crypto_framework/frameworks/certificate/
Dcert_chain_validator.c38 char *algorithm; member
46 const char *algorithm; member
54 static const HcfCertChainValidatorFuncSet *FindAbility(const char *algorithm) in FindAbility()
173 HcfResult HcfCertChainValidatorCreate(const char *algorithm, HcfCertChainValidator **pathValidator) in HcfCertChainValidatorCreate()
/base/update/updater/services/package/pkg_algorithm/
Dpkg_algorithm.cpp42 int32_t PkgAlgorithm::FinalDigest(DigestAlgorithm::DigestAlgorithmPtr algorithm, in FinalDigest()
62 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Pack() local
109 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Unpack() local
Dpkg_algo_deflate.cpp58 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Pack() local
97 const PkgStreamPtr outStream, DigestAlgorithm::DigestAlgorithmPtr algorithm) in UnpackCalculate()
152 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Unpack() local
/base/update/updater/services/package/pkg_package/
Dpkg_upgradefile.cpp188 DigestAlgorithm::DigestAlgorithmPtr algorithm = nullptr; in LoadPackage() local
224 int32_t UpgradePkgFile::Verify(size_t start, DigestAlgorithm::DigestAlgorithmPtr algorithm, in Verify()
258 DigestAlgorithm::DigestAlgorithmPtr algorithm, std::vector<std::string> &fileNames) in ReadComponents()
313 DigestAlgorithm::DigestAlgorithmPtr &algorithm) in ReadUpgradePkgHeader()
410 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() local
488 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack() local
Dpkg_lz4file.cpp49 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() local
79 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack() local
Dpkg_gzipfile.cpp114 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() local
159 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack() local
Dpkg_zipfile.cpp249 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() local
556 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack() local
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_oem_property_test.cpp688 uint32_t algorithm = TYPE_ECDSA_SHA_256; variable
698 uint32_t algorithm = TYPE_ECDSA_SHA_256; variable
735 uint32_t algorithm = TYPE_ECDSA_SHA_256; variable
777 uint32_t algorithm = TYPE_ECDSA_SHA_256 + 2; variable
784 uint32_t algorithm = TYPE_ECDSA_SHA_384; variable
/base/security/device_security_level/oem_property/common/
Ddslm_credential_utils.c61 uint32_t algorithm; member
276 static uint32_t GetAlgorithmType(const char *algorithm) in GetAlgorithmType()
521 const struct DataBuffer *pbkData, uint32_t algorithm) in EcdsaVerify()
/base/msdp/device_status/libs/src/
Ddevicestatus_algorithm_manager.cpp228 extern "C" void Destroy(const DevicestatusMsdpInterface* algorithm) in Destroy()
Ddevicestatus_msdp_mock.cpp255 extern "C" void Destroy(const DevicestatusMsdpInterface* algorithm) in Destroy()
Ddevicestatus_sensor_rdb.cpp370 extern "C" void Destroy(DevicestatusSensorInterface* algorithm) in Destroy()
Ddevicestatus_msdp_rdb.cpp352 extern "C" void Destroy(DevicestatusMsdpInterface* algorithm) in Destroy()
/base/update/updater/test/unittest/package/
Dpkg_test.h84 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(PKG_DIGEST… in BuildFileDigest() local
Dpkg_algo_unittest.cpp111 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(invalidTyp… in TestInvalidParam() local
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
DUpdaterStartUpdaterProc_fuzzer.cpp65 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(PKG_DIGEST… in BuildFileDigest() local
/base/update/updater/test/unittest/updater_binary/
Dupdater_binary_unittest.cpp88 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(PKG_DIGEST… in BuildFileDigest() local
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/
Dhks_report_wrapper.c122 static void GetAlgorithmTag(const struct HksParamSet *paramSetIn, uint32_t *algorithm) in GetAlgorithmTag()
/base/update/updater/services/package/pkg_manager/
Dpkg_managerImpl.cpp651 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(digestMeth… in CreatePkgStream() local
785 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in CreatePkgStream() local
817 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in CreatePkgStream() local
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
Dextractandexecutescript_fuzzer.cpp195 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(PKG_DIGEST… in BuildFileDigest() local
/base/security/crypto_framework/frameworks/js/napi/certificate/src/
Dnapi_cert_chain_validator.cpp216 std::string algorithm; in CreateCertChainValidator() local
/base/startup/hvb/libhvb/include/
Dhvb_cert.h55 uint32_t algorithm; member
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dhks_agree_mt.cpp512 uint32_t algorithm = ReadValueByTag(testCaseParams.agreeKeyParams, HKS_TAG_ALGORITHM); in ServiceAgreeScenario() local
/base/security/huks/test/reliability/src/
Dapi_pressure_test.cpp821 struct HksParam *algorithm = nullptr; in CipherScene() local