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

Function decrypt

lib/internal/crypto/webcrypto.js:1299–1301  ·  view source on GitHub ↗
(algorithm, key, data)

Source from the content-addressed store, hash-verified

1297}
1298
1299function decrypt(algorithm, key, data) {
1300 return callSubtleCryptoMethod(decryptImpl, this, arguments);
1301}
1302
1303function decryptImpl(algorithm, key, data) {
1304 const prefix = prepareSubtleMethod(this, 'decrypt', arguments.length, 3);

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…