Searched refs:ecc_point_mult_shamir (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/crypto/ | 
| D | ecc.h | 241 void ecc_point_mult_shamir(const struct ecc_point *result,
  | 
| D | ecrdsa.c | 138 	ecc_point_mult_shamir(&cc, z1, &ctx->curve->g, z2, &ctx->pub_key,  in ecrdsa_verify()
  | 
| D | ecdsa.c | 121 	ecc_point_mult_shamir(&res, u1, &curve->g, u2, &ctx->pub_key, curve);  in _ecdsa_verify()
  | 
| D | ecc.c | 1358 void ecc_point_mult_shamir(const struct ecc_point *result,  in ecc_point_mult_shamir()  function 1411 EXPORT_SYMBOL(ecc_point_mult_shamir);
  |