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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_mult.c284 ai = MP_GET_BIT(a, 2 * i + 1);
286 ai |= MP_GET_BIT(a, 2 * i);
287 bi = MP_GET_BIT(b, 2 * i + 1);
289 bi |= MP_GET_BIT(b, 2 * i);
H A Decp_jac.c377 ni = MP_GET_BIT(n, 4 * i + 3);
379 ni |= MP_GET_BIT(n, 4 * i + 2);
381 ni |= MP_GET_BIT(n, 4 * i + 1);
383 ni |= MP_GET_BIT(n, 4 * i);
532 ai = MP_GET_BIT(a, 2 * i + 1);
534 ai |= MP_GET_BIT(a, 2 * i);
535 bi = MP_GET_BIT(b, 2 * i + 1);
537 bi |= MP_GET_BIT(b, 2 * i);
H A Dec2_aff.c255 b3 = MP_GET_BIT(&k3, i);
256 b1 = MP_GET_BIT(&k, i);
H A Decp_aff.c268 b3 = MP_GET_BIT(&k3, i);
269 b1 = MP_GET_BIT(&k, i);
H A Decl-priv.h71 #define MP_GET_BIT(a, i) \ macro

Completed in 62 milliseconds