Searched refs:expected2 (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | sm3_internal_test.c | 52 static const unsigned char expected2[SM3_DIGEST_LENGTH] = { in test_sm3() local 71 || !TEST_mem_eq(md2, SM3_DIGEST_LENGTH, expected2, SM3_DIGEST_LENGTH)) in test_sm3()
|
| H A D | evp_extra_test.c | 5202 const unsigned char *expected2; member 5300 if (!TEST_mem_eq(t->expected2, t->expectedlen2, outbuf, outlen1 + outlen2)) { in test_gcm_reinit()
|
| /src/tests/sys/capsicum/ |
| H A D | capsicum-test.h | 235 #define EXPECT_PID_REACHES_STATES(pid, expected1, expected2) { \ argument 240 if (state == expected1 || state == expected2) break; \ 243 EXPECT_TRUE(state == expected1 || state == expected2) \
|
| /src/usr.bin/rpcgen/ |
| H A D | rpc_util.h | 176 void expected2(tok_kind exp1, tok_kind exp2);
|
| H A D | rpc_util.c | 294 expected2(tok_kind exp1, tok_kind exp2) in expected2() function
|
| H A D | rpc_scan.c | 81 expected2(expect1, expect2); in scan2()
|
| /src/contrib/expat/tests/ |
| H A D | basic_tests.c | 3871 const XML_Char *expected2 = XCS("HiHo"); in START_TEST() local 3889 CharData_CheckXMLChars(&storage, expected2); in START_TEST()
|