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

/freebsd-current/crypto/openssl/test/
H A Dsm3_internal_test.c31 static const unsigned char expected1[SM3_DIGEST_LENGTH] = { local
65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH))
H A Devp_extra_test.c4123 const unsigned char *expected1; member in struct:__anon105
4192 if (!TEST_mem_eq(t->expected1, t->expectedlen1, outbuf, outlen1 + outlen2)) {
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-test.h235 #define EXPECT_PID_REACHES_STATES(pid, expected1, expected2) { \
240 if (state == expected1 || state == expected2) break; \
243 EXPECT_TRUE(state == expected1 || state == expected2) \
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.h175 void expected1(tok_kind exp1);
H A Drpc_scan.c69 expected1(expect);
H A Drpc_util.c283 expected1(tok_kind exp1) function
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c3635 const XML_Char *expected1 = XCS("Hi"); local
3651 CharData_CheckXMLChars(&storage, expected1);

Completed in 117 milliseconds