Searched refs:bn_mul_small (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | internal.h | 599 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in OPENSSL_MSVC_PRAGMA()
|
D | montgomery.c | 494 bn_mul_small(tmp, 2 * num, a, num, b, num); in bn_mod_mul_montgomery_small()
|
D | mul.c | 660 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 | 462 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare() 530 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, b_words.get(), in TestProduct()
|
/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
|