Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dkeyctl.h115 #ifndef KEYCTL_SETPERM
116 # define KEYCTL_SETPERM 5 macro
/third_party/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl05.c124 TEST(keyctl(KEYCTL_SETPERM, keyid, KEY_POS_ALL)); in test_update_nonupdatable()
172 TEST(keyctl(KEYCTL_SETPERM, keyid, perm)); in test_update_setperm_race()
/third_party/ltp/testcases/kernel/syscalls/request_key/
Drequest_key04.c31 TEST(keyctl(KEYCTL_SETPERM, KEY_SPEC_SESSION_KEYRING, in do_test()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1168 KEYCTL_SETPERM
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3095 pub const KEYCTL_SETPERM: u32 = 5; constant