Home
last modified time | relevance | path

Searched refs:kNotPBKDF2Supported (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-pbkdf2.js223 const kNotPBKDF2Supported = ['shake128', 'shake256']; variable
225 .filter((hash) => !kNotPBKDF2Supported.includes(hash))