Lines Matching refs: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()
3328 void KeyObjectHandle::New(const FunctionCallbackInfo<Value>& args) { in New()
3331 new KeyObjectHandle(env, args.This()); in New()
3334 KeyObjectHandle::KeyObjectHandle(Environment* env, in KeyObjectHandle() function in node::crypto::KeyObjectHandle
3340 void KeyObjectHandle::Init(const FunctionCallbackInfo<Value>& args) { in Init()
3341 KeyObjectHandle* key; in Init()
3380 Local<Value> KeyObjectHandle::GetAsymmetricKeyType() const { in GetAsymmetricKeyType()
3406 void KeyObjectHandle::GetAsymmetricKeyType( in GetAsymmetricKeyType()
3408 KeyObjectHandle* key; in GetAsymmetricKeyType()
3414 void KeyObjectHandle::GetSymmetricKeySize( in GetSymmetricKeySize()
3416 KeyObjectHandle* key; in GetSymmetricKeySize()
3422 void KeyObjectHandle::Export(const FunctionCallbackInfo<Value>& args) { in Export()
3423 KeyObjectHandle* key; in Export()
3452 Local<Value> KeyObjectHandle::ExportSecretKey() const { in ExportSecretKey()
3458 MaybeLocal<Value> KeyObjectHandle::ExportPublicKey( in ExportPublicKey()
3463 MaybeLocal<Value> KeyObjectHandle::ExportPrivateKey( in ExportPrivateKey()
3472 KeyObjectHandle* handle = Unwrap<KeyObjectHandle>(args[0].As<Object>()); in New()
3485 Local<Value> handle = KeyObjectHandle::Create(env, data_).ToLocalChecked(); in Deserialize()
3508 return BaseObjectPtr<BaseObject>(Unwrap<KeyObjectHandle>(key.As<Object>())); in Deserialize()
3530 KeyObjectHandle::kInternalFieldCount); in CreateNativeKeyObjectClass()
6361 if (!KeyObjectHandle::Create(env(), data).ToLocal(pubkey)) in EncodeKeys()
6373 if (!KeyObjectHandle::Create(env(), data).ToLocal(privkey)) in EncodeKeys()
6816 KeyObjectHandle* our_key_object; in StatelessDiffieHellman()
6819 KeyObjectHandle* their_key_object; in StatelessDiffieHellman()
7002 KeyObjectHandle::Initialize(env)).Check(); in Initialize()