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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_mult.c324 const mp_int *k1p, *k2p; local
347 k2p = &k2t;
349 k2p = k2;
352 k2p = k2;
357 res = group->points_mul(k1p, k2p, px, py, rx, ry, group);
359 res = ec_pts_mul_simul_w2(k1p, k2p, px, py, rx, ry, group);

Completed in 174 milliseconds