Home | History | Annotate | Download | only in libtommath

Lines Matching full:_mul

208                                            & BN\_S\_MP\_MUL\_HIGH\_DIGS\_C \\
209 & BN\_FAST\_S\_MP\_MUL\_HIGH\_DIGS\_C \\
230 & BN\_S\_MP\_MUL\_DIGS\_C \\
231 & BN\_S\_MP\_MUL\_HIGH\_DIGS\_C \\
233 \hline Polynomial Schmolynomial & BN\_MP\_KARATSUBA\_MUL\_C \\
235 & BN\_MP\_TOOM\_MUL\_C \\
981 \index{mp\_mul\_2} \index{mp\_div\_2}
1006 if ((result = mp\_mul\_2(&number, &number)) != MP_OKAY) \{
1045 \index{mp\_mul\_2d}
1153 \index{mp\_mul}
1162 Fortunately for the developer you don't really need to know this unless you really want to fine tune the system. mp\_mul()
1218 mp\_mul().
1226 algorithms all which can be called from mp\_sqr(). It is ideal to use mp\_sqr over mp\_mul when squaring terms because
1820 \index{mp\_add\_d} \index{mp\_sub\_d} \index{mp\_mul\_d} \index{mp\_div\_d} \index{mp\_mod\_d}