Lines Matching refs:EcMul
852 EcMul(this->efq2, this->efq_a, this->efq_b, this->efq_r)); in TEST_F()
854 EcMul(this->efq, this->efq2_a, this->efq_b, this->efq_r)); in TEST_F()
856 EcMul(this->efq, this->efq_a, this->efq2_b, this->efq_r)); in TEST_F()
858 EcMul(this->efq, this->efq_a, this->efq_b, this->efq2_r)); in TEST_F()
862 EcMul(nullptr, this->efq_a, this->efq_b, this->efq_r)); in TEST_F()
864 EcMul(this->efq, nullptr, this->efq_b, this->efq_r)); in TEST_F()
866 EcMul(this->efq, this->efq_a, nullptr, this->efq_r)); in TEST_F()
868 EcMul(this->efq, this->efq_a, this->efq_b, nullptr)); in TEST_F()
873 EcMul(this->efq, this->efq_a, this->efq_identity, this->efq_r)); in TEST_F()
879 EcMul(this->efq, this->efq_identity, this->efq_a, this->efq_r)); in TEST_F()
888 EcMul(this->efq, this->efq_a, this->efq_b, this->efq_r)); in TEST_F()
896 EcMul(this->efq2, this->efq2_a, this->efq2_identity, this->efq2_r)); in TEST_F()
902 EcMul(this->efq2, this->efq2_identity, this->efq2_a, this->efq2_r)); in TEST_F()
910 EcMul(this->efq2, this->efq2_a, this->efq2_b, this->efq2_r)); in TEST_F()