Home
last modified time | relevance | path

Searched refs:window1 (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bn/
HDbn_exp2.c123 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; in BN_mod_exp2_mont() local
167 window1 = BN_window_bits_for_exponent_size(bits1); in BN_mod_exp2_mont()
187 if (window1 > 1) { in BN_mod_exp2_mont()
191 j = 1 << (window1 - 1); in BN_mod_exp2_mont()
249 i = b - window1 + 1; in BN_mod_exp2_mont()
/freebsd-11-stable/contrib/ncurses/
HDNEWS5481 curscr, newscr and stdscr with window0, window1, etc.