Searched defs:syncResult (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-crypto-hkdf.js | 132 const syncResult = hkdfSync(hash, secret, salt, info, length); constant 151 const syncResult = hkdfSync(hash, buf_secret, buf_salt, buf_info, length); constant 163 const syncResult = hkdfSync(hash, key_secret, buf_salt, buf_info, length); constant 175 const syncResult = hkdfSync(hash, ta_secret, ta_salt, ta_info, length); constant 187 const syncResult = hkdfSync( constant 204 const syncResult = hkdfSync( constant
|
| /third_party/skia/tests/ |
| D | ReadWritePixelsGpuTest.cpp | 1284 SkBitmap syncResult; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
|