Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dcgroup_iter.c25 static char expected_output[64]; variable
83 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter()
132 snprintf(expected_output, sizeof(expected_output), in test_walk_preorder()
143 snprintf(expected_output, sizeof(expected_output), in test_walk_postorder()
157 snprintf(expected_output, sizeof(expected_output), in test_walk_ancestors_up()
173 snprintf(expected_output, sizeof(expected_output), in test_early_termination()
185 snprintf(expected_output, sizeof(expected_output), in test_walk_self_only()
/linux-6.1.9/crypto/
Dtestmgr.c669 const char *expected_output, in verify_correct_output() argument
693 if (memcmp(expected_output, actual_output, len) != 0) in verify_correct_output()
699 expected_output += len; in verify_correct_output()