Home | History | Annotate | Download | only in bn

Lines Matching refs:BN_mul

284   ASSERT_TRUE(BN_mul(ret.get(), a.get(), two.get(), ctx));
358 ASSERT_TRUE(BN_mul(ret.get(), a.get(), a.get(), ctx));
430 ASSERT_TRUE(BN_mul(ret.get(), a.get(), b.get(), ctx));
495 ASSERT_TRUE(BN_mul(ret.get(), quotient.get(), b.get(), ctx));
1218 // Test that BN_mul never gives negative zero.
1222 ASSERT_TRUE(BN_mul(c.get(), a.get(), b.get(), ctx()));