Home
last modified time | relevance | path

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

123456789

/third_party/ffmpeg/libavfilter/
H A Dvf_showinfo.c542 const AVDOVIReshapingCurve *curve = &mapping->curves[c]; in dump_dovi_metadata() local
[all...]
/third_party/mbedtls/library/
H A Dpk_wrap.c611 psa_ecc_family_t curve; in ecdsa_opaque_verify_wrap() local
639 psa_ecc_family_t curve = pk->ec_family; in ecdsa_verify_wrap() local
657 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ctx->grp.id, &curve_bits); in ecdsa_verify_wrap() local
538 ecdsa_verify_psa(unsigned char *key, size_t key_len, psa_ecc_family_t curve, size_t curve_bits, const unsigned char *hash, size_t hash_len, const unsigned char *sig, size_t sig_len) ecdsa_verify_psa() argument
766 psa_ecc_family_t curve = ecdsa_sign_wrap() local
966 const psa_ecc_family_t curve = eckey_check_pair_psa() local
[all...]
H A Decjpake.c93 mbedtls_ecjpake_setup(mbedtls_ecjpake_context *ctx, mbedtls_ecjpake_role role, mbedtls_md_type_t hash, mbedtls_ecp_group_id curve, const unsigned char *secret, size_t len) mbedtls_ecjpake_setup() argument
/third_party/node/src/crypto/
H A Dcrypto_ec.cc853 const char* curve = nullptr; ExportJWKEdKey() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c71 X9_62_CURVE *curve; member
309 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) in ec_asn1_group2curve() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_trce.c1194 int curve; in ssl_print_server_keyex() local
/third_party/openssl/crypto/ec/
H A Dec_asn1.c71 X9_62_CURVE *curve; member
309 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) in ec_asn1_group2curve() argument
[all...]
/third_party/openssl/ssl/
H A Dt1_trce.c1194 int curve; in ssl_print_server_keyex() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-cs-common.hh243 static void curve (ENV &env, PARAM& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) {} in curve() function
765 static void curve (ENV &env, PARAM& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) curve() function
[all...]
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h644 SI F table(const skcms_Curve* curve, F v) { in table() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.h703 void SetToneCurve (const dng_tone_curve &curve) in SetToneCurve() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c38 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_build_exchange_req() local
219 const struct dpp_curve_params *curve = pkex->own_bi->curve; dpp_pkex_build_exchange_resp() local
348 const struct dpp_curve_params *curve = bi->curve; dpp_pkex_rx_exchange_req() local
581 const struct dpp_curve_params *curve = pkex->own_bi->curve; dpp_pkex_build_commit_reveal_req() local
698 const struct dpp_curve_params *curve = pkex->own_bi->curve; dpp_pkex_rx_exchange_resp() local
900 const struct dpp_curve_params *curve = pkex->own_bi->curve; dpp_pkex_build_commit_reveal_resp() local
1013 const struct dpp_curve_params *curve = pkex->own_bi->curve; dpp_pkex_rx_commit_reveal_req() local
1194 const struct dpp_curve_params *curve = pkex->own_bi->curve; dpp_pkex_rx_commit_reveal_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c1498 char *curve = NULL; in hostapd_dpp_configurator_sign() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp340 void RenderGrid::AnimateTo(int32_t index, float duration, const RefPtr<Curve>& curve) in AnimateTo() argument
373 void RenderGrid::AnimateTo(double position, float duration, const RefPtr<Curve>& curve) in AnimateTo() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h177 RefPtr<Curve> curve; member
190 RefPtr<Curve> curve; member
203 RefPtr<Curve> curve; member
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.cpp731 void RenderScroll::AnimateTo(double position, float duration, const RefPtr<Curve>& curve, bool limitDuration, in AnimateTo() argument
791 bool RenderScroll::AnimateToTarget(const ComposeId& targetId, float duration, const RefPtr<Curve>& curve, in AnimateToTarget() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp405 Animation( RefPtr<RenderContext>& renderContext, const Color& endColor, int32_t duration, const RefPtr<Curve>& curve) Animation() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp71 auto curve = in UpdateValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp694 auto curve = AceType::MakeRefPtr<ResponsiveSpringMotion>( in SetBackgroundCircleRadius() local
800 auto curve = in SetConnectedLineTailPoint() local
825 auto curve = in SetCanceledLineTailPoint() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp316 RefPtr<Curve> curve; member
428 RefPtr<Curve> curve; in ParseCurve() local
473 auto curve = ParseCurve(animationArgs->GetProperty("curve")); CreateAnimation() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1849 auto curve = AceType::MakeRefPtr<LinearCurve>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp538 RefPtr<Curve> curve = headCurve_; in UpdateAllPointCenterXAnimation() local
618 auto curve = AceType::MakeRefPtr<CubicCurve>(BLACK_POINT_CENTER_BEZIER_CURVE_VELOCITY, CENTER_BEZIER_CURVE_MASS, in PlayBlackPointsAnimation() local
768 RefPtr<Curve> curve = headCurve_; in PlayLongPointAnimation() local
H A Ddot_indicator_modifier.h294 void SetLongPointHeadCurve(RefPtr<Curve> curve, float motionVelocity) in SetLongPointHeadCurve() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.cpp189 void SwiperModelNG::SetCurve(const RefPtr<Curve>& curve) in SetCurve() argument
556 void SwiperModelNG::SetCurve(FrameNode* frameNode, const RefPtr<Curve>& curve) in SetCurve() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp1262 void RenderWaterFlow::AnimateToPos(const double& position, int32_t duration, const RefPtr<Curve>& curve) in AnimateToPos() argument

Completed in 37 milliseconds

123456789