Searched refs:v_is_odd (Results 1 – 1 of 1) sorted by relevance
95 BN_ULONG v_is_odd = word_is_odd_mask(v->d[0]); in bn_gcd_consttime() local96 assert(!(u_is_odd & v_is_odd)); in bn_gcd_consttime()99 shift += 1 & (~u_is_odd & ~v_is_odd); in bn_gcd_consttime()103 maybe_rshift1_words(v->d, ~v_is_odd, tmp->d, width); in bn_gcd_consttime()