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

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_exp2.c21 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; local
66 window2 = BN_window_bits_for_exponent_size(bits2);
98 * Build table for a2: val2[i] := a2^(2*i + 1) mod m for i = 0 .. 2^(window2-1)
113 if (window2 > 1) {
117 j = 1 << (window2 - 1);
162 * consider bits b-window2+1 .. b for this window
164 i = b - window2 + 1;
185 /* wvalue2 is odd and < 2^window2 */

Completed in 84 milliseconds