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

/netbsd-current/crypto/external/bsd/openssl.old/dist/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 */
/netbsd-current/crypto/external/bsd/openssl/dist/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 */
/netbsd-current/sys/dev/scsipi/
H A Dss_mustek.h93 struct mustek_window window2; member in struct:mustek_set_window_data
/netbsd-current/tests/lib/libcurses/check_files/
H A DMakefile265 FILES+= window2.chk

Completed in 135 milliseconds