Searched refs:KeyObjectHandle (Results 1 – 4 of 4) sorted by relevance
9 KeyObjectHandle,62 if (typeof handle !== 'object' || !(handle instanceof KeyObjectHandle))335 const handle = new KeyObjectHandle();342 const handle = new KeyObjectHandle();350 const handle = new KeyObjectHandle();
2930 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 …]
448 class KeyObjectHandle : public BaseObject {457 SET_MEMORY_INFO_NAME(KeyObjectHandle)458 SET_SELF_SIZE(KeyObjectHandle)481 KeyObjectHandle(Environment* env,
3511 …3873e)] - **(SEMVER-MINOR)** **src**: rename internal key handles to KeyObjectHandle (Tobias Nieße…