Searched refs:bn_to_montgomery_small (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 124 bn_to_montgomery_small(r->words, a->words, order->width, group->order_mont); in ec_scalar_to_montgomery()
|
D | ec_montgomery.c | 113 bn_to_montgomery_small(out->words, in->words, group->field.width, in ec_GFp_mont_felem_to_montgomery()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 124 bn_to_montgomery_small(r->words, a->words, order->width, group->order_mont); in ec_scalar_to_montgomery()
|
D | ec_montgomery.c | 113 bn_to_montgomery_small(out->words, in->words, group->field.width, in ec_GFp_mont_felem_to_montgomery()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 453 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in bn_to_montgomery_small() function
|
D | internal.h | 646 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in OPENSSL_MSVC_PRAGMA()
|
D | bn_test.cc | 657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul() 658 bn_to_montgomery_small(b_words.get(), b_words.get(), m_width, mont.get()); in TestModMul() 736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare() 799 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModExp()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 453 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in bn_to_montgomery_small() function
|
D | internal.h | 664 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in OPENSSL_MSVC_PRAGMA()
|
D | bn_test.cc | 657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul() 658 bn_to_montgomery_small(b_words.get(), b_words.get(), m_width, mont.get()); in TestModMul() 736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare() 799 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModExp()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1184 bn_to_montgomery_small
|
D | BoringSSL-GRPC.podspec | 2736 '#define bn_to_montgomery_small GRPC_SHADOW_bn_to_montgomery_small',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1212 #define bn_to_montgomery_small GRPC_SHADOW_bn_to_montgomery_small macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2850 #define bn_to_montgomery_small BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_to_montgomery_small) macro
|