Home
last modified time | relevance | path

Searched defs:curve (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds()
DSkOpEdgeBuilder.cpp33 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve()
89 SkPoint curve[4]; in preFetch() local
291 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk() local
320 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk() local
DSkPathOpsTSect.h90 SkTSpan(const SkTCurve& curve, SkArenaAlloc& heap) { in SkTSpan()
98 void debugInit(const SkTCurve& curve, SkArenaAlloc& heap) { in debugInit()
190 void resetBounds(const SkTCurve& curve) { in resetBounds()
DSkOpSegment.h46 SkDCurve curve; in addConic() local
54 SkDCurve curve; in addCubic() local
89 SkDCurve curve; in addQuad() local
DSkPathOpsQuad.h160 bool hullIntersects(const SkTCurve& curve, bool* isLinear) const override { in hullIntersects()
179 void subDivide(double t1, double t2, SkTCurve* curve) const override { in subDivide()
DSkPathOpsCubic.h216 bool hullIntersects(const SkTCurve& curve, bool* isLinear) const override { in hullIntersects()
235 void subDivide(double t1, double t2, SkTCurve* curve) const override { in subDivide()
DSkPathOpsConic.h169 bool hullIntersects(const SkTCurve& curve, bool* isLinear) const override { in hullIntersects()
188 void subDivide(double t1, double t2, SkTCurve* curve) const override { in subDivide()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
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; in dpp_pkex_build_exchange_resp() local
348 const struct dpp_curve_params *curve = bi->curve; in dpp_pkex_rx_exchange_req() local
581 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_build_commit_reveal_req() local
698 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_rx_exchange_resp() local
900 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_build_commit_reveal_resp() local
1013 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_rx_commit_reveal_req() local
1194 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_rx_commit_reveal_resp() local
Ddpp_crypto.c99 static int dpp_hash_vector(const struct dpp_curve_params *curve, in dpp_hash_vector()
249 struct crypto_ec_key * dpp_gen_keypair(const struct dpp_curve_params *curve) in dpp_gen_keypair()
263 struct crypto_ec_key * dpp_set_keypair(const struct dpp_curve_params **curve, in dpp_set_keypair()
312 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve, in dpp_keygen()
587 dpp_parse_jws_prot_hdr(const struct dpp_curve_params *curve, in dpp_parse_jws_prot_hdr()
709 const struct dpp_curve_params *curve; in dpp_process_signed_connector() local
1145 int dpp_derive_pmkid(const struct dpp_curve_params *curve, in dpp_derive_pmkid()
1398 dpp_pkex_get_role_elem(const struct dpp_curve_params *curve, int init) in dpp_pkex_get_role_elem()
1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, in dpp_pkex_derive_Qi()
1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, in dpp_pkex_derive_Qr()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Ddpp-qrcode.py75 def dpp_display(curve): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Ddpp-qrcode.py75 def dpp_display(curve): argument
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c58 const struct lws_ec_curves *curve; in lws_genec_keypair_import() local
241 const struct lws_ec_curves *curve; in lws_genecdh_new_keypair() local
324 const struct lws_ec_curves *curve; in lws_genecdsa_new_keypair() local
/third_party/node/lib/internal/crypto/
Ddiffiehellman.js232 function ECDH(curve) { argument
258 ECDH.convertKey = function convertKey(key, curve, inEnc, outEnc, format) { argument
/third_party/mbedtls/scripts/
Decp_comb_table.py197 def compute_curve(curve): argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.cc86 …static void curve (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, con… in curve() function
187 …static void curve (cff2_cs_interp_env_t &env, cff2_path_param_t& param, const point_t &pt1, const … in curve() function
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
Dmain.c73 const char *curve = "P-256", *p; in main() local
/third_party/libwebsockets/lib/cose/
Dcose_key.c256 const char *curve; member
272 lws_cose_curve_name_to_id(const char *curve) in lws_cose_curve_name_to_id()
788 int use_mask, int bits, const char *curve, in lws_cose_key_generate()
/third_party/skia/tests/
DPathOpsBoundsTest.cpp65 SkDCurve curve; in DEF_TEST() local
DPathOpsThreeWayTest.cpp16 CubicPts curve; // largest can hold lines / quads/ cubics member
/third_party/node/src/crypto/
Dcrypto_ec.cc116 std::transform(curves.begin(), curves.end(), arr.begin(), [env](auto& curve) { in GetCurves()
143 node::Utf8Value curve(env->isolate(), args[0]); in New() local
407 node::Utf8Value curve(env->isolate(), args[1]); in ConvertKey() local
853 const char* curve = nullptr; in ExportJWKEdKey() local
926 Utf8Value curve(env->isolate(), args[offset].As<String>()); in ImportJWKEcKey() local
/third_party/mbedtls/programs/psa/
Dpsa_constant_names_generated.c33 static const char *psa_ecc_family_name(psa_ecc_family_t curve) in psa_ecc_family_name()
Dpsa_constant_names.c86 psa_ecc_family_t curve) in append_with_curve()
156 psa_ecc_family_t curve) in psa_snprint_ecc_curve()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c391 static int dpp_hash_vector(const struct dpp_curve_params *curve, in dpp_hash_vector()
1222 static EVP_PKEY * dpp_gen_keypair(const struct dpp_curve_params *curve) in dpp_gen_keypair()
1300 static EVP_PKEY * dpp_set_keypair(const struct dpp_curve_params **curve, in dpp_set_keypair()
1454 char * dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve, in dpp_keygen()
4518 const char *kid, const struct dpp_curve_params *curve) in dpp_build_jwk()
4589 const struct dpp_curve_params *curve; in dpp_build_conf_obj_dpp() local
5101 dpp_parse_jws_prot_hdr(const struct dpp_curve_params *curve, in dpp_parse_jws_prot_hdr()
5231 const struct dpp_curve_params *curve; in dpp_parse_jwk() local
5392 const struct dpp_curve_params *curve; in dpp_parse_connector() local
5570 const struct dpp_curve_params *curve; in dpp_process_signed_connector() local
[all …]
/third_party/ffmpeg/libavcodec/
Ddovi_rpu.c305 AVDOVIReshapingCurve *curve = &vdr->mapping.curves[c]; in ff_dovi_rpu_parse() local
333 AVDOVIReshapingCurve *curve = &vdr->mapping.curves[c]; in ff_dovi_rpu_parse() local
/third_party/mbedtls/library/
Dpsa_crypto_ecp.c327 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( in mbedtls_psa_ecp_generate_key() local
546 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ecp->grp.id, &bits); in mbedtls_psa_key_agreement_ecdh() local

1234