Searched refs:s_bmul_1x1 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/common/mpi/ |
H A D | mp_gf2m.c | 65 s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b) in s_bmul_1x1() function 97 s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b) in s_bmul_1x1() function 147 s_bmul_1x1(r+3, r+2, a1, b1); in s_bmul_2x2() 148 s_bmul_1x1(r+1, r, a0, b0); in s_bmul_2x2() 149 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in s_bmul_2x2() 165 s_bmul_1x1(r+5, r+4, a2, b2); /* fill top 2 words */ in s_bmul_3x3() 263 s_bmul_1x1(&a1b1, &a0b0, a_i, b); in s_bmul_d() 277 s_bmul_1x1(&a1b1, &a0b0, a_i, b); in s_bmul_d_add()
|
H A D | mp_gf2m-priv.h | 86 void s_bmul_1x1(mp_digit *rh, mp_digit *rl, const mp_digit a, const mp_digit b);
|