Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/ecc/
H A Decl_mult.c60 ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px, in ECPoint_mul() function
128 return ECPoint_mul(group, k2, px, py, rx, ry); in ec_pts_mul_basic()
130 return ECPoint_mul(group, k1, NULL, NULL, rx, ry); in ec_pts_mul_basic()
138 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy)); in ec_pts_mul_basic()
139 MP_CHECKOK(ECPoint_mul(group, k2, px, py, rx, ry)); in ec_pts_mul_basic()
186 return ECPoint_mul(group, k2, px, py, rx, ry); in ec_pts_mul_simul_w2()
188 return ECPoint_mul(group, k1, NULL, NULL, rx, ry); in ec_pts_mul_simul_w2()
H A Decp_test.c235 MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry)); in ectest_curve_GFp()
252 MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry)); in ectest_curve_GFp()
306 MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry)); in ectest_curve_GFp()
321 MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry)); in ectest_curve_GFp()
384 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GFp()
391 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GFp()
394 (ECPoint_mul(group, &n, &gx, &gy, &rx, &ry)), in ectest_curve_GFp()
H A Dec2_test.c256 MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry)); in ectest_curve_GF2m()
273 MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry)); in ectest_curve_GF2m()
344 MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry)); in ectest_curve_GF2m()
359 MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry)); in ectest_curve_GF2m()
422 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GF2m()
429 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)), in ectest_curve_GF2m()
432 (ECPoint_mul(group, &n, &gx, &gy, &rx, &ry)), in ectest_curve_GF2m()
H A Decl.h81 mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
H A Decp_jac.c442 return ECPoint_mul(group, k2, px, py, rx, ry); in ec_GFp_pts_mul_jac()
444 return ECPoint_mul(group, k1, NULL, NULL, rx, ry); in ec_GFp_pts_mul_jac()
H A Dec2_aff.c341 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) ); in ec_GF2m_validate_point()
H A Decp_aff.c352 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) ); in ec_GFp_validate_point()