Home | History | Annotate | Download | only in bn

Lines Matching refs:window1

1361   int i, j, bits, b, bits1, bits2, ret = 0, wpos1, wpos2, window1, window2,
1401 window1 = BN_window_bits_for_exponent_size(bits1);
1405 * 2^(window1-1) */
1425 if (window1 > 1) {
1430 j = 1 << (window1 - 1);
1493 /* consider bits b-window1+1 .. b for this window */
1494 i = b - window1 + 1;
1526 /* wvalue1 is odd and < 2^window1 */