Searched refs:u_less_than_v (Results 1 – 1 of 1) sorted by relevance
87 BN_ULONG u_less_than_v = in bn_gcd_consttime() local89 bn_select_words(u->d, both_odd & ~u_less_than_v, tmp->d, u->d, width); in bn_gcd_consttime()91 bn_select_words(v->d, both_odd & u_less_than_v, tmp->d, v->d, width); in bn_gcd_consttime()