Lines Matching refs:EcExp
920 EcExp(this->efq2, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
922 EcExp(this->efq, this->efq2_a, &zero_bn_str, this->efq_r)); in TEST_F()
924 EcExp(this->efq, this->efq_a, &zero_bn_str, this->efq2_r)); in TEST_F()
929 EcExp(nullptr, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
931 EcExp(this->efq, nullptr, &zero_bn_str, this->efq_r)); in TEST_F()
933 EcExp(this->efq, this->efq_a, nullptr, this->efq_r)); in TEST_F()
935 EcExp(this->efq, this->efq_a, &zero_bn_str, nullptr)); in TEST_F()
941 EcExp(this->efq, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
949 EcExp(this->efq, this->efq_a, &this->x_str, this->efq_r)); in TEST_F()
958 EcExp(this->efq2, this->efq2_a, &zero_bn_str, this->efq2_r)); in TEST_F()
966 EcExp(this->efq2, this->efq2_a, &this->x_str, this->efq2_r)); in TEST_F()