Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c58 u_int expected_status, expected_match; in check() local
81 expected_match = expected->l.match; in check()
84 expected_match |= expected->x; \ in check()
124 ASSERT_U_INT_EQ(l->match, expected_match); in check()