OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window2
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp2.c
20
int i, j, bits, b, bits1, bits2, ret = 0, wpos1, wpos2, window1,
window2
, wvalue1, wvalue2;
local
65
window2
= BN_window_bits_for_exponent_size(bits2);
96
* Build table for a2: val2[i] := a2^(2*i + 1) mod m for i = 0 .. 2^(
window2
-1)
111
if (
window2
> 1) {
115
j = 1 << (
window2
- 1);
159
* consider bits b-
window2
+1 .. b for this window
161
i = b -
window2
+ 1;
182
/* wvalue2 is odd and < 2^
window2
*/
/src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp2.c
21
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
*/
/src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp2.c
21
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
*/
/src/sys/dev/scsipi/
ss_mustek.h
93
struct mustek_window
window2
;
member in struct:mustek_set_window_data
/src/tests/lib/libcurses/check_files/
Makefile
265
FILES+=
window2
.chk
Completed in 25 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026