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

Function deriveKey

lib/internal/crypto/webcrypto.js:338–345  ·  view source on GitHub ↗
(
  algorithm,
  baseKey,
  derivedKeyType,
  extractable,
  keyUsages)

Source from the content-addressed store, hash-verified

336}
337
338function deriveKey(
339 algorithm,
340 baseKey,
341 derivedKeyType,
342 extractable,
343 keyUsages) {
344 return callSubtleCryptoMethod(deriveKeyImpl, this, arguments);
345}
346
347function deriveKeyImpl(
348 algorithm,

Callers

nothing calls this directly

Calls 1

callSubtleCryptoMethodFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…