Lines Matching refs:hash
45 const { hash, name } = algorithm;
49 length = getBlockSize(hash.name);
68 { name, length, hash: { name: hash.name } },
73 function getAlgorithmName(hash) {
74 switch (hash) {
79 return `HS${hash.slice(4)}`;
141 if (keyData.alg !== getAlgorithmName(algorithm.hash.name))
161 hash: algorithm.hash,
173 normalizeHashName(key.algorithm.hash.name),