Home
last modified time | relevance | path

Searched refs:KeyObjectHandle (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/crypto/
Dkeys.js9 KeyObjectHandle,
62 if (typeof handle !== 'object' || !(handle instanceof KeyObjectHandle))
335 const handle = new KeyObjectHandle();
342 const handle = new KeyObjectHandle();
350 const handle = new KeyObjectHandle();
/third_party/node/src/
Dnode_crypto.cc2930 KeyObjectHandle* key = Unwrap<KeyObjectHandle>(handle.As<Object>()); in FromSymmetricKeyObjectHandle()
3077 KeyObjectHandle* key; in GetPrivateKeyFromJs()
3137 KeyObjectHandle* key = Unwrap<KeyObjectHandle>(args[*offset].As<Object>()); in GetPublicOrPrivateKeyFromJs()
3287 Local<Function> KeyObjectHandle::Initialize(Environment* env) { in Initialize()
3294 KeyObjectHandle::kInternalFieldCount); in Initialize()
3306 return KeyObjectHandle::Initialize(env); in Initialize()
3309 MaybeLocal<Object> KeyObjectHandle::Create( in Create()
3313 Local<Function> fctun = KeyObjectHandle::Initialize(env); in Create()
3318 KeyObjectHandle* key = Unwrap<KeyObjectHandle>(obj); in Create()
3324 const std::shared_ptr<KeyObjectData>& KeyObjectHandle::Data() { in Data()
[all …]
Dnode_crypto.h448 class KeyObjectHandle : public BaseObject {
457 SET_MEMORY_INFO_NAME(KeyObjectHandle)
458 SET_SELF_SIZE(KeyObjectHandle)
481 KeyObjectHandle(Environment* env,
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3511 …3873e)] - **(SEMVER-MINOR)** **src**: rename internal key handles to KeyObjectHandle (Tobias Nieße…