Searched refs:ecc_point_mult_shamir (Results 1 – 4 of 4) sorted by relevance
/linux/include/crypto/internal/ |
H A D | ecc.h | 291 * ecc_point_mult_shamir() - Add two points multiplied by scalars 303 void ecc_point_mult_shamir(const struct ecc_point *result,
|
/linux/crypto/ |
H A D | ecrdsa.c | 130 ecc_point_mult_shamir(&cc, z1, &ctx->curve->g, z2, &ctx->pub_key, in ecrdsa_verify()
|
H A D | ecdsa.c | 50 ecc_point_mult_shamir(&res, u1, &curve->g, u2, &ctx->pub_key, curve); in _ecdsa_verify()
|
H A D | ecc.c | 1414 void ecc_point_mult_shamir(const struct ecc_point *result, in ecc_point_mult_shamir() function 1469 EXPORT_SYMBOL(ecc_point_mult_shamir);
|