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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_exp.c241 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
309 wend=0; /* The bottom bit of the window */
330 wend=0;
336 wvalue<<=(i-wend);
338 wend=i;
342 /* wend is the size of the current window */
343 j=wend+1;
357 wstart-=wend+1;
374 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
455 wend
878 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
[all...]

Completed in 39 milliseconds