Searched defs:ECPoint_mul (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
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);
|
Completed in 78 milliseconds