Searched refs:window0 (Results 1 – 2 of 2) sorted by relevance
613 int i, bits, ret = 0, window, wvalue, wmask, window0; in bn_mod_exp_mont_fixed_top() local878 window0 = (bits - 1) % 5 + 1; in bn_mod_exp_mont_fixed_top()879 wmask = (1 << window0) - 1; in bn_mod_exp_mont_fixed_top()880 bits -= window0; in bn_mod_exp_mont_fixed_top()1010 window0 = (bits - 1) % 5 + 1; in bn_mod_exp_mont_fixed_top()1011 wmask = (1 << window0) - 1; in bn_mod_exp_mont_fixed_top()1012 bits -= window0; in bn_mod_exp_mont_fixed_top()1086 window0 = (bits - 1) % window + 1; in bn_mod_exp_mont_fixed_top()1087 wmask = (1 << window0) - 1; in bn_mod_exp_mont_fixed_top()1088 bits -= window0; in bn_mod_exp_mont_fixed_top()
9862 curscr, newscr and stdscr with window0, window1, etc.