Searched refs:runPBKDF2 (Results 1 - 1 of 1) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-crypto-pbkdf2.js | 9 function runPBKDF2(password, salt, iterations, keylen, hash) { function 22 const actual = runPBKDF2(password, salt, iterations, keylen, 'sha256'); 200 runPBKDF2(new SomeArray(10), 'salt', 8, 8, 'sha256'); 201 runPBKDF2('pass', new SomeArray(10), 8, 8, 'sha256'); 227 runPBKDF2(new Uint8Array(10), 'salt', 8, 8, hash);
|
Completed in 1 milliseconds