bn_exp.c | 242 int i,j,bits,ret=0,wstart,wend,window,wvalue; local 310 wend=0; /* The bottom bit of the window */ 331 wend=0; 337 wvalue<<=(i-wend); 339 wend=i; 343 /* wend is the size of the current window */ 344 j=wend+1; 358 wstart-=wend+1; 375 int i,j,bits,ret=0,wstart,wend,window,wvalue; local 456 wend=0; /* The bottom bit of the window * 879 int i,j,bits,ret=0,wstart,wend,window,wvalue; local [all...] |