Searched refs:n_width (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.c | 205 size_t n_width = n->width, a_width = a->width; in bn_mod_inverse_consttime() local 206 if (a_width > n_width) { in bn_mod_inverse_consttime() 207 a_width = n_width; in bn_mod_inverse_consttime() 227 !bn_resize_words(u, n_width) || in bn_mod_inverse_consttime() 228 !bn_resize_words(v, n_width) || in bn_mod_inverse_consttime() 230 !bn_resize_words(A, n_width) || in bn_mod_inverse_consttime() 231 !bn_resize_words(C, n_width) || in bn_mod_inverse_consttime() 236 !bn_resize_words(tmp, n_width) || in bn_mod_inverse_consttime() 237 !bn_resize_words(tmp2, n_width)) { in bn_mod_inverse_consttime() 243 unsigned a_bits = a_width * BN_BITS2, n_bits = n_width * BN_BITS2; in bn_mod_inverse_consttime() [all …]
|
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.cc.inc | 205 size_t n_width = n->width, a_width = a->width; 206 if (a_width > n_width) { 207 a_width = n_width; 234 !bn_resize_words(u, n_width) || // 235 !bn_resize_words(v, n_width) || 237 !bn_resize_words(A, n_width) || // 238 !bn_resize_words(C, n_width) || 243 !bn_resize_words(tmp, n_width) || // 244 !bn_resize_words(tmp2, n_width)) { 253 n_bits = n_width * BN_BITS2; [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.cc.inc | 205 size_t n_width = n->width, a_width = a->width; 206 if (a_width > n_width) { 207 a_width = n_width; 234 !bn_resize_words(u, n_width) || // 235 !bn_resize_words(v, n_width) || 237 !bn_resize_words(A, n_width) || // 238 !bn_resize_words(C, n_width) || 243 !bn_resize_words(tmp, n_width) || // 244 !bn_resize_words(tmp2, n_width)) { 253 n_bits = n_width * BN_BITS2; [all …]
|
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.cc.inc | 205 size_t n_width = n->width, a_width = a->width; 206 if (a_width > n_width) { 207 a_width = n_width; 234 !bn_resize_words(u, n_width) || // 235 !bn_resize_words(v, n_width) || 237 !bn_resize_words(A, n_width) || // 238 !bn_resize_words(C, n_width) || 243 !bn_resize_words(tmp, n_width) || // 244 !bn_resize_words(tmp2, n_width)) { 253 n_bits = n_width * BN_BITS2; [all …]
|