/third_party/node/test/parallel/ |
D | test-webcrypto-encrypt-decrypt-aes.js | 12 async function testEncrypt({ keyBuffer, algorithm, plaintext, result }) { property 18 keyBuffer, 40 async function testEncryptNoEncrypt({ keyBuffer, algorithm, plaintext }) { property 43 keyBuffer, 53 async function testEncryptNoDecrypt({ keyBuffer, algorithm, plaintext }) { property 56 keyBuffer, 68 async function testEncryptWrongAlg({ keyBuffer, algorithm, plaintext }, alg) { property 72 keyBuffer, 82 async function testDecrypt({ keyBuffer, algorithm, result }) { property 85 keyBuffer,
|
D | test-webcrypto-sign-verify-hmac.js | 14 keyBuffer, property 25 keyBuffer, 31 keyBuffer, 96 keyBuffer, 105 keyBuffer, property 116 keyBuffer, 122 keyBuffer,
|
/third_party/node/test/fixtures/crypto/ |
D | aes_cbc.js | 89 keyBuffer: kKeyBytes[keyLength], property 99 keyBuffer: kKeyBytes[keyLength], property 112 keyBuffer: kKeyBytes[keyLength], property 135 keyBuffer: kKeyBytes[keyLength], property
|
D | aes_ctr.js | 74 keyBuffer: kKeyBytes[keyLength], property 84 keyBuffer: kKeyBytes[keyLength], property 91 keyBuffer: kKeyBytes[keyLength], property
|
D | aes_gcm.js | 96 keyBuffer: kKeyBytes[keyLength], property 108 keyBuffer: kKeyBytes[keyLength], property 120 keyBuffer: kKeyBytes[keyLength], property
|
D | hmac.js | 45 keyBuffer: raw[hash], property
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ |
D | aes_cbc_vectors.js | 207 keyBuffer: keyBytes[keyLength], property 221 keyBuffer: keyBytes[keyLength], property 233 keyBuffer: keyBytes[keyLength], property 251 keyBuffer: keyBytes[keyLength], property
|
D | aes_ctr_vectors.js | 92 keyBuffer: keyBytes[keyLength], property 105 keyBuffer: keyBytes[keyLength], property 114 keyBuffer: keyBytes[keyLength], property
|
D | aes_gcm_vectors.js | 38 keyBuffer: keyBytes[keyLength], property 50 keyBuffer: keyBytes[keyLength], property 66 keyBuffer: keyBytes[keyLength], property
|
D | aes.js | 287 … return subtle.importKey("raw", vector.keyBuffer, {name: vector.algorithm.name}, false, usages)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
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()
|
D | listformatter.cpp | 316 CharString keyBuffer(locale.getName(), errorCode); in getListFormatInternal() local 317 keyBuffer.append(':', errorCode).append(style, errorCode); in getListFormatInternal() 318 UnicodeString key(keyBuffer.data(), -1, US_INV); in getListFormatInternal()
|
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/icu/icu4c/source/i18n/ |
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()
|
D | listformatter.cpp | 316 CharString keyBuffer(locale.getName(), errorCode); in getListFormatInternal() local 317 keyBuffer.append(':', errorCode).append(style, errorCode); in getListFormatInternal() 318 UnicodeString key(keyBuffer.data(), -1, US_INV); in getListFormatInternal()
|
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/angle2/src/tests/egl_tests/ |
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/ |
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()
|
D | listformatter.cpp | 316 CharString keyBuffer(locale.getName(), errorCode); in getListFormatInternal() local 317 keyBuffer.append(':', errorCode).append(style, errorCode); in getListFormatInternal() 318 UnicodeString key(keyBuffer.data(), -1, US_INV); in getListFormatInternal()
|
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/ |
D | hmac_vectors.js | 31 keyBuffer: raw[hashName], property
|
D | hmac.js | 312 …return subtle.importKey("raw", vector.keyBuffer, {name: "HMAC", hash: vector.hash}, false, keyUsag…
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerSHA1.cpp | 59 uint8_t keyBuffer[BLOCK_LENGTH]; member
|