Home
last modified time | relevance | path

Searched refs:KEYCTL_UNLINK (Results 1 – 5 of 5) 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()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1171 KEYCTL_UNLINK
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3099 pub const KEYCTL_UNLINK: u32 = 9; constant