Home
last modified time | relevance | path

Searched refs:ECPoints_mul (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/common/crypto/ecc/
H A Decp_test.c336 MP_CHECKOK(ECPoints_mul in ectest_curve_GFp()
338 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry)); in ectest_curve_GFp()
387 (ECPoints_mul in ectest_curve_GFp()
397 (ECPoints_mul in ectest_curve_GFp()
H A Dec2_test.c374 MP_CHECKOK(ECPoints_mul in ectest_curve_GF2m()
376 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry)); in ectest_curve_GF2m()
425 (ECPoints_mul in ectest_curve_GF2m()
435 (ECPoints_mul in ectest_curve_GF2m()
H A Decl.h88 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
H A Decl_mult.c319 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, in ECPoints_mul() function
H A Dec.c200 CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) ); in ec_points_mul()
202 CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) ); in ec_points_mul()