Home
last modified time | relevance | path

Searched refs:tkey (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/cms/
Dcms_enc.c30 unsigned char *tkey = NULL; in cms_EncryptedContent_init_bio() local
87 tkey = OPENSSL_malloc(tkeylen); in cms_EncryptedContent_init_bio()
88 if (tkey == NULL) { in cms_EncryptedContent_init_bio()
92 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0) in cms_EncryptedContent_init_bio()
97 ec->key = tkey; in cms_EncryptedContent_init_bio()
99 tkey = NULL; in cms_EncryptedContent_init_bio()
121 ec->key = tkey; in cms_EncryptedContent_init_bio()
123 tkey = NULL; in cms_EncryptedContent_init_bio()
158 OPENSSL_clear_free(tkey, tkeylen); in cms_EncryptedContent_init_bio()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c372 unsigned char *ek = NULL, *tkey = NULL; in PKCS7_dataDecode() local
525 tkey = OPENSSL_malloc(tkeylen); in PKCS7_dataDecode()
526 if (tkey == NULL) in PKCS7_dataDecode()
528 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0) in PKCS7_dataDecode()
531 ek = tkey; in PKCS7_dataDecode()
533 tkey = NULL; in PKCS7_dataDecode()
545 ek = tkey; in PKCS7_dataDecode()
547 tkey = NULL; in PKCS7_dataDecode()
557 OPENSSL_clear_free(tkey, tkeylen); in PKCS7_dataDecode()
558 tkey = NULL; in PKCS7_dataDecode()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbiscan.cpp785 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
786 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
788 delete tkey; in findSetFor()
789 tkey = NULL; in findSetFor()
798 el->key = tkey; in findSetFor()
/third_party/icu/icu4c/source/common/
Drbbiscan.cpp785 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
786 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
788 delete tkey; in findSetFor()
789 tkey = NULL; in findSetFor()
798 el->key = tkey; in findSetFor()
Dlocid.cpp1545 const char* tkey = ultag_getTKeyStart(str); in replaceTransformedExtensions() local
1546 int32_t tlangLen = (tkey == str) ? 0 : in replaceTransformedExtensions()
1547 ((tkey == nullptr) ? len : static_cast<int32_t>((tkey - str - 1))); in replaceTransformedExtensions()
1560 if (tkey != nullptr) { in replaceTransformedExtensions()
1567 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions()
1575 tfields.insertElementAt((void*)tkey, tfields.size(), status); in replaceTransformedExtensions()
1579 tkey = nextTKey; in replaceTransformedExtensions()
1580 } while (tkey != nullptr); in replaceTransformedExtensions()
/third_party/skia/third_party/externals/icu/source/common/
Drbbiscan.cpp785 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
786 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
788 delete tkey; in findSetFor()
789 tkey = NULL; in findSetFor()
798 el->key = tkey; in findSetFor()
Dlocid.cpp1549 const char* tkey = ultag_getTKeyStart(str); in replaceTransformedExtensions() local
1550 int32_t tlangLen = (tkey == str) ? 0 : in replaceTransformedExtensions()
1551 ((tkey == nullptr) ? len : static_cast<int32_t>((tkey - str - 1))); in replaceTransformedExtensions()
1564 if (tkey != nullptr) { in replaceTransformedExtensions()
1571 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions()
1579 tfields.insertElementAt((void*)tkey, tfields.size(), status); in replaceTransformedExtensions()
1583 tkey = nextTKey; in replaceTransformedExtensions()
1584 } while (tkey != nullptr); in replaceTransformedExtensions()
/third_party/node/deps/icu-small/source/common/
Drbbiscan.cpp785 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
786 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
788 delete tkey; in findSetFor()
789 tkey = NULL; in findSetFor()
798 el->key = tkey; in findSetFor()
Dlocid.cpp1529 const char* tkey = ultag_getTKeyStart(str); in replaceTransformedExtensions() local
1530 int32_t tlangLen = (tkey == str) ? 0 : in replaceTransformedExtensions()
1531 ((tkey == nullptr) ? len : static_cast<int32_t>((tkey - str - 1))); in replaceTransformedExtensions()
1544 if (tkey != nullptr) { in replaceTransformedExtensions()
1551 const char* tvalue = uprv_strchr(tkey, '-'); in replaceTransformedExtensions()
1560 tfields.insertElementAt((void*)tkey, tfields.size(), status); in replaceTransformedExtensions()
1564 tkey = nextTKey; in replaceTransformedExtensions()
1565 } while (tkey != nullptr); in replaceTransformedExtensions()
/third_party/node/lib/
Durl.js696 const tkey = tkeys[tk];
697 result[tkey] = this[tkey];
/third_party/icu/icu4c/source/test/intltest/
Drestsnew.cpp987 const char *tkey=NULL; in testTag() local
988 UnicodeString value=tagelement.getNextString(&tkey, status); in testTag()
989 UnicodeString key(tkey); in testTag()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1646 String tkey = ""; in replaceTransformedExtensions() local
1660 tkey = subtag; in replaceTransformedExtensions()
1664 builder.append(LanguageTag.SEP).append(toUnicodeLocaleType(tkey, subtag)); in replaceTransformedExtensions()