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

Function preparePrivateKey

lib/internal/crypto/keys.js:633–635  ·  view source on GitHub ↗
(key, name)

Source from the content-addressed store, hash-verified

631}
632
633function preparePrivateKey(key, name) {
634 return prepareAsymmetricKey(key, kConsumePrivate, name);
635}
636
637function preparePublicOrPrivateKey(key, name) {
638 return prepareAsymmetricKey(key, kConsumePublic, name);

Callers 5

decapsulateFunction · 0.85
rsaFunctionForFunction · 0.85
sig.jsFile · 0.85
signOneShotFunction · 0.85
diffieHellmanFunction · 0.85

Calls 1

prepareAsymmetricKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…