/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/ |
H A D | hks_storage_manager_test.cpp | 91 .data = (uint8_t *)"HksStorageManagerTest001", .size = strlen("HksStorageManagerTest001") in HWTEST_F() 110 ASSERT_EQ(strlen((char *)alias.data), strlen(material.keyAliasPath)); in HWTEST_F() 111 ASSERT_EQ(EOK, HksMemCmp(alias.data, material.keyAliasPath, strlen(material.keyAliasPath))); in HWTEST_F() 113 ASSERT_EQ(strlen(HKS_KEY_STORE_KEY_PATH), strlen(material.storageTypePath)); in HWTEST_F() 114 ASSERT_EQ(EOK, HksMemCmp(HKS_KEY_STORE_KEY_PATH, material.storageTypePath, strlen(material.storageTypePath))); in HWTEST_F() 116 ASSERT_EQ(strlen("1"), strlen(material.uidPath)) << "uid path is " << material.uidPath; in HWTEST_F() 117 ASSERT_EQ(EOK, HksMemCmp("1", material.uidPath, strlen(materia in HWTEST_F() [all...] |
H A D | hks_storage_util_test.cpp | 92 ASSERT_EQ(strlen(fileInfo.mainPath.fileName), strlen(material.keyAliasPath)); in HWTEST_F() 93 ASSERT_EQ(EOK, HksMemCmp(fileInfo.mainPath.fileName, material.keyAliasPath, strlen(material.keyAliasPath))); in HWTEST_F() 97 ASSERT_EQ(strlen(fileInfo.mainPath.path), strlen(expectPath)) << fileInfo.mainPath.path; in HWTEST_F() 98 ASSERT_EQ(EOK, HksMemCmp(fileInfo.mainPath.path, expectPath, strlen(expectPath))); in HWTEST_F() 121 ASSERT_EQ(strlen(fileInfo.mainPath.fileName), strlen(material.keyAliasPath)); in HWTEST_F() 122 ASSERT_EQ(EOK, HksMemCmp(fileInfo.mainPath.fileName, material.keyAliasPath, strlen(material.keyAliasPath))); in HWTEST_F() 126 ASSERT_EQ(strlen(fileInf in HWTEST_F() [all...] |
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
H A D | hks_client_service_passthrough.c | 54 struct HksBlob processNameBlob = { strlen(processName), (uint8_t *)processName };
in HksClientRefreshKeyInfo() 68 { strlen(userId), (uint8_t *)userId },
in HksClientGenerateKey() 69 { strlen(processName), (uint8_t *)processName },
in HksClientGenerateKey() 86 { strlen(userId), (uint8_t *)userId },
in HksClientImportKey() 87 { strlen(processName), (uint8_t *)processName },
in HksClientImportKey() 104 { strlen(userId), (uint8_t *)userId },
in HksClientImportWrappedKey() 105 { strlen(processName), (uint8_t *)processName },
in HksClientImportWrappedKey() 123 { strlen(userId), (uint8_t *)userId },
in HksClientExportPublicKey() 124 { strlen(processName), (uint8_t *)processName },
in HksClientExportPublicKey() 140 { strlen(userI in HksClientDeleteKey() [all...] |
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | asan_unittest.cpp | 46 WriteGwpAsanLog(gwpAsanBuf, strlen(gwpAsanBuf)); in HWTEST_F() 48 WriteGwpAsanLog(cfiBuf, strlen(cfiBuf)); in HWTEST_F() 50 WriteGwpAsanLog(ubsanBuf, strlen(ubsanBuf)); in HWTEST_F() 52 WriteGwpAsanLog(tsanBuf, strlen(tsanBuf)); in HWTEST_F() 54 WriteGwpAsanLog(hwasanBuf, strlen(hwasanBuf)); in HWTEST_F() 56 WriteGwpAsanLog(asanBuf, strlen(asanBuf)); in HWTEST_F()
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | date_time_data.cpp | 27 size_t len = strlen(const_cast<char*>(amPmMarkers));
in DateTimeData() 87 return (strlen(amPmMarkers) > 0) ? Parse(amPmMarkers, index) : "";
in GetAmPmMarker() 126 strlen(formatAbbreviatedMonthNames));
in SetMonthNamesData() 127 this->formatWideMonthNames = NewArrayAndCopy(formatWideMonthNames, strlen(formatWideMonthNames));
in SetMonthNamesData() 129 strlen(standaloneAbbreviatedMonthNames));
in SetMonthNamesData() 130 this->standaloneWideMonthNames = NewArrayAndCopy(standaloneWideMonthNames, strlen(standaloneWideMonthNames));
in SetMonthNamesData() 141 strlen(formatAbbreviatedDayNames));
in SetDayNamesData() 142 this->formatWideDayNames = NewArrayAndCopy(formatWideDayNames, strlen(formatWideDayNames));
in SetDayNamesData() 144 strlen(standaloneAbbreviatedDayNames));
in SetDayNamesData() 145 this->standaloneWideDayNames = NewArrayAndCopy(standaloneWideDayNames, strlen(standaloneWideDayName in SetDayNamesData() [all...] |
/base/startup/appspawn/test/unittest/hnp_test/ |
H A D | hnp_pack_test.cpp | 160 EXPECT_EQ(fwrite(cfg, sizeof(char), strlen(cfg) + 1, fp), strlen(cfg) + 1);
in HWTEST_F() 199 EXPECT_EQ(fwrite(cfg, sizeof(char), strlen(cfg) + 1, fp), strlen(cfg) + 1);
in HWTEST_F() 209 EXPECT_EQ(fwrite(cfg, sizeof(char), strlen(cfg) + 1, fp), strlen(cfg) + 1);
in HWTEST_F() 249 EXPECT_EQ(fwrite(cfg, sizeof(char), strlen(cfg) + 1, fp), strlen(cfg) + 1);
in HWTEST_F() 259 EXPECT_EQ(fwrite(cfg, sizeof(char), strlen(cfg) + 1, fp), strlen(cf in HWTEST_F() [all...] |
/base/startup/init/test/unittest/param/ |
H A D | param_shell_unittest.cpp | 73 bshd->length = strlen(bshd->buffer); in TestParamShellCmd() 79 bshd->length = strlen(bshd->buffer); in TestParamShellCmd() 85 bshd->length = strlen(bshd->buffer); in TestParamShellCmd() 92 bshd->length = strlen(bshd->buffer); in TestParamShellCmd() 99 bshd->length = strlen(bshd->buffer); in TestParamShellCmd() 105 bshd->length = strlen(bshd->buffer); in TestParamShellCmd() 111 bshd->length = strlen(bshd->buffer); in TestParamShellCmd() 123 bshd->length = strlen(bshd->buffer); in TestParamShellCmd1() 129 bshd->length = strlen(bshd->buffer); in TestParamShellCmd1() 135 bshd->length = strlen(bsh in TestParamShellCmd1() [all...] |
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/asymmetric_alg_test/ |
H A D | hks_dh_agree_test.h | 30 strlen("HksDHAgreeKeyAliasTest001_1"), 34 strlen("HksDHAgreeKeyAliasTest001_2"), 38 strlen("HksDHAgreeKeyAliasTest001_1_final"), 42 strlen("HksDHAgreeKeyAliasTest001_2_final"), 108 strlen("HksDHAgreeKeyAliasTest002_1"), 112 strlen("HksDHAgreeKeyAliasTest002_2"), 116 strlen("HksDHAgreeKeyAliasTest002_1_final"), 120 strlen("HksDHAgreeKeyAliasTest002_2_final"), 186 strlen("HksDHAgreeKeyAliasTest003_1"), 190 strlen("HksDHAgreeKeyAliasTest003_ [all...] |
/base/startup/init/services/modules/seccomp/ |
H A D | seccomp_policy.c | 101 size_t maxFilterNameLen = PATH_MAX - strlen(FILTER_LIB_PATH_FORMAT) + strlen("%s") - 1; in GetFilterFileByName() 102 if (filterName == NULL || strlen(filterName) > maxFilterNameLen) { in GetFilterFileByName() 110 strlen(filterName) + strlen(FILTER_LIB_PATH_FORMAT) - strlen("%s"), \ in GetFilterFileByName() 126 if (memcpy_s(filterLibRealPath, pathSize, files->paths[0], strlen(files->paths[0]) + 1) == EOK) { in GetFilterFileByName() 153 strlen(filterName) + strlen(FILTER_NAME_FORMAT) - strlen(" in GetSeccompPolicy() [all...] |
/base/startup/init/test/unittest/init/ |
H A D | service_file_unittest.cpp | 43 ServiceFile *fileOpt = (ServiceFile *)calloc(1, sizeof(ServiceFile) + strlen(fileName) + 1); in HWTEST_F() 51 int ret = strncpy_s(fileOpt->fileName, strlen(fileName) + 1, fileName, strlen(fileName)); in HWTEST_F() 60 ret = strncpy_s(fileOpt->fileName, strlen(fileName) + 1, "fileName", strlen("fileName")); in HWTEST_F() 65 ret = strncpy_s(fileOpt->fileName, strlen(fileName) + 1, "/dev/filetest", strlen("/dev/filetest")); in HWTEST_F()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_uri.c | 87 size_t resAvailLen = strlen(resAvail); in GetComponentEncodedLen() 88 size_t keyLen = strlen(key); in GetComponentEncodedLen() 89 size_t valueLen = strlen(value); in GetComponentEncodedLen() 109 uint32_t len = strlen(SCHEME); in GetEncodedLen() 146 size_t resAvailLen = strlen(resAvail); in EncodeComp() 147 size_t keyLen = strlen(key); in EncodeComp() 148 size_t valueLen = strlen(value); in EncodeComp() 298 if (memcpy_s(encoded, avail, SCHEME, strlen(SCHEME)) != EOK) { in CertManagerUriEncode() 301 off += strlen(SCHEME); in CertManagerUriEncode() 302 avail -= strlen(SCHEM in CertManagerUriEncode() [all...] |
/base/security/huks/interfaces/kits/cj/src/ |
H A D | cj_huks_ffi.c | 31 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSInitSession() 54 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSIsKeyExist() 61 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSGetKeyItemProperties() 68 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSHAttestKey() 75 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSHAnonAttestKey() 82 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSExportKey() 89 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSImportWrappedKey() 90 struct HksBlob wrappingKeyAliasBlob = {strlen(wrappingKeyAlias), (uint8_t *)wrappingKeyAlias}; in FfiOHOSImportWrappedKey() 97 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSGenerateKey() 103 struct HksBlob keyAliasBlob = {strlen(keyAlia in FfiOHOSDeleteKey() [all...] |
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.cpp | 126 return strcpy_s(value, len, "true") == 0 ? strlen("true") : -1;
in GetParameter() 137 return strcpy_s(value, len, tmp) == 0 ? strlen(tmp) : -1;
in GetParameter() 140 return g_developerMode ? (strcpy_s(value, len, "true") == 0 ? strlen("true") : -1) : -1;
in GetParameter() 143 return strcpy_s(value, len, def) == 0 ? strlen(def) : -1;
in GetParameter() 146 return strcpy_s(value, len, "test.variable.001") == 0 ? strlen("test.variable.001") : -1;
in GetParameter() 149 return strcpy_s(value, len, "com.ohos.arkwebcore") == 0 ? strlen("com.ohos.arkwebcore") : -1;
in GetParameter()
|
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksstorage_fuzzer/ |
H A D | hksstorage_fuzzer.cpp | 335 .data = (uint8_t *)"HksStorageManagerTest001", .size = strlen("HksStorageManagerTest001") in HksStorageManagerTest001() 354 HksMemCmp(alias.data, material.keyAliasPath, strlen(material.keyAliasPath)); in HksStorageManagerTest001() 355 HksMemCmp(HKS_KEY_STORE_KEY_PATH, material.storageTypePath, strlen(material.storageTypePath)); in HksStorageManagerTest001() 357 HksMemCmp("1", material.uidPath, strlen(material.uidPath)); in HksStorageManagerTest001() 358 HksMemCmp("1", material.userIdPath, strlen(material.userIdPath)); in HksStorageManagerTest001() 378 .data = (uint8_t *)"HksStorageManagerTest002", .size = strlen("HksStorageManagerTest002") in HksStorageManagerTest002() 394 HksMemCmp(alias.data, material.keyAliasPath, strlen(material.keyAliasPath)); in HksStorageManagerTest002() 395 HksMemCmp(HKS_KEY_STORE_KEY_PATH, material.storageTypePath, strlen(material.storageTypePath)); in HksStorageManagerTest002() 397 HksMemCmp("2", material.uidPath, strlen(material.uidPath)); in HksStorageManagerTest002() 398 HksMemCmp("2", material.userIdPath, strlen(materia in HksStorageManagerTest002() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_regs_riscv64.cpp | 113 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x4:%016lx x5:%016lx x6:%016lx x7:%016lx\n", \ in PrintRegs() 116 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x8:%016lx x9:%016lx x10:%016lx x11:%016lx\n", \ in PrintRegs() 119 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x12:%016lx x13:%016lx x14:%016lx x15:%016lx\n", \ in PrintRegs() 122 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x16:%016lx x17:%016lx x18:%016lx x19:%016lx\n", \ in PrintRegs() 125 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(bu in PrintRegs() [all...] |
H A D | dfx_regs_arm64.cpp | 113 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x4:%016lx x5:%016lx x6:%016lx x7:%016lx\n", \ in PrintRegs() 116 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x8:%016lx x9:%016lx x10:%016lx x11:%016lx\n", \ in PrintRegs() 119 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x12:%016lx x13:%016lx x14:%016lx x15:%016lx\n", \ in PrintRegs() 122 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "x16:%016lx x17:%016lx x18:%016lx x19:%016lx\n", \ in PrintRegs() 125 BufferPrintf(buf + strlen(buf), sizeof(buf) - strlen(bu in PrintRegs() [all...] |
/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_deviceinfo_js.cpp | 64 NAPI_CALL(env, napi_create_string_utf8(env, value, strlen(value), &deviceType)); in GetDeviceType() 76 NAPI_CALL(env, napi_create_string_utf8(env, manfactureName, strlen(manfactureName), &napiValue)); in GetManufacture() 88 NAPI_CALL(env, napi_create_string_utf8(env, productBrand, strlen(productBrand), &napiValue)); in GetBrand() 100 NAPI_CALL(env, napi_create_string_utf8(env, marketName, strlen(marketName), &napiValue)); in GetMarketName() 112 NAPI_CALL(env, napi_create_string_utf8(env, productSeries, strlen(productSeries), &napiValue)); in GetProductSeries() 124 NAPI_CALL(env, napi_create_string_utf8(env, productModel, strlen(productModel), &napiValue)); in GetProductModel() 136 NAPI_CALL(env, napi_create_string_utf8(env, softwareModel, strlen(softwareModel), &napiValue)); in GetSoftwareModel() 148 NAPI_CALL(env, napi_create_string_utf8(env, hardwareModel, strlen(hardwareModel), &napiValue)); in GetHardwareModel() 160 NAPI_CALL(env, napi_create_string_utf8(env, hardwareProfile, strlen(hardwareProfile), &napiValue)); in GetHardwareProfile() 172 NAPI_CALL(env, napi_create_string_utf8(env, serialNumber, strlen(serialNumbe in GetSerial() [all...] |
/base/security/access_token/test/fuzztest/common/ |
H A D | accesstoken_fuzzdata.h | 52 uint8_t strlen = GetData<uint8_t>(); in GenerateRandomString() local 54 char cstr[strlen + 1]; in GenerateRandomString() 55 cstr[strlen] = '\0'; in GenerateRandomString() 57 for (uint8_t i = 0; i < strlen; i++) { in GenerateRandomString()
|
/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_aes_func.cpp | 151 struct HksBlob authId = { (uint32_t)strlen(TEST_KEY_AUTH_ID), (uint8_t *)TEST_KEY_AUTH_ID }; in GenerateBaseKey() 264 struct HksBlob authId = { (uint32_t)strlen(TEST_KEY_AUTH_ID), (uint8_t *)TEST_KEY_AUTH_ID }; in ImportPubKey() 296 struct HksBlob baseKeyAlias1 = { (uint32_t)strlen(TEST_AES_KEY_BASE_NAME_1), (uint8_t *)TEST_AES_KEY_BASE_NAME_1 }; in TestAes256ByAgree() 299 struct HksBlob baseKeyAlias2 = { (uint32_t)strlen(TEST_AES_KEY_BASE_NAME_2), (uint8_t *)TEST_AES_KEY_BASE_NAME_2 }; in TestAes256ByAgree() 310 (uint32_t)strlen(TEST_AES_KEY_BASE_NAME_2_PUBKEY), (uint8_t *)TEST_AES_KEY_BASE_NAME_2_PUBKEY in TestAes256ByAgree() 313 (uint32_t)strlen(TEST_AES_KEY_BASE_NAME_1_PUBKEY), (uint8_t *)TEST_AES_KEY_BASE_NAME_1_PUBKEY in TestAes256ByAgree() 319 struct HksBlob aesKeyAlias1 = { (uint32_t)strlen(TEST_AES_KEY_AGREE_NAME1), (uint8_t *)TEST_AES_KEY_AGREE_NAME1 }; in TestAes256ByAgree() 323 struct HksBlob aesKeyAlias2 = { (uint32_t)strlen(TEST_AES_KEY_DERIVE_NAME2), (uint8_t *)TEST_AES_KEY_DERIVE_NAME2 }; in TestAes256ByAgree() 330 struct HksBlob plainText1 = { (uint32_t)strlen(TEST_PLAIN_TEST) + 1, (uint8_t*)TEST_PLAIN_TEST }; in TestAes256ByAgree() 362 struct HksBlob baseKeyAlias1 = { (uint32_t)strlen(TEST_AES_KEY_BASE_NAME_ in TestAes256ByAgree1() [all...] |
/base/startup/init/ueventd/ |
H A D | ueventd.c | 219 uevent->syspath = event + strlen("DEVPATH="); in AddUevent() 221 uevent->subsystem = event + strlen("SUBSYSTEM="); in AddUevent() 223 uevent->action = GetUeventAction(event + strlen("ACTION=")); in AddUevent() 225 uevent->deviceName = event + strlen("DEVNAME="); in AddUevent() 227 uevent->partitionName = event + strlen("PARTNAME="); in AddUevent() 229 uevent->partitionNum = StringToInt(event + strlen("PARTN="), -1); in AddUevent() 231 uevent->major = StringToInt(event + strlen("MAJOR="), -1); in AddUevent() 233 uevent->minor = StringToInt(event + strlen("MINOR="), -1); in AddUevent() 235 uevent->ug.uid = (uid_t)StringToInt(event + strlen("DEVUID="), 0); in AddUevent() 237 uevent->ug.gid = (gid_t)StringToInt(event + strlen("DEVGI in AddUevent() [all...] |
/base/security/huks/utils/file_iterative_reader/src/ |
H A D | hks_iterative_reader.c | 103 info->path = (char *)HksMalloc(strlen(path) + 1); in AppendFilePath() 105 info->fileName = (char *)HksMalloc(strlen(fileName) + 1); in AppendFilePath() 107 (void)memcpy_s(info->path, strlen(path), path, strlen(path)); in AppendFilePath() 108 (void)memcpy_s(info->fileName, strlen(fileName), fileName, strlen(fileName)); in AppendFilePath() 207 alias->data = (uint8_t *)HksMalloc(strlen(reader->fileLists->infos[reader->curIndex].fileName) + 1); in HksReadFileWithIterativeReader() 213 alias->size = strlen(reader->fileLists->infos[reader->curIndex].fileName) + 1; in HksReadFileWithIterativeReader() 214 (void)memcpy_s(alias->data, strlen(reader->fileLists->infos[reader->curIndex].fileName), in HksReadFileWithIterativeReader() 216 strlen(reade in HksReadFileWithIterativeReader() [all...] |
/base/startup/init/simulator/parameter/src/ |
H A D | parameter_common.c | 53 if ((value == NULL) || !strlen(value) || (strlen(value) + 1 > len)) {
in IsValidValue() 75 ret = (int)strlen(def);
in GetParameter() 88 if (strncmp(key, FILE_RO, strlen(FILE_RO)) == 0) {
in SetParameter() 203 if (len < (ssize_t)strlen("version=")) {
in BuildDisplayVersion() 212 const int versionLen = strlen(versionValue);
in BuildDisplayVersion() 216 patchValue + strlen("version="));
in BuildDisplayVersion() 225 patchValue + strlen("version="));
in BuildDisplayVersion()
|
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | hichain_receivedata_test.cpp | 43 {strlen("aaa.bbbb.ccc"), "aaa.bbbb.ccc"}, 44 {strlen("CarDevice"), "CarDevice"}, 48 static struct hc_pin g_testPin = {strlen("123456"), "123456"}; 162 strlen(reinterpret_cast<char *>(dataStr)) in HWTEST_F() 189 strlen(reinterpret_cast<char *>(dataStr)) in HWTEST_F() 243 strlen(reinterpret_cast<char *>(g_dataStr031)) in HWTEST_F() 251 strlen(reinterpret_cast<char *>(g_dataStr032)) in HWTEST_F() 259 strlen(reinterpret_cast<char *>(g_dataStr033)) in HWTEST_F() 299 strlen(reinterpret_cast<char *>(dataStr001)) in HWTEST_F() 339 strlen(reinterpret_cas in HWTEST_F() [all...] |
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_import_wrapped_ecdh_suite_test.cpp | 110 .size = strlen("The aes192 key to import"), 115 .size = strlen("The is kek to encrypt aes192 key"), 131 .size = strlen("test_import_key_ecdh_aes256"), 136 .size = strlen("test_wrappingKey_ecdh_aes256"), 141 .size = strlen("test_caller_key_ecdh_aes256"), 146 .size = strlen("test_caller_kek_ecdh_aes256"), 151 .size = strlen("test_caller_agree_key_ecdh_aes256"), 158 .size = strlen("This is Rsa4096 kek to encrypt"), 185 .size = strlen("test_import_key_ecdh_Rsa4096"), 190 .size = strlen("test_wrappingKey_ecdh_Rsa409 [all...] |
/base/security/asset/test/unittest/kits_ndk/src/ |
H A D | asset_update_test.cpp | 61 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() 77 .size = strlen(secretNew), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(secretNew)) in HWTEST_F() 94 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() 109 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() 124 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() 133 .size = strlen(secretNew), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(secretNew)) in HWTEST_F()
|