Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/request_key/
Drequest_key03.c52 static char *opt_bug; variable
55 {"b:", &opt_bug, "-b Bug to test for (cve-2017-15299 or cve-2017-15951; default is both)"},
150 info_only = (opt_bug && strcmp(opt_bug, "cve-2017-15299") != 0); in test_with_key_type()
164 info_only = (opt_bug && strcmp(opt_bug, "cve-2017-15951") != 0); in test_with_key_type()