Home
last modified time | relevance | path

Searched defs:curve (Results 126 - 150 of 163) sorted by relevance

1234567

/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c101 const struct ecc_curve *curve; member
220 kmb_ecc_point_mult(struct ocs_ecc_dev *ecc_dev, struct ecc_point *result, const struct ecc_point *point, u64 *scalar, const struct ecc_curve *curve) kmb_ecc_point_mult() argument
305 kmb_ecc_do_scalar_op(struct ocs_ecc_dev *ecc_dev, u64 *scalar_out, const u64 *scalar_a, const u64 *scalar_b, const struct ecc_curve *curve, unsigned int ndigits, const u32 inst) kmb_ecc_do_scalar_op() argument
349 kmb_ocs_ecc_is_pubkey_valid_partial(struct ocs_ecc_dev *ecc_dev, const struct ecc_curve *curve, struct ecc_point *pk) kmb_ocs_ecc_is_pubkey_valid_partial() argument
424 kmb_ocs_ecc_is_pubkey_valid_full(struct ocs_ecc_dev *ecc_dev, const struct ecc_curve *curve, struct ecc_point *pk) kmb_ocs_ecc_is_pubkey_valid_full() argument
454 kmb_ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, size_t private_key_len) kmb_ecc_is_key_valid() argument
491 kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) kmb_ecc_gen_privkey() argument
579 const struct ecc_curve *curve = tctx->curve; kmb_ecc_do_shared_secret() local
661 const struct ecc_curve *curve = tctx->curve; kmb_ecc_do_public_key() local
726 const struct ecc_curve *curve = tctx->curve; kmb_ocs_ecdh_generate_public_key() local
751 const struct ecc_curve *curve = tctx->curve; kmb_ocs_ecdh_compute_shared_secret() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Decc.c910 vli_mmod_fast(u64 *result, u64 *product, const struct ecc_curve *curve) vli_mmod_fast() argument
966 vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, const struct ecc_curve *curve) vli_mod_mult_fast() argument
976 vli_mod_square_fast(u64 *result, const u64 *left, const struct ecc_curve *curve) vli_mod_square_fast() argument
1080 ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, const struct ecc_curve *curve) ecc_point_double_jacobian() argument
1145 apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) apply_z() argument
1156 xycz_initial_double(u64 *x1, u64 *y1, u64 *x2, u64 *y2, u64 *p_initial_z, const struct ecc_curve *curve) xycz_initial_double() argument
1182 xycz_add(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) xycz_add() argument
1225 xycz_add_c(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) xycz_add_c() argument
1280 ecc_point_mult(struct ecc_point *result, const struct ecc_point *point, const u64 *scalar, u64 *initial_z, const struct ecc_curve *curve, unsigned int ndigits) ecc_point_mult() argument
1340 ecc_point_add(const struct ecc_point *result, const struct ecc_point *p, const struct ecc_point *q, const struct ecc_curve *curve) ecc_point_add() argument
1362 ecc_point_mult_shamir(const struct ecc_point *result, const u64 *u1, const struct ecc_point *p, const u64 *u2, const struct ecc_point *q, const struct ecc_curve *curve) ecc_point_mult_shamir() argument
1419 __ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, unsigned int ndigits) __ecc_is_key_valid() argument
1446 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_is_key_valid() local
1471 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_gen_privkey() local
1516 const struct ecc_curve *curve = ecc_get_curve(curve_id); ecc_make_pub_key() local
1550 ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, struct ecc_point *pk) ecc_is_pubkey_valid_partial() argument
1583 ecc_is_pubkey_valid_full(const struct ecc_curve *curve, struct ecc_point *pk) ecc_is_pubkey_valid_full() argument
1618 const struct ecc_curve *curve = ecc_get_curve(curve_id); crypto_ecdh_shared_secret() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub_drag.cpp773 const RefPtr<Curve> curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(0.347f, 0.99f, 0.0f); in OnDragStart() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp118 RefPtr<Curve> curve; in ParseCurve() local
180 auto curve = ParseCurve(curveJsValue); in ParseAnimationFloatArray() local
492 auto curve = ParseCurve(curveJsValue); ParseAnimationColorArray() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h284 char* curve; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp333 std::string curve = valueArg->ToString(vm)->ToString(vm); in SetSwiperCurve() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1525 bool RenderGridScroll::AnimateTo(const Dimension& position, float duration, const RefPtr<Curve>& curve) in AnimateTo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.cpp887 RefPtr<Curve> curve = MakeRefPtr<LinearCurve>(); in StartTextRace() local
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp505 RefPtr<Curve> curve; in ParseCurve() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp834 auto curve = AceType::MakeRefPtr<InterpolatingSpring>(dealSpeed, 1.0f, 228.0f, 30.0f); in SpeedTriggerAnimation() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp362 RefPtr<Curve> curve = Curves::EASE; in SetScrollTo() local
H A Dnode_swiper_modifier.cpp563 RefPtr<Curve> curve = Curves::LINEAR; in SetSwiperCurve() local
572 RefPtr<Curve> curve = Curves::LINEAR; in ResetSwiperCurve() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp559 bool PipelineBase::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() argument
656 void PipelineBase::StartImplicitAnimation(const AnimationOption& option, const RefPtr<Curve>& curve, in StartImplicitAnimation() argument
645 OpenImplicitAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& finishCallback) OpenImplicitAnimation() argument
H A Dpipeline_context.cpp2057 auto curve = MakeRefPtr<DecelerationCurve>(); in WindowSizeChangeAnimate() local
3203 AddKeyFrame( float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) AddKeyFrame() argument
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp865 static const RSAnimationTimingCurve curve = RSAnimationTimingCurve::CreateCubicCurve(0.2, 0.0, 0.2, 1.0); in SetScreenRotateAnimation() local
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp714 RSAnimationTimingCurve curve = RSAnimationTimingCurve::EASE_OUT; in CreateKeyboardCurve() local
766 RSAnimationTimingCurve curve = RSAnimationTimingCurve::EASE_OUT; CreateCurve() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1016 static bool build_degamma(struct pwl_float_data_ex *curve, in build_degamma() argument
1798 struct pwl_float_data_ex *curve = NULL; mod_color_calculate_degamma_params() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1280 const struct ecc_curve *curve = ecc_get_curve(ctx->curve_id); in hpre_ecdh_fill_curve() local
1680 const struct ecc_curve *curve; hpre_curve25519_fill_curve() local
1860 const struct ecc_curve *curve; hpre_curve25519_src_init() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1078 static bool build_degamma(struct pwl_float_data_ex *curve, in build_degamma() argument
1882 struct pwl_float_data_ex *curve = NULL; mod_color_calculate_degamma_params() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1770 const RefPtr<Curve> curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(springResponse, 0.99f, 0.0f); in DragMoveAnimation() local
1857 const RefPtr<Curve> curve = AceType::MakeRefPtr<ResponsiveSpringMotion>(0.347f, 0.99f, 0.0f); in DragStartAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1753 void RenderList::AnimateTo(const Dimension& position, float duration, const RefPtr<Curve>& curve) in AnimateTo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1166 AnimateTouchAndHover(RefPtr<RenderContext>& renderContext, float startOpacity, float endOpacity, int32_t duration, const RefPtr<Curve>& curve) AnimateTouchAndHover() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp856 const RefPtr<InterpolatingSpring> curve = AceType::MakeRefPtr<InterpolatingSpring>( in ModifyFireSheetTransition() local
926 const RefPtr<InterpolatingSpring> curve = AceType::MakeRefPtr<InterpolatingSpring>( in SheetTransition() local
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp986 bool PipelineBase::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() argument
768 OpenFrontendAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& finishCallback) OpenFrontendAnimation() argument
871 OpenImplicitAnimation( const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& finishCallBack) OpenImplicitAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1360 auto curve = AceType::MakeRefPtr<InterpolatingSpring>(velocity, mass, stiffness, damping); in PlaySpringAnimation() local
1499 void ScrollablePattern::InitOption(AnimationOption &option, float duration, const RefPtr<Curve>& curve) in InitOption() argument
1288 AnimateTo( float position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll, bool useTotalOffset) AnimateTo() argument
1387 PlayCurveAnimation( float position, float duration, const RefPtr<Curve>& curve, bool canOverScroll) PlayCurveAnimation() argument
[all...]

Completed in 65 milliseconds

1234567