Searched refs:n_width (Results 1 – 1 of 1) sorted by relevance
204 size_t n_width = n->width, a_width = a->width; in bn_mod_inverse_consttime() local205 if (a_width > n_width) { in bn_mod_inverse_consttime()206 a_width = n_width; in bn_mod_inverse_consttime()226 !bn_resize_words(u, n_width) || in bn_mod_inverse_consttime()227 !bn_resize_words(v, n_width) || in bn_mod_inverse_consttime()229 !bn_resize_words(A, n_width) || in bn_mod_inverse_consttime()230 !bn_resize_words(C, n_width) || in bn_mod_inverse_consttime()235 !bn_resize_words(tmp, n_width) || in bn_mod_inverse_consttime()236 !bn_resize_words(tmp2, n_width)) { in bn_mod_inverse_consttime()242 unsigned a_bits = a_width * BN_BITS2, n_bits = n_width * BN_BITS2; in bn_mod_inverse_consttime()[all …]