Searched defs:fileContent (Results 1 – 6 of 6) sorted by relevance
| /base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/upgrade/file_transfer/config_parser/src/ |
| D | hks_config_parser_test.cpp | 113 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet001), variable 156 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet002), variable 199 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet003), variable 242 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet004), variable 285 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet005), variable 323 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet006), variable 366 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet007), variable 409 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet008), variable 452 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet009), variable 495 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet010), variable [all …]
|
| /base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/ |
| D | hks_file_transfer.c | 118 …tic int32_t TransferFile(const char *alias, const char *oldPath, const struct HksBlob *fileContent, in TransferFile() 198 static int32_t GetFileContent(const char *path, const char *alias, struct HksBlob *fileContent) in GetFileContent() 220 struct HksBlob fileContent = { 0 }; in ProcessFileUpgrade() local
|
| D | hks_config_parser.c | 94 static int32_t ParseOwnerIdFromFileContent(const struct HksBlob *fileContent, uint32_t *uid, uint64… in ParseOwnerIdFromFileContent() 192 int32_t HksParseConfig(const char *alias, const struct HksBlob *fileContent, struct HksUpgradeFileT… in HksParseConfig()
|
| /base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
| D | hap_verify_test.cpp | 165 std::string fileContent[TEST_FILE_NUM] = {HAP_FILE_ECC_SIGN_BASE64, HAP_FILE_RSA_SIGN_BASE64}; variable 241 std::string fileContent = HAP_FILE_ECC_SIGN_BASE64; variable
|
| /base/security/access_token/services/common/config_policy/src/ |
| D | config_policy_loader.cpp | 116 … ConfigPolicLoader::GetConfigValueFromFile(const ServiceType& type, const std::string& fileContent, in GetConfigValueFromFile() 159 std::string fileContent; in GetConfigValue() local
|
| /base/security/huks/utils/file_iterative_reader/src/ |
| D | hks_iterative_reader.c | 186 …32_t HksReadFileWithIterativeReader(struct HksIterativeReader *reader, struct HksBlob *fileContent, in HksReadFileWithIterativeReader()
|