Lines Matching refs:target
64 void ECDH::Initialize(Environment* env, Local<Object> target) {
80 SetConstructorFunction(context, target, "ECDH", t);
82 SetMethodNoSideEffect(context, target, "ECDHConvertKey", ECDH::ConvertKey);
83 SetMethodNoSideEffect(context, target, "getCurves", ECDH::GetCurves);
85 ECDHBitsJob::Initialize(env, target);
86 ECKeyPairGenJob::Initialize(env, target);
87 ECKeyExportJob::Initialize(env, target);
89 NODE_DEFINE_CONSTANT(target, OPENSSL_EC_NAMED_CURVE);
90 NODE_DEFINE_CONSTANT(target, OPENSSL_EC_EXPLICIT_CURVE);
759 Local<Object> target) {
783 if (target->Set(
792 target,
798 target,
826 if (target->Set(
837 target,
849 Local<Object> target) {
870 if (target->Set(
892 !target->Set(env->context(), env->jwk_d_string(), encoded).IsJust()) {
904 !target->Set(env->context(), env->jwk_x_string(), encoded).IsJust()) {
910 if (target->Set(
987 Local<Object> target) {
998 return target->Set(