Home
last modified time | relevance | path

Searched refs:ecc_point_mult_shamir (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Decc.h269 * ecc_point_mult_shamir() - Add two points multiplied by scalars
281 void ecc_point_mult_shamir(const struct ecc_point *result,
H A Decrdsa.c138 ecc_point_mult_shamir(&cc, z1, &ctx->curve->g, z2, &ctx->pub_key, in ecrdsa_verify()
H A Decdsa.c121 ecc_point_mult_shamir(&res, u1, &curve->g, u2, &ctx->pub_key, curve); in _ecdsa_verify()
H A Decc.c1350 void ecc_point_mult_shamir(const struct ecc_point *result, in ecc_point_mult_shamir() function
1403 EXPORT_SYMBOL(ecc_point_mult_shamir); variable
/kernel/linux/linux-6.6/include/crypto/internal/
H A Decc.h264 * ecc_point_mult_shamir() - Add two points multiplied by scalars
276 void ecc_point_mult_shamir(const struct ecc_point *result,
/kernel/linux/linux-6.6/crypto/
H A Decdsa.c121 ecc_point_mult_shamir(&res, u1, &curve->g, u2, &ctx->pub_key, curve); in _ecdsa_verify()
H A Decrdsa.c138 ecc_point_mult_shamir(&cc, z1, &ctx->curve->g, z2, &ctx->pub_key, in ecrdsa_verify()
H A Decc.c1362 void ecc_point_mult_shamir(const struct ecc_point *result, in ecc_point_mult_shamir() function
1417 EXPORT_SYMBOL(ecc_point_mult_shamir); variable

Completed in 9 milliseconds