Home
last modified time | relevance | path

Searched refs:bn_mul_small (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c494 bn_mul_small(tmp, 2 * num, a, num, b, num); in bn_mod_mul_montgomery_small()
Dinternal.h633 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in OPENSSL_MSVC_PRAGMA()
Dmul.c536 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() function
Dbn_test.cc464 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/
Dmontgomery.c494 bn_mul_small(tmp, 2 * num, a, num, b, num); in bn_mod_mul_montgomery_small()
Dinternal.h651 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in OPENSSL_MSVC_PRAGMA()
Dmul.c536 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() function
Dbn_test.cc464 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/
Dgrpc_shadow_boringssl_symbol_list1165 bn_mul_small
DBoringSSL-GRPC.podspec2717 '#define bn_mul_small GRPC_SHADOW_bn_mul_small',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1193 #define bn_mul_small GRPC_SHADOW_bn_mul_small macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2825 #define bn_mul_small BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_mul_small) macro