Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c4054 FILE *proc_key_fd = NULL; in verity_test_optional_sigs() local
4071 TEST(proc_key_fd = fopen("/proc/keys", "r"), proc_key_fd != NULL); in verity_test_optional_sigs()
4072 while (getline(&line, &read, proc_key_fd) != -1) in verity_test_optional_sigs()
4125 fclose(proc_key_fd); in verity_test_optional_sigs()