Home
last modified time | relevance | path

Searched refs:ECPoint_mul (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_mult.c58 ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px, in ECPoint_mul() function
126 return ECPoint_mul(group, k2, px, py, rx, ry); in ec_pts_mul_basic()
128 return ECPoint_mul(group, k1, NULL, NULL, rx, ry); in ec_pts_mul_basic()
136 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy)); in ec_pts_mul_basic()
137 MP_CHECKOK(ECPoint_mul(group, k2, px, py, rx, ry)); in ec_pts_mul_basic()
184 return ECPoint_mul(group, k2, px, py, rx, ry); in ec_pts_mul_simul_w2()
186 return ECPoint_mul(group, k1, NULL, NULL, rx, ry); in ec_pts_mul_simul_w2()
H A Decp_test.c233 MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry)); in ectest_curve_GFp()
250 MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry)); in ectest_curve_GFp()
304 MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry)); in ectest_curve_GFp()
319 MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry)); in ectest_curve_GFp()
382 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GFp()
389 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GFp()
392 (ECPoint_mul(group, &n, &gx, &gy, &rx, &ry)), in ectest_curve_GFp()
H A Dec2_test.c254 MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry)); in ectest_curve_GF2m()
271 MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry)); in ectest_curve_GF2m()
342 MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry)); in ectest_curve_GF2m()
357 MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry)); in ectest_curve_GF2m()
420 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GF2m()
427 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GF2m()
430 (ECPoint_mul(group, &n, &gx, &gy, &rx, &ry)), in ectest_curve_GF2m()
H A Decl.h79 mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
H A Decp_jac.c440 return ECPoint_mul(group, k2, px, py, rx, ry); in ec_GFp_pts_mul_jac()
442 return ECPoint_mul(group, k1, NULL, NULL, rx, ry); in ec_GFp_pts_mul_jac()
H A Dec2_aff.c339 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) ); in ec_GF2m_validate_point()
H A Decp_aff.c350 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) ); in ec_GFp_validate_point()