Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kcmp/
Dkcmp_test.c29 const char kpath[] = "kcmp-test-file"; in main() local
34 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644); in main()
52 fd2 = open(kpath, O_RDWR, 0644); in main()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c349 const char *kex = NULL, *kpath = NULL, *data_path = NULL; in main() local
387 kpath = optarg; in main()
411 if (kpath == NULL) in main()
413 if ((fd = open(kpath, O_RDONLY)) == -1) in main()
414 err(1, "open %s", kpath); in main()
417 errx(1, "Unable to load key %s: %s", kpath, ssh_err(r)); in main()