/third_party/node/test/fixtures/crypto/ |
H A D | aes_cbc.js | 89 keyBuffer: kKeyBytes[keyLength], 99 keyBuffer: kKeyBytes[keyLength], 112 keyBuffer: kKeyBytes[keyLength], 135 keyBuffer: kKeyBytes[keyLength],
|
H A D | aes_ctr.js | 74 keyBuffer: kKeyBytes[keyLength], 84 keyBuffer: kKeyBytes[keyLength], 91 keyBuffer: kKeyBytes[keyLength],
|
H A D | aes_gcm.js | 96 keyBuffer: kKeyBytes[keyLength], 108 keyBuffer: kKeyBytes[keyLength], 120 keyBuffer: kKeyBytes[keyLength],
|
H A D | hmac.js | 45 keyBuffer: raw[hash],
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ |
H A D | aes_cbc_vectors.js | 9 // 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 D | aes_ctr_vectors.js | 9 // 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 D | aes_gcm_vectors.js | 8 // 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 D | aes.js | 287 return subtle.importKey("raw", vector.keyBuffer, {name: vector.algorithm.name}, false, usages)
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_sit.cpp | 461 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 D | listformatter.cpp | 316 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 D | tznames_impl.cpp | 269 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 D | ucol_sit.cpp | 461 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 D | listformatter.cpp | 316 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 D | tznames_impl.cpp | 261 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 D | EGLProgramCacheControlTest.cpp | 208 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 D | ucol_sit.cpp | 464 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 D | listformatter.cpp | 316 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 D | tznames_impl.cpp | 269 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 D | hmac_vectors.js | 21 // 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 D | hmac.js | 312 return subtle.importKey("raw", vector.keyBuffer, {name: "HMAC", hash: vector.hash}, false, keyUsages)
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerSHA1.cpp | 59 uint8_t keyBuffer[BLOCK_LENGTH]; member
|