Searched refs:window1 (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
65 window1 = BN_window_bits_for_exponent_size(bits1);
69 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
85 if (window1 > 1) {
89 j = 1 << (window1 - 1);
145 * consider bits b-window1+1 .. b for this window
147 i = b - window1 + 1;
177 /* wvalue1 is odd and < 2^window1 */
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_exp2.c21 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; local
65 window1 = BN_window_bits_for_exponent_size(bits1);
69 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
85 if (window1 > 1) {
89 j = 1 << (window1 - 1);
145 * consider bits b-window1+1 .. b for this window
147 i = b - window1 + 1;
177 /* wvalue1 is odd and < 2^window1 */
/netbsd-current/sys/dev/scsipi/
H A Dss_mustek.h90 struct mustek_window window1; member in struct:mustek_set_window_data
H A Dss_mustek.c311 window_data.window1 = window_data.frame;
312 window_data.window1.header = MUSTEK_WINDOW_MASK | MUSTEK_UNIT_SPEC;

Completed in 191 milliseconds