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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.h81 mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
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);
H A Decp_test.c235 MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry));
237 printf(" (order-1)*P (ECPoint_mul):\n");
252 MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry));
254 printf(" (order-1)*P (ECPoint_mul):\n");
306 MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry));
308 printf(" (order)*P (ECPoint_mul):\n");
321 MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry));
323 printf(" (order)*P (ECPoint_mul):\n");
384 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)),
391 (ECPoint_mul(grou
[all...]
H A Dec2_test.c256 MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry));
258 printf(" (order-1)*P (ECPoint_mul):\n");
273 MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry));
275 printf(" (order-1)*P (ECPoint_mul):\n");
344 MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry));
346 printf(" (order)*P (ECPoint_mul):\n");
359 MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry));
361 printf(" (order)*P (ECPoint_mul):\n");
422 (ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)),
429 (ECPoint_mul(grou
[all...]
H A Dec2_aff.c341 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
H A Decp_aff.c352 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
H A Decp_jac.c440 /* if some arguments are not defined used ECPoint_mul */
442 return ECPoint_mul(group, k2, px, py, rx, ry);
444 return ECPoint_mul(group, k1, NULL, NULL, rx, ry);

Completed in 80 milliseconds