/external/rust/crates/quiche/deps/boringssl/src/fuzz/ |
D | bn_mod_exp.cc | 46 if (!BN_mul(r, r, base.get(), ctx) || !BN_nnmod(r, r, m, ctx)) { in mod_exp() 51 !BN_mul(base.get(), base.get(), base.get(), ctx) || in mod_exp()
|
D | bn_div.cc | 64 CHECK(BN_mul(result.get(), result.get(), divisor.get(), ctx.get())); in LLVMFuzzerTestOneInput()
|
/external/vboot_reference/host/lib/ |
D | util_misc.c | 99 BN_mul(RRTemp, RR, R, bn_ctx); in vb_keyb_from_rsa()
|
/external/vboot_reference/utility/ |
D | dumpRSAPublicKey.c | 93 BN_mul(RRTemp, RR, R, bn_ctx); in output()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | exponentiation.c | 159 if (!BN_mul(rr, rr, v, ctx)) { in BN_exp() 304 if (!BN_mul(b, a, &(recp->Nr), ctx)) { in BN_div_recp() 312 if (!BN_mul(b, &(recp->N), d, ctx)) { in BN_div_recp() 361 if (!BN_mul(a, x, y, ctx)) { in BN_mod_mul_reciprocal()
|
D | bn_test.cc | 316 ASSERT_TRUE(BN_mul(ret.get(), a.get(), two.get(), ctx)); in TestLShift1() 422 ASSERT_TRUE(BN_mul(ret.get(), a.get(), a.get(), ctx)); in TestSquare() 494 ASSERT_TRUE(BN_mul(ret.get(), a.get(), b.get(), ctx)); in TestProduct() 559 ASSERT_TRUE(BN_mul(ret.get(), quotient.get(), b.get(), ctx)); in TestQuotient() 1455 ASSERT_TRUE(BN_mul(c.get(), a.get(), b.get(), ctx())); in TEST_F()
|
D | mul.c | 516 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in BN_mul() function
|
D | div.c | 647 if (!BN_mul(t, a, b, ctx)) { in BN_mod_mul()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | exponentiation.c | 159 if (!BN_mul(rr, rr, v, ctx)) { in BN_exp() 304 if (!BN_mul(b, a, &(recp->Nr), ctx)) { in BN_div_recp() 312 if (!BN_mul(b, &(recp->N), d, ctx)) { in BN_div_recp() 361 if (!BN_mul(a, x, y, ctx)) { in BN_mod_mul_reciprocal()
|
D | bn_test.cc | 316 ASSERT_TRUE(BN_mul(ret.get(), a.get(), two.get(), ctx)); in TestLShift1() 422 ASSERT_TRUE(BN_mul(ret.get(), a.get(), a.get(), ctx)); in TestSquare() 494 ASSERT_TRUE(BN_mul(ret.get(), a.get(), b.get(), ctx)); in TestProduct() 559 ASSERT_TRUE(BN_mul(ret.get(), quotient.get(), b.get(), ctx)); in TestQuotient() 1455 ASSERT_TRUE(BN_mul(c.get(), a.get(), b.get(), ctx())); in TEST_F()
|
D | mul.c | 516 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in BN_mul() function
|
D | div.c | 648 if (!BN_mul(t, a, b, ctx)) { in BN_mod_mul()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/ |
D | TpmToOsslMath.c | 237 VERIFY(BN_mul(bnTemp, bnOp1, bnOp2, CTX)); in BnModMult() 266 VERIFY(BN_mul(bnTemp, bnA, bnB, CTX)); in BnMult()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bn.h | 394 OPENSSL_EXPORT int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 394 OPENSSL_EXPORT int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 774 BN_mul
|
D | BoringSSL-GRPC.podspec | 2326 '#define BN_mul GRPC_SHADOW_BN_mul',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 802 #define BN_mul GRPC_SHADOW_BN_mul macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 956 #define BN_mul BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mul) macro
|