Searched defs:k1p (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecl_mult.c | 324 const mp_int *k1p, *k2p; local 336 k1p = &k1t; 338 k1p = k1; 341 k1p = k1; 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);
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | comb.c | 535 decode_key_t *k1p = (decode_key_t *) v1p; local 537 return (int) ((uintptr_t) k1p->addr - (uintptr_t) k0p->addr); 548 comb_key_t *k1p = (comb_key_t *) v1p; local 550 if (k0p->op != k1p->op) 551 return ((k0p->op < k1p->op) ? -1 : 1); 553 if (k0p->down != k1p->down) 554 return ((k0p->down < k1p->down) ? -1 : 1); 556 if (k0p->next != k1p->next) 557 return ((k0p->next < k1p->next) ? -1 : 1);
|
Completed in 83 milliseconds