Home
last modified time | relevance | path

Searched defs:keyLength (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-crypto-getcipherinfo.js49 () => getCipherInfo('aes-192-cbc', { keyLength: len }), { property
58 assert(!getCipherInfo('aes-128-cbc', { keyLength: 12 })); property
59 assert(getCipherInfo('aes-128-cbc', { keyLength: 16 })); property
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
Daes_cbc_vectors.js204 keyLengths.forEach(function(keyLength) { argument
217 keyLengths.forEach(function(keyLength) { argument
243 keyLengths.forEach(function(keyLength) { argument
Daes_gcm_vectors.js29 keyLengths.forEach(function(keyLength) { argument
61 keyLengths.forEach(function(keyLength) { argument
Daes_ctr_vectors.js89 keyLengths.forEach(function(keyLength) { argument
102 keyLengths.forEach(function(keyLength) { argument
/third_party/skia/src/gpu/
DGrProgramDesc.h120 uint32_t keyLength() const { in keyLength() function
162 static bool BuildFromData(GrProgramDesc* desc, const void* keyData, size_t keyLength) { in BuildFromData()
/third_party/node/deps/icu-small/source/i18n/
Drbt_rule.h127 int32_t keyLength; variable
Dtznames_impl.cpp270 int32_t keyLength; in putImpl() local
/third_party/icu/icu4c/source/i18n/
Drbt_rule.h127 int32_t keyLength; variable
Dtznames_impl.cpp270 int32_t keyLength; in putImpl() local
/third_party/skia/third_party/externals/icu/source/i18n/
Drbt_rule.h127 int32_t keyLength; variable
Dtznames_impl.cpp262 int32_t keyLength; in putImpl() local
/third_party/node/test/fixtures/crypto/
Daes_cbc.js121 kKeyLengths.forEach(function(keyLength) { argument
/third_party/node/deps/icu-small/source/common/
Dulocbuilder.cpp80 ULocaleBuilder* builder, const char* key, int32_t keyLength, in ulocbld_setUnicodeLocaleKeyword()
Dloadednormalizer2impl.cpp333 int32_t keyLength= static_cast<int32_t>(uprv_strlen(name)+1); in getInstance() local
/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h129 uint32_t keyLength() const { in keyLength() function
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java106 private int keyLength; field in TransliterationRule
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterationRule.java107 private int keyLength; field in TransliterationRule
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUResource.java54 private Key(byte[] keyBytes, int keyOffset, int keyLength) { in Key()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUResource.java57 private Key(byte[] keyBytes, int keyOffset, int keyLength) { in Key()
/third_party/skia/third_party/externals/icu/source/common/
Dloadednormalizer2impl.cpp309 int32_t keyLength= static_cast<int32_t>(uprv_strlen(name)+1); in getInstance() local
/third_party/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp309 int32_t keyLength= static_cast<int32_t>(uprv_strlen(name)+1); in getInstance() local
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1366 int32_t keyLength; in getCollationKey() local
1529 int32_t keyLength; in getDifferenceLevel() local
/third_party/openssl/include/openssl/
Dx509.h.in277 ASN1_INTEGER *keyLength; member
/third_party/node/deps/openssl/openssl/include/openssl/
Dx509.h.in277 ASN1_INTEGER *keyLength; member
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h312 ASN1_INTEGER *keyLength; member

1234