Home
last modified time | relevance | path

Searched defs:curve (Results 201 - 225 of 243) sorted by relevance

12345678910

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp580 const SkDCurve& curve = index ? rh->fPart.fCurve : this->fPart.fCurve; in endsIntersect() local
623 const SkDCurve& curve = sIndex ? rh->fPart.fCurve : this->fPart.fCurve; endsIntersect() local
665 const SkDCurve& curve = rh->fPart.fCurve; endToSide() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c2113 char *curve = NULL; in hostapd_dpp_configurator_sign() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c99 static int dpp_hash_vector(const struct dpp_curve_params *curve, in dpp_hash_vector() argument
249 struct crypto_ec_key * dpp_gen_keypair(const struct dpp_curve_params *curve) in dpp_gen_keypair() argument
263 struct crypto_ec_key * dpp_set_keypair(const struct dpp_curve_params **curve, in dpp_set_keypair() argument
312 dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve, const u8 *privkey, size_t privkey_len) dpp_keygen() argument
587 dpp_parse_jws_prot_hdr(const struct dpp_curve_params *curve, const u8 *prot_hdr, u16 prot_hdr_len, int *hash_func) dpp_parse_jws_prot_hdr() argument
709 const struct dpp_curve_params *curve; dpp_process_signed_connector() local
1145 dpp_derive_pmkid(const struct dpp_curve_params *curve, struct crypto_ec_key *own_key, struct crypto_ec_key *peer_key, u8 *pmkid) dpp_derive_pmkid() argument
1398 dpp_pkex_get_role_elem(const struct dpp_curve_params *curve, int init) dpp_pkex_get_role_elem() argument
1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qi() argument
1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qr() argument
1671 const struct dpp_curve_params *curve; dpp_reconfig_derive_ke_responder() local
1771 const struct dpp_curve_params *curve; dpp_reconfig_derive_ke_initiator() local
1877 const struct dpp_curve_params *curve; dpp_build_conn_signature() local
2360 dpp_test_gen_invalid_key(struct wpabuf *msg, const struct dpp_curve_params *curve) dpp_test_gen_invalid_key() argument
[all...]
H A Ddpp.c1425 const struct dpp_curve_params *curve; in dpp_build_conf_obj_dpp() local
1350 dpp_build_jwk(struct wpabuf *buf, const char *name, struct crypto_ec_key *key, const char *kid, const struct dpp_curve_params *curve) dpp_build_jwk() argument
2159 const struct dpp_curve_params *curve; dpp_parse_jwk() local
2316 const struct dpp_curve_params *curve; dpp_parse_connector() local
3436 dpp_keygen_configurator(const char *curve, const u8 *privkey, size_t privkey_len, const u8 *pp_key, size_t pp_key_len) dpp_keygen_configurator() argument
3475 dpp_configurator_own_config(struct dpp_authentication *auth, const char *curve, int ap) dpp_configurator_own_config() argument
3650 const struct dpp_curve_params *curve, *own_curve; dpp_peer_intro() local
3871 char *mac = NULL, *info = NULL, *curve = NULL; dpp_bootstrap_gen() local
4176 char *curve = NULL; dpp_configurator_add() local
4281 const struct dpp_curve_params *curve, *curve_pp; dpp_configurator_from_backup() local
[all...]
H A Ddpp.h164 const struct dpp_curve_params *curve; member
252 const struct dpp_curve_params *curve; member
370 const struct dpp_curve_params *curve; member
631 const struct dpp_curve_params *curve; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c3083 char *curve = NULL; in wpas_dpp_configurator_sign() local
[all...]
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2378 auto curve = AnimationCurve::CreateCurve(animation.curveName, animation.curve); in UpdatePreviewStyleWithAnimation() local
/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
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c1410 int tls_check_sigalg_curve(const SSL *s, int curve) in tls_check_sigalg_curve() argument
1539 int curve in tls12_check_peer_sigalg() local
3186 int curve = -1; find_sig_alg() local
3266 int curve = -1; tls_choose_sigalg() local
[all...]
/third_party/openssl/ssl/
H A Dt1_lib.c1390 int tls_check_sigalg_curve(const SSL *s, int curve) in tls_check_sigalg_curve() argument
1519 int curve in tls12_check_peer_sigalg() local
3166 int curve = -1; find_sig_alg() local
3246 int curve = -1; tls_choose_sigalg() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h119 const struct dpp_curve_params *curve; member
180 const struct dpp_curve_params *curve; member
255 const struct dpp_curve_params *curve; member
488 const struct dpp_curve_params *curve; member
/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/pipeline/
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/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...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1566 auto curve = AceType::MakeRefPtr<CubicCurve>(0.4f, 0.0f, 0.2f, 1.0f); in PlayMaskAnimation() local
2382 auto curve = DurationCubicCurve; in TriggerTranslateAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp3221 auto curve = GetCurveIncludeMotion(); in PlayPropertyTranslateAnimation() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp1981 ArkUICurveHandle CreateCurve(ArkUI_Int32 curve) in CreateCurve() argument
2025 void DisposeCurve(ArkUICurveHandle curve) in DisposeCurve() argument
/third_party/backends/backend/
H A Dhp3900_types.c591 struct st_curve **curve; member
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c1281 static EVP_PKEY *get_ecdsa(const EC_CURVE *curve) in get_ecdsa() argument
/third_party/openssl/apps/
H A Dspeed.c1267 static EVP_PKEY *get_ecdsa(const EC_CURVE *curve) in get_ecdsa() argument
/third_party/ffmpeg/fftools/
H A Dffprobe.c2012 const AVDOVIReshapingCurve *curve = &mapping->curves[c]; in print_dovi_metadata() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto.c6159 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( in psa_generate_derived_ecc_key_weierstrass_helper() local
6339 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY(slot->attr.type); in psa_generate_derived_key_internal() local
[all...]

Completed in 96 milliseconds

12345678910