exponentiation.c | 129 int i, bits, ret = 0; local 153 bits = BN_num_bits(p); 165 for (i = 1; i < bits; i++) { 393 * For window size 'w' (w >= 2) and a random 'b' bits exponent, the number of 421 int i, j, bits, ret = 0, wstart, window; local 434 bits = BN_num_bits(p); 436 if (bits == 0) { 473 window = BN_window_bits_for_exponent_size(bits); 490 wstart = bits - 1; /* The top bit of the window */ 574 * 4096, 8192 bits], compared to the running time of th 606 int i, j, bits, ret = 0, wstart, window; local 855 int i, bits, ret = 0, window, wvalue; local 1207 int b, bits, ret = 0; local 1365 int i, j, bits, b, bits1, bits2, ret = 0, wpos1, wpos2, window1, window2, local [all...] |