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

Function deriveBits

lib/internal/crypto/webcrypto.js:247–249  ·  view source on GitHub ↗
(algorithm, baseKey, length = null)

Source from the content-addressed store, hash-verified

245}
246
247function deriveBits(algorithm, baseKey, length = null) {
248 return callSubtleCryptoMethod(deriveBitsImpl, this, arguments);
249}
250
251function deriveBitsImpl(algorithm, baseKey, length = null) {
252 const prefix = prepareSubtleMethod(this, 'deriveBits', arguments.length, 2);

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…