Home
last modified time | relevance | path

Searched refs:KEYCTL_UNLINK (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/cve/
H A 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/
H A Dkeyctl.h123 #ifndef KEYCTL_UNLINK
124 # define KEYCTL_UNLINK 9 macro
/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl03.c35 TEST(keyctl(KEYCTL_UNLINK, key, KEY_SPEC_SESSION_KEYRING)); in do_test()
/third_party/ltp/testcases/kernel/watchqueue/
H A Dwqueue02.c35 keyctl(KEYCTL_UNLINK, key, KEY_SPEC_SESSION_KEYRING); in run()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3099 pub const KEYCTL_UNLINK: u32 = 9; consts

Completed in 13 milliseconds