/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 87 bn_from_montgomery_small(out->words, group->order.width, words, num, in ec_scalar_reduce() 130 bn_from_montgomery_small(r->words, order->width, a->words, order->width, in ec_scalar_from_montgomery()
|
D | ec_montgomery.c | 120 bn_from_montgomery_small(out->words, group->field.width, in->words, in ec_GFp_mont_felem_from_montgomery() 162 bn_from_montgomery_small(out->words, group->field.width, words, num, in ec_GFp_mont_felem_reduce()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 87 bn_from_montgomery_small(out->words, group->order.width, words, num, in ec_scalar_reduce() 130 bn_from_montgomery_small(r->words, order->width, a->words, order->width, in ec_scalar_from_montgomery()
|
D | ec_montgomery.c | 120 bn_from_montgomery_small(out->words, group->field.width, in->words, in ec_GFp_mont_felem_from_montgomery() 162 bn_from_montgomery_small(out->words, group->field.width, words, num, in ec_GFp_mont_felem_reduce()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 458 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small() function
|
D | internal.h | 655 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in OPENSSL_MSVC_PRAGMA()
|
D | bn_test.cc | 662 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul() 675 bn_from_montgomery_small(r_words.get(), m_width, prod_words.get(), in TestModMul() 677 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul() 739 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare() 751 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare() 802 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModExp()
|
D | exponentiation.c | 735 bn_from_montgomery_small(r, num, mont->RR.d, num, mont); in bn_mod_exp_mont_small()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 458 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small() function
|
D | internal.h | 673 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in OPENSSL_MSVC_PRAGMA()
|
D | bn_test.cc | 662 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul() 675 bn_from_montgomery_small(r_words.get(), m_width, prod_words.get(), in TestModMul() 677 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul() 739 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare() 751 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare() 802 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModExp()
|
D | exponentiation.c | 735 bn_from_montgomery_small(r, num, mont->RR.d, num, mont); in bn_mod_exp_mont_small()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1139 bn_from_montgomery_small
|
D | BoringSSL-GRPC.podspec | 2691 '#define bn_from_montgomery_small GRPC_SHADOW_bn_from_montgomery_small',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1167 #define bn_from_montgomery_small GRPC_SHADOW_bn_from_montgomery_small macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2792 #define bn_from_montgomery_small BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_from_montgomery_small) macro
|