Searched refs:bn_mul_small (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 494 bn_mul_small(tmp, 2 * num, a, num, b, num); in bn_mod_mul_montgomery_small()
|
D | internal.h | 633 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in OPENSSL_MSVC_PRAGMA()
|
D | mul.c | 536 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() function
|
D | bn_test.cc | 464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare() 532 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, b_words.get(), in TestProduct() 673 bn_mul_small(prod_words.get(), m_width * 2, a_words.get(), m_width, in TestModMul()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 494 bn_mul_small(tmp, 2 * num, a, num, b, num); in bn_mod_mul_montgomery_small()
|
D | internal.h | 651 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in OPENSSL_MSVC_PRAGMA()
|
D | mul.c | 536 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() function
|
D | bn_test.cc | 464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare() 532 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, b_words.get(), in TestProduct() 673 bn_mul_small(prod_words.get(), m_width * 2, a_words.get(), m_width, in TestModMul()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1165 bn_mul_small
|
D | BoringSSL-GRPC.podspec | 2717 '#define bn_mul_small GRPC_SHADOW_bn_mul_small',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1193 #define bn_mul_small GRPC_SHADOW_bn_mul_small macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2825 #define bn_mul_small BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_mul_small) macro
|