Home
last modified time | relevance | path

Searched refs:newKey (Results 1 - 25 of 40) sorted by relevance

12

/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/
H A Dprimordials.js100 const newKey = getNewKey(key);
103 copyAccessor(dest, prefix, newKey, desc);
105 const name = `${prefix}${newKey}`;
121 const newKey = getNewKey(key);
124 copyAccessor(dest, prefix, newKey, desc);
131 const name = `${prefix}${newKey}`;
144 const newKey = getNewKey(key);
147 copyAccessor(dest, prefix, newKey, desc);
154 const name = `${prefix}${newKey}`;
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_signverify_rsa_test_common.cpp84 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in HksRsaSignVerifyTestNormalCase() local
85 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksRsaSignVerifyTestNormalCase()
147 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in HksRSASignVerifyTestAbnormalCase() local
148 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksRSASignVerifyTestAbnormalCase()
H A Dhuks_signverify_ed25519_test.cpp116 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HWTEST_F() local
117 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HWTEST_F()
H A Dhuks_signverify_ecc_test_common.cpp72 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEccSignVerifyTestNormalCase() local
73 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksEccSignVerifyTestNormalCase()
H A Dhuks_signverify_dsa_test.cpp111 char newKey[] = "DSA_Sign_Verify_Import_KeyAlias"; in HksDsaSignVerifyTestNormalCase() local
112 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksDsaSignVerifyTestNormalCase()
/third_party/node/lib/internal/per_context/
H A Dprimordials.js77 const newKey = getNewKey(key);
80 copyAccessor(dest, prefix, newKey, desc);
82 const name = `${prefix}${newKey}`;
99 const newKey = getNewKey(key);
102 copyAccessor(dest, prefix, newKey, desc);
109 const name = `${prefix}${newKey}`;
123 const newKey = getNewKey(key);
126 copyAccessor(dest, prefix, newKey, desc);
133 const name = `${prefix}${newKey}`;
/third_party/icu/icu4c/source/i18n/
H A Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == NULL) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != NULL) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
H A Dtzgnames.cpp1227 char *newKey = NULL; in createInstance() local
1234 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1235 if (newKey == NULL) { in createInstance()
1238 uprv_strcpy(newKey, key); in createInstance()
1250 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1257 if (newKey != NULL) { in createInstance()
1258 uprv_free(newKey); in createInstance()
H A Dtznames_impl.cpp1477 char* newKey = (char*) uprv_malloc(len); in createKey() local
1478 if (newKey == NULL) { in createKey()
1482 uprv_memcpy(newKey, key, len); in createKey()
1483 newKey[len-1] = '\0'; in createKey()
1484 return (void*) newKey; in createKey()
1562 void* newKey = createKey(key, status); in consumeNamesTable() local
1568 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2289 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2290 if (newKey != NULL) { in getMetaZoneNames()
2291 uhash_put(gTZDBNamesMap, newKey, cacheVa in getMetaZoneNames()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames.cpp158 char *newKey = nullptr; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == nullptr) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != nullptr) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
H A Dtzgnames.cpp1227 char *newKey = nullptr; in createInstance() local
1234 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1235 if (newKey == nullptr) { in createInstance()
1238 uprv_strcpy(newKey, key); in createInstance()
1250 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1257 if (newKey != nullptr) { in createInstance()
1258 uprv_free(newKey); in createInstance()
H A Dtznames_impl.cpp1462 char* newKey = (char*) uprv_malloc(len); in createKey() local
1463 if (newKey == nullptr) { in createKey()
1467 uprv_memcpy(newKey, key, len); in createKey()
1468 newKey[len-1] = '\0'; in createKey()
1469 return (void*) newKey; in createKey()
1547 void* newKey = createKey(key, status); in consumeNamesTable() local
1553 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2274 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2275 if (newKey != nullptr) { in getMetaZoneNames()
2276 uhash_put(gTZDBNamesMap, newKey, cacheVa in getMetaZoneNames()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
165 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in TimeZoneNamesDelegate()
166 if (newKey == NULL) { in TimeZoneNamesDelegate()
169 uprv_strcpy(newKey, key); in TimeZoneNamesDelegate()
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status); in TimeZoneNamesDelegate()
188 if (newKey != NULL) { in TimeZoneNamesDelegate()
189 uprv_free(newKey); in TimeZoneNamesDelegate()
H A Dtzgnames.cpp1230 char *newKey = NULL; in createInstance() local
1237 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1); in createInstance()
1238 if (newKey == NULL) { in createInstance()
1241 uprv_strcpy(newKey, key); in createInstance()
1253 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
1260 if (newKey != NULL) { in createInstance()
1261 uprv_free(newKey); in createInstance()
H A Dtznames_impl.cpp1461 char* newKey = (char*) uprv_malloc(len); in createKey() local
1462 if (newKey == NULL) { in createKey()
1466 uprv_memcpy(newKey, key, len); in createKey()
1467 newKey[len-1] = '\0'; in createKey()
1468 return (void*) newKey; in createKey()
1546 void* newKey = createKey(key, status); in consumeNamesTable() local
1552 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2273 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
2274 if (newKey != NULL) { in getMetaZoneNames()
2275 uhash_put(gTZDBNamesMap, newKey, cacheVa in getMetaZoneNames()
[all...]
/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_template.h290 #define HDI_CONVERTER_FUNC_UPGRADEKEY(oldKey, paramSet, newKey, ret, func) \
296 HDI_CONVERTER_PARAM_IN_BLOB(newKey, &newKeyCore) \
299 HDI_ADAPTER_PARAM(newKey, &newKeyCore)); \
300 HDI_CONVERTER_PARAM_OUT_BLOB(&newKeyCore, newKey)
H A Dhuks_hdi_passthrough_adapter.c236 struct HksBlob *newKey) in HuksHdiAdapterUpgradeKey()
243 return g_coreEngine->HuksHdiUpgradeKey(oldKey, paramSet, newKey); in HuksHdiAdapterUpgradeKey()
235 HuksHdiAdapterUpgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) HuksHdiAdapterUpgradeKey() argument
H A Dhuks_hdi_passthrough_adapter.h83 struct HksBlob *newKey);
H A Dhuks_sa_hdi_struct.h265 * @param newKey new key
269 struct HksBlob *newKey);
/test/testfwk/arkxtest/jsunit/src/module/config/
H A DconfigService.js259 var newKey = key.replace('-s ', '');
260 targetParams[newKey] = parameters[key];
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationDummyTest.java335 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates()
336 int keyResult = enKey.compareTo(newKey); in TestSurrogates()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationDummyTest.java338 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates()
339 int keyResult = enKey.compareTo(newKey); in TestSurrogates()
/third_party/skia/src/gpu/
H A DGrResourceCache.h631 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey() argument
632 fCache->changeUniqueKey(resource, newKey); in changeUniqueKey()
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/
H A Dnapi_init.cpp345 std::string newKey = "newKey"; in SUB_IMF_NDK_PrivateCommand_SetKey_0100() local
347 OH_PrivateCommand_SetKey(privateCommand, const_cast<char *>(newKey.c_str()), newKey.length()); in SUB_IMF_NDK_PrivateCommand_SetKey_0100()
358 if (actStrKey != newKey) { in SUB_IMF_NDK_PrivateCommand_SetKey_0100()
/third_party/ffmpeg/libavutil/
H A Dcast5.c462 uint8_t newKey[16]; in av_cast5_init() local
467 memset(newKey, 0, sizeof(newKey)); in av_cast5_init()
468 memcpy(newKey, key, key_bits >> 3); in av_cast5_init()
472 q[i] = AV_RB32(newKey + (4 * i)); in av_cast5_init()

Completed in 31 milliseconds

12