Searched refs:testPBKDF2 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-crypto-pbkdf2.js | 21 function testPBKDF2(password, salt, iterations, keylen, expected, encoding) { function 30 testPBKDF2('password', 'salt', 1, 20, 34 testPBKDF2('password', 'salt', 2, 20, 38 testPBKDF2('password', 'salt', 4096, 20, 42 testPBKDF2('passwordPASSWORDpassword', 49 testPBKDF2('pass\0word', 'sa\0lt', 4096, 16, 53 testPBKDF2('password', 'salt', 32, 32,
|
H A D | test-crypto-binary-default.js | 690 function testPBKDF2(password, salt, iterations, keylen, expected) { function 702 testPBKDF2('password', 'salt', 1, 20, 706 testPBKDF2('password', 'salt', 2, 20, 710 testPBKDF2('password', 'salt', 4096, 20, 714 testPBKDF2('passwordPASSWORDpassword', 721 testPBKDF2('pass\0word', 'sa\0lt', 4096, 16,
|
Completed in 2 milliseconds