/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_dpp_cm.c | 611 curve += 2; in dpp20_program_shaper_luta_settings() 618 curve += 2; in dpp20_program_shaper_luta_settings() 625 curve += 2; in dpp20_program_shaper_luta_settings() 632 curve += 2; in dpp20_program_shaper_luta_settings() 639 curve += 2; in dpp20_program_shaper_luta_settings() 646 curve += 2; in dpp20_program_shaper_luta_settings() 653 curve += 2; in dpp20_program_shaper_luta_settings() 660 curve += 2; in dpp20_program_shaper_luta_settings() 667 curve += 2; in dpp20_program_shaper_luta_settings() 674 curve += 2; in dpp20_program_shaper_luta_settings() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_mpc.c | 374 curve += 2; in mpc32_program_shaper_luta_settings() 381 curve += 2; in mpc32_program_shaper_luta_settings() 388 curve += 2; in mpc32_program_shaper_luta_settings() 395 curve += 2; in mpc32_program_shaper_luta_settings() 402 curve += 2; in mpc32_program_shaper_luta_settings() 409 curve += 2; in mpc32_program_shaper_luta_settings() 416 curve += 2; in mpc32_program_shaper_luta_settings() 424 curve += 2; in mpc32_program_shaper_luta_settings() 431 curve += 2; in mpc32_program_shaper_luta_settings() 438 curve += 2; in mpc32_program_shaper_luta_settings() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_dpp.c | 892 curve += 2; in dpp3_program_shaper_luta_settings() 899 curve += 2; in dpp3_program_shaper_luta_settings() 906 curve += 2; in dpp3_program_shaper_luta_settings() 913 curve += 2; in dpp3_program_shaper_luta_settings() 920 curve += 2; in dpp3_program_shaper_luta_settings() 927 curve += 2; in dpp3_program_shaper_luta_settings() 934 curve += 2; in dpp3_program_shaper_luta_settings() 941 curve += 2; in dpp3_program_shaper_luta_settings() 948 curve += 2; in dpp3_program_shaper_luta_settings() 955 curve += 2; in dpp3_program_shaper_luta_settings() [all …]
|
A D | dcn30_mpc.c | 511 curve += 2; in mpc3_program_shaper_luta_settings() 518 curve += 2; in mpc3_program_shaper_luta_settings() 525 curve += 2; in mpc3_program_shaper_luta_settings() 532 curve += 2; in mpc3_program_shaper_luta_settings() 539 curve += 2; in mpc3_program_shaper_luta_settings() 546 curve += 2; in mpc3_program_shaper_luta_settings() 553 curve += 2; in mpc3_program_shaper_luta_settings() 561 curve += 2; in mpc3_program_shaper_luta_settings() 568 curve += 2; in mpc3_program_shaper_luta_settings() 575 curve += 2; in mpc3_program_shaper_luta_settings() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_opp_regamma_v.c | 198 curve[0].offset, in regamma_config_regions_and_segments() 210 curve[1].offset, in regamma_config_regions_and_segments() 226 curve += 2; in regamma_config_regions_and_segments() 231 curve[0].offset, in regamma_config_regions_and_segments() 243 curve[1].offset, in regamma_config_regions_and_segments() 258 curve += 2; in regamma_config_regions_and_segments() 290 curve += 2; in regamma_config_regions_and_segments() 322 curve += 2; in regamma_config_regions_and_segments() 354 curve += 2; in regamma_config_regions_and_segments() 386 curve += 2; in regamma_config_regions_and_segments() [all …]
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-ecc.c | 396 rc = kmb_ecc_do_scalar_op(ecc_dev, w, curve->a, pk->x, curve, in kmb_ocs_ecc_is_pubkey_valid_partial() 403 rc = kmb_ecc_do_scalar_op(ecc_dev, w, w, curve->b, curve, in kmb_ocs_ecc_is_pubkey_valid_partial() 446 rc = kmb_ecc_point_mult(ecc_dev, nQ, pk, curve->n, curve); in kmb_ocs_ecc_is_pubkey_valid_full() 503 nbits = vli_num_bits(curve->n, curve->g.ndigits); in kmb_ecc_gen_privkey() 584 const struct ecc_curve *curve = tctx->curve; in kmb_ecc_do_shared_secret() local 666 const struct ecc_curve *curve = tctx->curve; in kmb_ecc_do_public_key() local 682 curve); in kmb_ecc_do_public_key() 731 const struct ecc_curve *curve = tctx->curve; in kmb_ocs_ecdh_generate_public_key() local 734 if (!tctx->curve) in kmb_ocs_ecdh_generate_public_key() 756 const struct ecc_curve *curve = tctx->curve; in kmb_ocs_ecdh_compute_shared_secret() local [all …]
|
/linux-6.3-rc2/crypto/ |
A D | ecc.c | 1171 apply_z(x1, y1, z, curve); in xycz_initial_double() 1175 apply_z(x2, y2, z, curve); in xycz_initial_double() 1183 const struct ecc_curve *curve) in xycz_add() argument 1226 const struct ecc_curve *curve) in xycz_add_c() argument 1290 u64 *curve_prime = curve->p; in ecc_point_mult() 1408 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir() 1415 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir() 1531 ecc_point_mult(pk, &curve->g, priv, NULL, curve, ndigits); in ecc_make_pub_key() 1572 vli_mod_mult_fast(w, curve->a, pk->x, curve); /* a·x */ in ecc_is_pubkey_valid_partial() 1573 vli_mod_add(w, w, curve->b, curve->p, pk->ndigits); /* a·x + b */ in ecc_is_pubkey_valid_partial() [all …]
|
A D | ecdsa.c | 18 const struct ecc_curve *curve; member 27 const struct ecc_curve *curve; member 82 sig->curve->g.ndigits); in ecdsa_get_signature_r() 91 sig->curve->g.ndigits); in ecdsa_get_signature_s() 96 const struct ecc_curve *curve = ctx->curve; in _ecdsa_verify() local 115 vli_mod_inv(s1, s, curve->n, ndigits); in _ecdsa_verify() 121 ecc_point_mult_shamir(&res, u1, &curve->g, u2, &ctx->pub_key, curve); in _ecdsa_verify() 143 .curve = ctx->curve, in ecdsa_verify() 191 ctx->curve = ecc_get_curve(curve_id); in ecdsa_ecc_ctx_init() 192 if (!ctx->curve) in ecdsa_ecc_ctx_init() [all …]
|
A D | ecrdsa.c | 92 if (!ctx->curve || in ecrdsa_verify() 116 vli_cmp(r, ctx->curve->n, ndigits) >= 0 || in ecrdsa_verify() 118 vli_cmp(s, ctx->curve->n, ndigits) >= 0) in ecrdsa_verify() 124 if (vli_cmp(e, ctx->curve->n, ndigits) >= 0) in ecrdsa_verify() 125 vli_sub(e, e, ctx->curve->n, ndigits); in ecrdsa_verify() 130 vli_mod_inv(v, e, ctx->curve->n, ndigits); in ecrdsa_verify() 134 vli_sub(_r, ctx->curve->n, r, ndigits); in ecrdsa_verify() 139 ctx->curve); in ecrdsa_verify() 141 vli_sub(cc.x, cc.x, ctx->curve->n, ndigits); in ecrdsa_verify() 158 ctx->curve = get_curve_by_oid(ctx->curve_oid); in ecrdsa_param_curve() [all …]
|
A D | ecrdsa_params.asn1 | 2 curve OBJECT IDENTIFIER ({ ecrdsa_param_curve }),
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_transform.c | 1484 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local 1500 curve = params->arr_curve_points; in regamma_config_regions_and_segments() 1503 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in regamma_config_regions_and_segments() 1505 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in regamma_config_regions_and_segments() 1507 curve += 2; in regamma_config_regions_and_segments() 1514 curve += 2; in regamma_config_regions_and_segments() 1521 curve += 2; in regamma_config_regions_and_segments() 1528 curve += 2; in regamma_config_regions_and_segments() 1535 curve += 2; in regamma_config_regions_and_segments() 1542 curve += 2; in regamma_config_regions_and_segments() [all …]
|
/linux-6.3-rc2/include/crypto/internal/ |
A D | ecc.h | 133 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, 147 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, 279 const struct ecc_curve *curve);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/color/ |
A D | color_gamma.c | 1109 curve[i].g = curve[i].r; in build_degamma() 1110 curve[i].b = curve[i].r; in build_degamma() 1114 curve[i].r = dc_fixpt_one; in build_degamma() 1946 curve = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, sizeof(*curve), in mod_color_calculate_degamma_params() 1948 if (!curve) in mod_color_calculate_degamma_params() 1959 build_de_pq(curve, in mod_color_calculate_degamma_params() 1967 build_degamma(curve, in mod_color_calculate_degamma_params() 1972 build_hlg_degamma(curve, in mod_color_calculate_degamma_params() 1981 curve[i].g = curve[i].r; in mod_color_calculate_degamma_params() 1982 curve[i].b = curve[i].r; in mod_color_calculate_degamma_params() [all …]
|
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/ |
A D | hpre_crypto.c | 1283 if (unlikely(!curve)) in hpre_ecdh_fill_curve() 1290 fill_curve_param(p, curve->p, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1291 fill_curve_param(a, curve->a, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1292 fill_curve_param(b, curve->b, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1293 fill_curve_param(x, curve->g.x, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1294 fill_curve_param(y, curve->g.y, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1295 fill_curve_param(n, curve->n, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1693 fill_curve_param(p, curve->p, len, curve->g.ndigits); in hpre_curve25519_fill_curve() 1694 fill_curve_param(p + sz, curve->a, len, curve->g.ndigits); in hpre_curve25519_fill_curve() 1696 fill_curve_param(p + shift + sz, curve->g.x, len, curve->g.ndigits); in hpre_curve25519_fill_curve() [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-backlight | 6 Description of the scale of the brightness curve. 12 backlights with a linear brightness curve. 17 The scale of the brightness curve is unknown.
|
A D | sysfs-bus-iio-isl29501 | 32 Then a least squares curve fit to a second order
|
A D | sysfs-class-hwmon | 341 Define the PWM vs temperature curve. 352 Define the PWM vs temperature curve.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/crypto/ |
A D | intel,keembay-ocs-ecc.yaml | 15 Cryptography (ECC) device provides hardware acceleration for elliptic curve
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | lm63.rst | 82 (you cannot define your custom PWM/temperature curve), and mode change isn't
|
A D | w83793.rst | 96 trip points, defining a PWM/temperature curve which the chip will follow.
|
A D | sysfs-interface.rst | 217 Define the PWM vs temperature curve. 220 Define the PWM vs temperature curve.
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-dv-timings-cap.rst | 149 (CVT) or the 'Secondary GTF' curve (GTF).
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/temperature/ |
A D | adi,ltc2983.yaml | 233 adi,rtd-curve: 235 RTD curve and the corresponding Callendar-VanDusen constants.
|
/linux-6.3-rc2/certs/ |
A D | Kconfig | 34 Use an elliptic curve key (NIST P384) for module signing. Consider
|
/linux-6.3-rc2/Documentation/devicetree/bindings/cpu/ |
A D | idle-states.yaml | 172 The graph curve with X-axis values = { x | 0 < x < 1ms } has a steep slope 175 The graph curve in the area delimited by X-axis values = {x | x > 1ms } has 221 However, the lower power consumption (i.e. shallower energy curve slope) of
|