Home
last modified time | relevance | path

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

/third_party/ltp/testcases/cve/
Dcve-2016-7042.c50 if (keyctl(KEYCTL_UNLINK, key, KEY_SPEC_SESSION_KEYRING)) in do_test()
63 if (key > 0 && keyctl(KEYCTL_UNLINK, key, KEY_SPEC_SESSION_KEYRING)) in cleanup()
/third_party/ltp/include/lapi/
Dkeyctl.h123 #ifndef KEYCTL_UNLINK
124 # define KEYCTL_UNLINK 9 macro
/third_party/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl03.c35 TEST(keyctl(KEYCTL_UNLINK, key, KEY_SPEC_SESSION_KEYRING)); in do_test()