Searched defs:ECPoint_mul (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_mult.c60 ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px, function
126 /* if some arguments are not defined used ECPoint_mul */
128 return ECPoint_mul(group, k2, px, py, rx, ry);
130 return ECPoint_mul(group, k1, NULL, NULL, rx, ry);
138 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy));
139 MP_CHECKOK(ECPoint_mul(group, k2, px, py, rx, ry));
184 /* if some arguments are not defined used ECPoint_mul */
186 return ECPoint_mul(group, k2, px, py, rx, ry);
188 return ECPoint_mul(group, k1, NULL, NULL, rx, ry);

Completed in 44 milliseconds