| /linux/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/drivers/gpu/drm/amd/display/dc/dcn30/ |
| A D | dcn30_dpp.c | 902 curve += 2; in dpp3_program_shaper_luta_settings() 909 curve += 2; in dpp3_program_shaper_luta_settings() 916 curve += 2; in dpp3_program_shaper_luta_settings() 923 curve += 2; in dpp3_program_shaper_luta_settings() 930 curve += 2; in dpp3_program_shaper_luta_settings() 937 curve += 2; in dpp3_program_shaper_luta_settings() 944 curve += 2; in dpp3_program_shaper_luta_settings() 951 curve += 2; in dpp3_program_shaper_luta_settings() 958 curve += 2; in dpp3_program_shaper_luta_settings() 965 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/drivers/gpu/drm/amd/display/dc/dce110/ |
| A D | dce110_opp_regamma_v.c | 200 curve[0].offset, in regamma_config_regions_and_segments() 212 curve[1].offset, in regamma_config_regions_and_segments() 228 curve += 2; in regamma_config_regions_and_segments() 233 curve[0].offset, in regamma_config_regions_and_segments() 245 curve[1].offset, in regamma_config_regions_and_segments() 260 curve += 2; in regamma_config_regions_and_segments() 292 curve += 2; in regamma_config_regions_and_segments() 324 curve += 2; in regamma_config_regions_and_segments() 356 curve += 2; in regamma_config_regions_and_segments() 388 curve += 2; in regamma_config_regions_and_segments() [all …]
|
| /linux/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/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() 1406 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir() 1413 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir() 1529 ecc_point_mult(pk, &curve->g, priv, NULL, curve, ndigits); in ecc_make_pub_key() 1570 vli_mod_mult_fast(w, curve->a, pk->x, curve); /* a·x */ in ecc_is_pubkey_valid_partial() 1571 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) == 1 || in ecrdsa_verify() 118 vli_cmp(s, ctx->curve->n, ndigits) == 1) in ecrdsa_verify() 124 if (vli_cmp(e, ctx->curve->n, ndigits) == 1) 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/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/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/drivers/gpu/drm/amd/display/modules/color/ |
| A D | color_gamma.c | 1112 curve[i].g = curve[i].r; in build_degamma() 1113 curve[i].b = curve[i].r; in build_degamma() 1117 curve[i].r = dc_fixpt_one; in build_degamma() 1945 curve = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, sizeof(*curve), in mod_color_calculate_degamma_params() 1947 if (!curve) in mod_color_calculate_degamma_params() 1958 build_de_pq(curve, in mod_color_calculate_degamma_params() 1966 build_degamma(curve, in mod_color_calculate_degamma_params() 1971 build_hlg_degamma(curve, in mod_color_calculate_degamma_params() 1980 curve[i].g = curve[i].r; in mod_color_calculate_degamma_params() 1981 curve[i].b = curve[i].r; in mod_color_calculate_degamma_params() [all …]
|
| /linux/drivers/crypto/hisilicon/hpre/ |
| A D | hpre_crypto.c | 1265 if (unlikely(!curve)) in hpre_ecdh_fill_curve() 1272 fill_curve_param(p, curve->p, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1273 fill_curve_param(a, curve->a, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1274 fill_curve_param(b, curve->b, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1275 fill_curve_param(x, curve->g.x, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1276 fill_curve_param(y, curve->g.y, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1277 fill_curve_param(n, curve->n, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1669 fill_curve_param(p, curve->p, len, curve->g.ndigits); in hpre_curve25519_fill_curve() 1670 fill_curve_param(p + sz, curve->a, len, curve->g.ndigits); in hpre_curve25519_fill_curve() 1672 fill_curve_param(p + shift + sz, curve->g.x, len, curve->g.ndigits); in hpre_curve25519_fill_curve() [all …]
|
| /linux/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 | 324 Define the PWM vs temperature curve. 335 Define the PWM vs temperature curve.
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| A D | intel,keembay-ocs-ecc.yaml | 15 Cryptography (ECC) device provides hardware acceleration for elliptic curve
|
| /linux/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 | 213 Define the PWM vs temperature curve. 216 Define the PWM vs temperature curve.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | vidioc-dv-timings-cap.rst | 149 (CVT) or the 'Secondary GTF' curve (GTF).
|
| /linux/Documentation/devicetree/bindings/iio/temperature/ |
| A D | adi,ltc2983.yaml | 230 adi,rtd-curve: 232 This property set the RTD curve used and the corresponding
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | idle-states.yaml | 152 The graph curve with X-axis values = { x | 0 < x < 1ms } has a steep slope 155 The graph curve in the area delimited by X-axis values = {x | x > 1ms } has 201 However, the lower power consumption (i.e. shallower energy curve slope) of
|
| /linux/certs/ |
| A D | Kconfig | 36 Use an elliptic curve key (NIST P384) for module signing. Consider
|
| /linux/Documentation/devicetree/bindings/ |
| A D | trivial-devices.yaml | 52 # i2c h/w elliptic curve crypto module
|