Home
last modified time | relevance | path

Searched refs:keyBuffer (Results 1 - 21 of 21) sorted by relevance

/third_party/node/test/fixtures/crypto/
H A Daes_cbc.js89 keyBuffer: kKeyBytes[keyLength],
99 keyBuffer: kKeyBytes[keyLength],
112 keyBuffer: kKeyBytes[keyLength],
135 keyBuffer: kKeyBytes[keyLength],
H A Daes_ctr.js74 keyBuffer: kKeyBytes[keyLength],
84 keyBuffer: kKeyBytes[keyLength],
91 keyBuffer: kKeyBytes[keyLength],
H A Daes_gcm.js96 keyBuffer: kKeyBytes[keyLength],
108 keyBuffer: kKeyBytes[keyLength],
120 keyBuffer: kKeyBytes[keyLength],
H A Dhmac.js45 keyBuffer: raw[hash],
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
H A Daes_cbc_vectors.js9 // keyBuffer - an arrayBuffer with the key data in raw form
10 // key - a CryptoKey object for the keyBuffer. INITIALLY null! You must fill this in first to use it!
207 keyBuffer: keyBytes[keyLength],
221 keyBuffer: keyBytes[keyLength],
233 keyBuffer: keyBytes[keyLength],
251 keyBuffer: keyBytes[keyLength],
H A Daes_ctr_vectors.js9 // keyBuffer - an arrayBuffer with the key data in raw form
10 // key - a CryptoKey object for the keyBuffer. INITIALLY null! You must fill this in first to use it!
92 keyBuffer: keyBytes[keyLength],
105 keyBuffer: keyBytes[keyLength],
114 keyBuffer: keyBytes[keyLength],
H A Daes_gcm_vectors.js8 // keyBuffer - an arrayBuffer with the key data in raw form
9 // key - a CryptoKey object for the keyBuffer. INITIALLY null! You must fill this in first to use it!
38 keyBuffer: keyBytes[keyLength],
50 keyBuffer: keyBytes[keyLength],
66 keyBuffer: keyBytes[keyLength],
H A Daes.js287 return subtle.importKey("raw", vector.keyBuffer, {name: vector.algorithm.name}, false, usages)
/third_party/icu/icu4c/source/i18n/
H A Ducol_sit.cpp461 char keyBuffer[256]; in ucol_prepareShortStringOpen() local
463 int32_t keyLen = uloc_getKeywordValue(buffer, "collation", keyBuffer, sizeof(keyBuffer), status); in ucol_prepareShortStringOpen()
465 if(keyLen >= (int32_t)sizeof(keyBuffer)) { in ucol_prepareShortStringOpen()
476 u_UCharsToChars(defaultKey, keyBuffer, defaultKeyLen); in ucol_prepareShortStringOpen()
477 keyBuffer[defaultKeyLen] = 0; in ucol_prepareShortStringOpen()
484 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status); in ucol_prepareShortStringOpen()
H A Dlistformatter.cpp316 CharString keyBuffer(locale.getName(), errorCode); in getListFormatInternal()
317 keyBuffer.append(':', errorCode).append(style, errorCode); in getListFormatInternal()
318 UnicodeString key(keyBuffer.data(), -1, US_INV); in getListFormatInternal()
H A Dtznames_impl.cpp269 const UChar *keyBuffer; in putImpl() local
274 keyBuffer = foldedKey.getBuffer(); in putImpl()
277 keyBuffer = key.getBuffer(); in putImpl()
284 node = addChildNode(node, keyBuffer[index], status); in putImpl()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_sit.cpp461 char keyBuffer[256]; in ucol_prepareShortStringOpen() local
463 int32_t keyLen = uloc_getKeywordValue(buffer, "collation", keyBuffer, sizeof(keyBuffer), status); in ucol_prepareShortStringOpen()
465 if(keyLen >= (int32_t)sizeof(keyBuffer)) { in ucol_prepareShortStringOpen()
476 u_UCharsToChars(defaultKey, keyBuffer, defaultKeyLen); in ucol_prepareShortStringOpen()
477 keyBuffer[defaultKeyLen] = 0; in ucol_prepareShortStringOpen()
484 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status); in ucol_prepareShortStringOpen()
H A Dlistformatter.cpp316 CharString keyBuffer(locale.getName(), errorCode); in getListFormatInternal()
317 keyBuffer.append(':', errorCode).append(style, errorCode); in getListFormatInternal()
318 UnicodeString key(keyBuffer.data(), -1, US_INV); in getListFormatInternal()
H A Dtznames_impl.cpp261 const UChar *keyBuffer; in putImpl() local
266 keyBuffer = foldedKey.getBuffer(); in putImpl()
269 keyBuffer = key.getBuffer(); in putImpl()
276 node = addChildNode(node, keyBuffer[index], status); in putImpl()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLProgramCacheControlTest.cpp208 ProgramKeyType keyBuffer; in TEST_P() local
210 eglProgramCacheQueryANGLE(display, 0, keyBuffer.data(), &keySize, binaryBuffer.data(), in TEST_P()
214 EXPECT_EQ(mCachedKey, keyBuffer); in TEST_P()
223 eglProgramCachePopulateANGLE(display, keyBuffer.data(), keySize, binaryBuffer.data(), in TEST_P()
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_sit.cpp464 CharString keyBuffer; in ucol_prepareShortStringOpen() local
467 CharStringByteSink sink(&keyBuffer); in ucol_prepareShortStringOpen()
470 if(keyBuffer.isEmpty()) { in ucol_prepareShortStringOpen()
477 keyBuffer.appendInvariantChars(defaultKey, defaultKeyLen, *status); in ucol_prepareShortStringOpen()
484 collElem = ures_getByKeyWithFallback(collations, keyBuffer.data(), collElem, status); in ucol_prepareShortStringOpen()
H A Dlistformatter.cpp316 CharString keyBuffer(locale.getName(), errorCode); in getListFormatInternal()
317 keyBuffer.append(':', errorCode).append(style, errorCode); in getListFormatInternal()
318 UnicodeString key(keyBuffer.data(), -1, US_INV); in getListFormatInternal()
H A Dtznames_impl.cpp269 const char16_t *keyBuffer; in putImpl() local
274 keyBuffer = foldedKey.getBuffer(); in putImpl()
277 keyBuffer = key.getBuffer(); in putImpl()
284 node = addChildNode(node, keyBuffer[index], status); in putImpl()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
H A Dhmac_vectors.js21 // keyBuffer - an arrayBuffer with the key data
22 // key - a CryptoKey object for the keyBuffer. INITIALLY null! You must fill this in first to use it!
31 keyBuffer: raw[hashName],
H A Dhmac.js312 return subtle.importKey("raw", vector.keyBuffer, {name: "HMAC", hash: vector.hash}, false, keyUsages)
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerSHA1.cpp59 uint8_t keyBuffer[BLOCK_LENGTH]; member

Completed in 23 milliseconds