Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dsm3_internal_test.c31 static const unsigned char expected1[SM3_DIGEST_LENGTH] = { in test_sm3() local
65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH)) in test_sm3()
H A Devp_extra_test.c5201 const unsigned char *expected1; member
5266 if (!TEST_mem_eq(t->expected1, t->expectedlen1, outbuf, outlen1 + outlen2)) { in test_gcm_reinit()
/src/tests/sys/capsicum/
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) \
/src/usr.bin/rpcgen/
H A Drpc_util.h175 void expected1(tok_kind exp1);
H A Drpc_util.c283 expected1(tok_kind exp1) in expected1() function
H A Drpc_scan.c69 expected1(expect); in scan()
/src/contrib/expat/tests/
H A Dbasic_tests.c3870 const XML_Char *expected1 = XCS("Hi"); in START_TEST() local
3886 CharData_CheckXMLChars(&storage, expected1); in START_TEST()