MCPcopy Index your code
hub / github.com/nodejs/node / test-crypto-keyobject-hidden-slots.js

File test-crypto-keyobject-hidden-slots.js

test/parallel/test-crypto-keyobject-hidden-slots.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3// KeyObject public getters and methods are configurable JS properties.
4// Internal consumers must read key state through hidden native-backed

Callers

nothing calls this directly

Calls 15

createSecretKeyFunction · 0.85
createHmacFunction · 0.85
updateFinalFunction · 0.85
createCipherivFunction · 0.85
createDecipherivFunction · 0.85
hkdfSyncFunction · 0.85
generateKeyPairSyncFunction · 0.85
diffieHellmanFunction · 0.85
createSignFunction · 0.85
createVerifyFunction · 0.85
createPublicKeyFunction · 0.85
createPrivateKeyFunction · 0.85

Tested by

no test coverage detected