Searched refs:ECPoint_mul (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
H A D | ecl.h | 72 mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
|
H A D | ecl_mult.c | 51 ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px, function 117 /* if some arguments are not defined used ECPoint_mul */ 119 return ECPoint_mul(group, k2, px, py, rx, ry); 121 return ECPoint_mul(group, k1, NULL, NULL, rx, ry); 129 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy)); 130 MP_CHECKOK(ECPoint_mul(group, k2, px, py, rx, ry)); 175 /* if some arguments are not defined used ECPoint_mul */ 177 return ECPoint_mul(group, k2, px, py, rx, ry); 179 return ECPoint_mul(group, k1, NULL, NULL, rx, ry);
|
H A D | ec2_aff.c | 332 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
|
H A D | ecp_aff.c | 343 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
|
H A D | ecp_jac.c | 431 /* if some arguments are not defined used ECPoint_mul */ 433 return ECPoint_mul(group, k2, px, py, rx, ry); 435 return ECPoint_mul(group, k1, NULL, NULL, rx, ry);
|
Completed in 35 milliseconds