Home
last modified time | relevance | path

Searched refs:expected2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dsm3_internal_test.c52 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 Devp_extra_test.c4169 const unsigned char *expected2; member
4271 if (!TEST_mem_eq(t->expected2, t->expectedlen2, outbuf, outlen1 + outlen2)) { in test_gcm_reinit()
/freebsd/contrib/capsicum-test/
H A Dcapsicum-test.h235 #define EXPECT_PID_REACHES_STATES(pid, expected1, expected2) { \ argument
240 if (state == expected1 || state == expected2) break; \
243 EXPECT_TRUE(state == expected1 || state == expected2) \
/freebsd/usr.bin/rpcgen/
H A Drpc_util.h176 void expected2(tok_kind exp1, tok_kind exp2);
H A Drpc_scan.c81 expected2(expect1, expect2); in scan2()
H A Drpc_util.c294 expected2(tok_kind exp1, tok_kind exp2) in expected2() function
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c3743 const XML_Char *expected2 = XCS("HiHo"); in START_TEST()
3761 CharData_CheckXMLChars(&storage, expected2); in START_TEST()
3734 const XML_Char *expected2 = XCS("HiHo"); START_TEST() local