Searched refs:wstart (Results 1 – 1 of 1) sorted by relevance
242 int i,j,bits,ret=0,wstart,wend,window,wvalue; in BN_mod_exp_recp() local309 wstart=bits-1; /* The top bit of the window */ in BN_mod_exp_recp()316 if (BN_is_bit_set(p,wstart) == 0) in BN_mod_exp_recp()321 if (wstart == 0) break; in BN_mod_exp_recp()322 wstart--; in BN_mod_exp_recp()329 j=wstart; in BN_mod_exp_recp()334 if (wstart-i < 0) break; in BN_mod_exp_recp()335 if (BN_is_bit_set(p,wstart-i)) in BN_mod_exp_recp()358 wstart-=wend+1; in BN_mod_exp_recp()361 if (wstart < 0) break; in BN_mod_exp_recp()[all …]