MCPcopy Index your code
hub / github.com/nodejs/node / normalizeHashName

Function normalizeHashName

lib/internal/crypto/hashnames.js:87–89  ·  view source on GitHub ↗
(name, context = kHashContextNode)

Source from the content-addressed store, hash-verified

85}
86
87function normalizeHashName(name, context = kHashContextNode) {
88 return kHashNames[name]?.[context];
89}
90
91
92normalizeHashName.kContextNode = kHashContextNode;

Callers 10

pbkdf2DeriveBitsFunction · 0.85
exportKeyJWKFunction · 0.85
ecdsaSignVerifyFunction · 0.85
macImportKeyFunction · 0.85
hmacSignVerifyFunction · 0.85
asyncDigestFunction · 0.85
rsaOaepCipherFunction · 0.85
rsaImportKeyFunction · 0.85
rsaSignVerifyFunction · 0.85
hkdfDeriveBitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…