| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_showinfo.c | 542 const AVDOVIReshapingCurve *curve = &mapping->curves[c]; in dump_dovi_metadata() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | pk_wrap.c | 611 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 D | ecjpake.c | 93 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 D | crypto_ec.cc | 853 const char* curve = nullptr; ExportJWKEdKey() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_asn1.c | 71 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 D | t1_trce.c | 1194 int curve; in ssl_print_server_keyex() local
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_asn1.c | 71 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 D | t1_trce.c | 1194 int curve; in ssl_print_server_keyex() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-cff-interp-cs-common.hh | 243 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 D | Transform_inl.h | 644 SI F table(const skcms_Curve* curve, F v) { in table() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_camera_profile.h | 703 void SetToneCurve (const dng_tone_curve &curve) in SetToneCurve() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_pkex.c | 38 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 D | dpp_hostapd.c | 1498 char *curve = NULL; in hostapd_dpp_configurator_sign() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid/ |
| H A D | render_grid.cpp | 340 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 D | style.h | 177 RefPtr<Curve> curve; member 190 RefPtr<Curve> curve; member 203 RefPtr<Curve> curve; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | render_scroll.cpp | 731 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 D | bubble_pattern.cpp | 405 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 D | gauge_modifier.cpp | 71 auto curve = in UpdateValue() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
| H A D | patternlock_modifier.cpp | 694 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 D | js_view_context.cpp | 316 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 D | scrollable_cover_test_ng.cpp | 1849 auto curve = AceType::MakeRefPtr<LinearCurve>(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
| H A D | dot_indicator_modifier.cpp | 538 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 D | dot_indicator_modifier.h | 294 void SetLongPointHeadCurve(RefPtr<Curve> curve, float motionVelocity) in SetLongPointHeadCurve() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_model_ng.cpp | 189 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 D | render_water_flow.cpp | 1262 void RenderWaterFlow::AnimateToPos(const double& position, int32_t duration, const RefPtr<Curve>& curve) in AnimateToPos() argument
|