Lines Matching refs:expect
694 const char *expect; variable
723 expect = test->rfc ? test->rfc : test->openssl;
727 if(strcmp(buf, expect) != 0) {
730 test->id, buf, expect);
736 expect = test->openssl ? test->openssl : test->rfc;
742 if(memcmp(expect, "EDH-", 4) == 0)
743 expect = (char *) memcpy(strcpy(alt, expect), "DHE-", 4);
744 if(memcmp(expect + 4, "EDH-", 4) == 0)
745 expect = (char *) memcpy(strcpy(alt, expect) + 4, "DHE-", 4) - 4;
748 if(strcmp(buf, expect) != 0) {
751 test->id, buf, expect);