Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 25 of 27) sorted by relevance

12

/third_party/openhitls/tls/config/src/
Dconfig_cert.c352 HITLS_CERT_Key *newKey = NULL; in CFG_SetPrivateKey() local
395 … HITLS_CERT_Key *newKey = SAL_CERT_KeyParse(config, (const uint8_t *)file, (uint32_t)strlen(file), in HITLS_CFG_ProviderLoadKeyFile() local
414 … HITLS_CERT_Key *newKey = SAL_CERT_KeyParse(config, (const uint8_t *)file, (uint32_t)strlen(file), in HITLS_CFG_LoadKeyFile() local
434 …HITLS_CERT_Key *newKey = SAL_CERT_KeyParse(config, buf, bufLen, TLS_PARSE_TYPE_BUFF, type, format); in HITLS_CFG_ProviderLoadKeyBuffer() local
452 HITLS_CERT_Key *newKey = SAL_CERT_KeyParse(config, buf, bufLen, TLS_PARSE_TYPE_BUFF, in HITLS_CFG_LoadKeyBuffer() local
597 HITLS_CERT_Key *newKey = SAL_CERT_KeyParse(config, buf, len, type, format, encodeType); in HITLS_CFG_ProviderParseKey() local
615 HITLS_CERT_Key *newKey = SAL_CERT_KeyParse(config, buf, len, type, in HITLS_CFG_ParseKey() local
/third_party/typescript/src/server/
DmoduleSpecifierCache.ts80 const newKey = key(fromFileName, preferences, options); constant
/third_party/skia/m133/tools/graphite/
DUniqueKeyUtils.cpp80 UniqueKey newKey = caps->makeGraphicsPipelineKey(*pipelineDesc, *renderPassDesc); in ExtractKeyDescs() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java335 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationDummyTest.java338 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates() local
/third_party/ffmpeg/libavutil/
Dcast5.c462 uint8_t newKey[16]; in av_cast5_init() local
/third_party/icu/icu4c/source/i18n/
Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
Dtznames_impl.cpp1477 char* newKey = (char*) uprv_malloc(len); in createKey() local
1562 void* newKey = createKey(key, status); in consumeNamesTable() local
2289 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
Dtzgnames.cpp1228 char *newKey = NULL; in createInstance() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp158 char *newKey = NULL; in TimeZoneNamesDelegate() local
Dtznames_impl.cpp1461 char* newKey = (char*) uprv_malloc(len); in createKey() local
1546 void* newKey = createKey(key, status); in consumeNamesTable() local
2273 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
Dtzgnames.cpp1230 char *newKey = NULL; in createInstance() local
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dtznames.cpp158 char *newKey = nullptr; in TimeZoneNamesDelegate() local
Dtznames_impl.cpp1462 char* newKey = (char*) uprv_malloc(len); in createKey() local
1547 void* newKey = createKey(key, status); in consumeNamesTable() local
2274 void* newKey = (void*) ZoneMeta::findMetaZoneID(mzID); in getMetaZoneNames() local
Dtzgnames.cpp1227 char *newKey = nullptr; in createInstance() local
/third_party/typescript/src/compiler/
Dcore.ts636 const [newKey, newValue] = entry; constant
763 const [newKey, newValue] = f(key, value); constant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java369 UResource.Key newKey = createKey(key); in consumeNamesTable() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneNamesImpl.java371 UResource.Key newKey = createKey(key); in consumeNamesTable() local
/third_party/skia/src/gpu/
DGrResourceCache.h631 void changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
DGrResourceCache.cpp843 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
/third_party/skia/m133/src/gpu/ganesh/
DGrResourceCache.h599 void changeUniqueKey(GrGpuResource* resource, const skgpu::UniqueKey& newKey) { in changeUniqueKey()
DGrResourceCache.cpp728 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const skgpu::UniqueKey& newKey) { in changeUniqueKey()
/third_party/jsframework/runtime/main/model/
Ddirective.ts1309 const newKey = keys[j]; constant
/third_party/typescript/src/services/
Dservices.ts1311 const newKey = isCamelCase(key) ? key : key.charAt(0).toLowerCase() + key.substr(1); constant
/third_party/skia/tests/
DGrClipStackTest.cpp2090 GrUniqueKey newKey = cs->testingOnly_getLastSWMaskKey(); in DEF_GPUTEST_FOR_CONTEXTS() local

12