Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h599 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in OPENSSL_MSVC_PRAGMA()
Dmontgomery.c494 bn_mul_small(tmp, 2 * num, a, num, b, num); in bn_mod_mul_montgomery_small()
Dmul.c660 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.cc462 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/
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