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

Function encrypt

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

Source from the content-addressed store, hash-verified

1268}
1269
1270function encrypt(algorithm, key, data) {
1271 return callSubtleCryptoMethod(encryptImpl, this, arguments);
1272}
1273
1274function encryptImpl(algorithm, key, data) {
1275 const prefix = prepareSubtleMethod(this, 'encrypt', 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…