Home
last modified time | relevance | path

Searched defs:syncResult (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-hkdf.js132 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/
DReadWritePixelsGpuTest.cpp1284 SkBitmap syncResult; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local