Lines Matching refs:hash
16 function getDeriveKeyInfo(name, length, hash, ...usages) {
17 return [{ name, length, hash }, usages];
417 hash,
422 hash,
431 kDerivations[size][saltSize][hash][iterations]);
438 hash,
444 hash,
474 hash,
484 hash: hash.substring(0, 3) + hash.substring(4),
493 hash: 'HKDF',
506 hash,
512 hash,
526 hash,
533 hash,
548 kDerivations[size][saltSize][hash][iterations]
556 hash,
568 hash: hash.substring(0, 3) + hash.substring(4),
582 hash: 'HKDF',
599 hash,
607 hash,
619 hash,
628 hash,
649 Object.keys(kDerivations[size][saltSize]).forEach((hash) => {
650 Object.keys(kDerivations[size][saltSize][hash])
652 const args = [baseKeys, size, saltSize, hash, iterations | 0];
661 hash,
673 hash,
680 hash,