Searched defs:curve (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c133 const struct gamma_curve *curve; local
[all...]
/linux-master/crypto/
H A Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */ member in struct:ecrdsa_ctx
[all...]
H A Decdsa.c18 const struct ecc_curve *curve; member in struct:ecc_ctx
27 const struct ecc_curve *curve; member in struct:ecdsa_signature_ctx
96 const struct ecc_curve *curve = ctx->curve; local
[all...]
H A Decc.c910 vli_mmod_fast(u64 *result, u64 *product, const struct ecc_curve *curve) argument
966 vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, const struct ecc_curve *curve) argument
976 vli_mod_square_fast(u64 *result, const u64 *left, const struct ecc_curve *curve) argument
1080 ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, const struct ecc_curve *curve) argument
1145 apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) argument
1156 xycz_initial_double(u64 *x1, u64 *y1, u64 *x2, u64 *y2, u64 *p_initial_z, const struct ecc_curve *curve) argument
1182 xycz_add(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) argument
1225 xycz_add_c(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) argument
1280 ecc_point_mult(struct ecc_point *result, const struct ecc_point *point, const u64 *scalar, u64 *initial_z, const struct ecc_curve *curve, unsigned int ndigits) argument
1340 ecc_point_add(const struct ecc_point *result, const struct ecc_point *p, const struct ecc_point *q, const struct ecc_curve *curve) argument
1362 ecc_point_mult_shamir(const struct ecc_point *result, const u64 *u1, const struct ecc_point *p, const u64 *u2, const struct ecc_point *q, const struct ecc_curve *curve) argument
1419 __ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, unsigned int ndigits) argument
1446 const struct ecc_curve *curve = ecc_get_curve(curve_id); local
1471 const struct ecc_curve *curve = ecc_get_curve(curve_id); local
1516 const struct ecc_curve *curve = ecc_get_curve(curve_id); local
1550 ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, struct ecc_point *pk) argument
1583 ecc_is_pubkey_valid_full(const struct ecc_curve *curve, struct ecc_point *pk) argument
1618 const struct ecc_curve *curve = ecc_get_curve(curve_id); local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp_cm.c634 const struct gamma_curve *curve; local
784 const struct gamma_curve *curve; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_mpc.c348 const struct gamma_curve *curve; local
498 const struct gamma_curve *curve; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1483 const struct gamma_curve *curve; local
[all...]
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c101 const struct ecc_curve *curve; member in struct:ocs_ecc_ctx
220 kmb_ecc_point_mult(struct ocs_ecc_dev *ecc_dev, struct ecc_point *result, const struct ecc_point *point, u64 *scalar, const struct ecc_curve *curve) argument
305 kmb_ecc_do_scalar_op(struct ocs_ecc_dev *ecc_dev, u64 *scalar_out, const u64 *scalar_a, const u64 *scalar_b, const struct ecc_curve *curve, unsigned int ndigits, const u32 inst) argument
349 kmb_ocs_ecc_is_pubkey_valid_partial(struct ocs_ecc_dev *ecc_dev, const struct ecc_curve *curve, struct ecc_point *pk) argument
424 kmb_ocs_ecc_is_pubkey_valid_full(struct ocs_ecc_dev *ecc_dev, const struct ecc_curve *curve, struct ecc_point *pk) argument
454 kmb_ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, size_t private_key_len) argument
491 kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) argument
579 const struct ecc_curve *curve = tctx->curve; local
661 const struct ecc_curve *curve = tctx->curve; local
726 const struct ecc_curve *curve = tctx->curve; local
751 const struct ecc_curve *curve = tctx->curve; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c899 const struct gamma_curve *curve; local
1049 const struct gamma_curve *curve; local
[all...]
H A Ddcn30_mpc.c475 const struct gamma_curve *curve; local
624 const struct gamma_curve *curve; local
[all...]
/linux-master/drivers/hwmon/
H A Dnzxt-kraken3.c28 enum pwm_enable { off, manual, curve } __packed; enumerator in enum:pwm_enable
[all...]
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1283 const struct ecc_curve *curve = ecc_get_curve(ctx->curve_id); local
1683 const struct ecc_curve *curve; local
1863 const struct ecc_curve *curve; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1180 static bool build_degamma(struct pwl_float_data_ex *curve, argument
1984 struct pwl_float_data_ex *curve = NULL; local
[all...]

Completed in 547 milliseconds