/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.c | 29 bn_select_words(a, mask, tmp, a, num); in maybe_rshift1_words() 45 bn_select_words(a, mask, tmp, a, num); in maybe_add_words() 89 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() 268 bn_select_words(v->d, both_odd & ~v_less_than_u, tmp->d, v->d, n_width); in bn_mod_inverse_consttime() 270 bn_select_words(u->d, both_odd & v_less_than_u, tmp->d, u->d, n_width); in bn_mod_inverse_consttime() 275 bn_select_words(tmp->d, carry, tmp->d, tmp2->d, n_width); in bn_mod_inverse_consttime() 276 bn_select_words(A->d, both_odd & v_less_than_u, tmp->d, A->d, n_width); in bn_mod_inverse_consttime() 277 bn_select_words(C->d, both_odd & ~v_less_than_u, tmp->d, C->d, n_width); in bn_mod_inverse_consttime() 281 bn_select_words(tmp->d, carry, tmp->d, tmp2->d, a_width); in bn_mod_inverse_consttime() [all …]
|
D | mul.c | 79 bn_select_words(r, 0 - borrow, r /* tmp < 0 */, tmp /* tmp >= 0 */, num); in bn_abs_sub_words() 178 bn_select_words(r, borrow, r /* tmp < 0 */, tmp /* tmp >= 0 */, r_len); in bn_abs_sub_part_words() 283 bn_select_words(&t[n2], neg, &t[n2 * 2], &t[n2], n2); in bn_mul_recursive() 397 bn_select_words(&t[n2], neg, &t[n2 * 2], &t[n2], n2); in bn_mul_part_recursive()
|
D | div.c | 431 bn_select_words(r, carry, a /* r < 0 */, r /* r >= 0 */, num); in bn_reduce_once() 440 bn_select_words(r, carry, r /* tmp < 0 */, tmp /* tmp >= 0 */, num); in bn_reduce_once_in_place() 450 bn_select_words(r, 0 - borrow, tmp /* r < 0 */, r /* r >= 0 */, num); in bn_mod_sub_words()
|
D | bn.c | 423 void bn_select_words(BN_ULONG *r, BN_ULONG mask, const BN_ULONG *a, in bn_select_words() function
|
D | shift.c | 189 bn_select_words(r->d, mask, tmp->d /* apply shift */, in bn_rshift_secret_shift()
|
D | internal.h | 237 void bn_select_words(BN_ULONG *r, BN_ULONG mask, const BN_ULONG *a, in OPENSSL_MSVC_PRAGMA()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.c | 29 bn_select_words(a, mask, tmp, a, num); in maybe_rshift1_words() 45 bn_select_words(a, mask, tmp, a, num); in maybe_add_words() 89 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() 268 bn_select_words(v->d, both_odd & ~v_less_than_u, tmp->d, v->d, n_width); in bn_mod_inverse_consttime() 270 bn_select_words(u->d, both_odd & v_less_than_u, tmp->d, u->d, n_width); in bn_mod_inverse_consttime() 275 bn_select_words(tmp->d, carry, tmp->d, tmp2->d, n_width); in bn_mod_inverse_consttime() 276 bn_select_words(A->d, both_odd & v_less_than_u, tmp->d, A->d, n_width); in bn_mod_inverse_consttime() 277 bn_select_words(C->d, both_odd & ~v_less_than_u, tmp->d, C->d, n_width); in bn_mod_inverse_consttime() 281 bn_select_words(tmp->d, carry, tmp->d, tmp2->d, a_width); in bn_mod_inverse_consttime() [all …]
|
D | mul.c | 79 bn_select_words(r, 0 - borrow, r /* tmp < 0 */, tmp /* tmp >= 0 */, num); in bn_abs_sub_words() 178 bn_select_words(r, borrow, r /* tmp < 0 */, tmp /* tmp >= 0 */, r_len); in bn_abs_sub_part_words() 283 bn_select_words(&t[n2], neg, &t[n2 * 2], &t[n2], n2); in bn_mul_recursive() 397 bn_select_words(&t[n2], neg, &t[n2 * 2], &t[n2], n2); in bn_mul_part_recursive()
|
D | div.c | 430 bn_select_words(r, carry, a /* r < 0 */, r /* r >= 0 */, num); in bn_reduce_once() 439 bn_select_words(r, carry, r /* tmp < 0 */, tmp /* tmp >= 0 */, num); in bn_reduce_once_in_place() 449 bn_select_words(r, 0 - borrow, tmp /* r < 0 */, r /* r >= 0 */, num); in bn_mod_sub_words()
|
D | bn.c | 416 void bn_select_words(BN_ULONG *r, BN_ULONG mask, const BN_ULONG *a, in bn_select_words() function
|
D | shift.c | 189 bn_select_words(r->d, mask, tmp->d /* apply shift */, in bn_rshift_secret_shift()
|
D | internal.h | 237 void bn_select_words(BN_ULONG *r, BN_ULONG mask, const BN_ULONG *a, in OPENSSL_MSVC_PRAGMA()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | felem.c | 93 bn_select_words(out->words, mask, a->words, b->words, group->field.width); in ec_felem_select()
|
D | scalar.c | 118 bn_select_words(out->words, mask, a->words, b->words, order->width); in ec_scalar_select()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | felem.c | 93 bn_select_words(out->words, mask, a->words, b->words, group->field.width); in ec_felem_select()
|
D | scalar.c | 118 bn_select_words(out->words, mask, a->words, b->words, order->width); in ec_scalar_select()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1175 bn_select_words
|
D | BoringSSL-GRPC.podspec | 2727 '#define bn_select_words GRPC_SHADOW_bn_select_words',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1203 #define bn_select_words GRPC_SHADOW_bn_select_words macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2839 #define bn_select_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_select_words) macro
|