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

/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.c65 s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b) function
97 s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b) function
147 s_bmul_1x1(r+3, r+2, a1, b1);
148 s_bmul_1x1(r+1, r, a0, b0);
149 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
165 s_bmul_1x1(r+5, r+4, a2, b2); /* fill top 2 words */
263 s_bmul_1x1(&a1b1, &a0b0, a_i, b);
277 s_bmul_1x1(&a1b1, &a0b0, a_i, b);
H A Dmp_gf2m-priv.h86 void s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b);

Completed in 151 milliseconds