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

/osnet-11/usr/src/common/crypto/ecc/
H A Decl_mult.c58 ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px, function
125 /* if some arguments are not defined used ECPoint_mul */
127 return ECPoint_mul(group, k2, px, py, rx, ry);
129 return ECPoint_mul(group, k1, NULL, NULL, rx, ry);
137 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy));
138 MP_CHECKOK(ECPoint_mul(group, k2, px, py, rx, ry));
183 /* if some arguments are not defined used ECPoint_mul */
185 return ECPoint_mul(group, k2, px, py, rx, ry);
187 return ECPoint_mul(group, k1, NULL, NULL, rx, ry);

Completed in 20 milliseconds