Lines Matching refs:BN_GF2m_add
732 if (!(TEST_true(BN_GF2m_add(c, a, b)) in test_gf2m_add()
737 if (!(TEST_true(BN_GF2m_add(c, c, c)) in test_gf2m_add()
772 && TEST_true(BN_GF2m_add(d, a, c)) in test_gf2m_mod()
818 && TEST_true(BN_GF2m_add(f, a, d)) in test_gf2m_mul()
821 && TEST_true(BN_GF2m_add(f, e, g)) in test_gf2m_mul()
822 && TEST_true(BN_GF2m_add(f, f, h)) in test_gf2m_mul()
866 && TEST_true(BN_GF2m_add(d, c, d)) in test_gf2m_sqr()
1001 && TEST_true(BN_GF2m_add(f, e, f)) in test_gf2m_modexp()
1046 && TEST_true(BN_GF2m_add(f, c, e)) in test_gf2m_modsqrt()
1090 && TEST_true(BN_GF2m_add(d, c, d)) in test_gf2m_modsolvequad()
1092 && TEST_true(BN_GF2m_add(e, e, d)) in test_gf2m_modsolvequad()