Searched refs:KEYCTL_UPDATE (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | keyctl.h | 107 #ifndef KEYCTL_UPDATE 108 # define KEYCTL_UPDATE 2 macro
|
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
H A D | keyctl05.c | 132 TEST(keyctl(KEYCTL_UPDATE, keyid, payload, plen)); in test_update_nonupdatable() 181 TEST(keyctl(KEYCTL_UPDATE, keyid, payload, sizeof(payload))); in test_update_setperm_race()
|
/third_party/ltp/testcases/kernel/watchqueue/ |
H A D | wqueue01.c | 35 keyctl(KEYCTL_UPDATE, key, "b", 1); in run()
|
H A D | wqueue09.c | 47 keyctl(KEYCTL_UPDATE, key, "b", 1); in run()
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2016-7042.c | 37 if (keyctl(KEYCTL_UPDATE, key, "b", 1)) in do_test()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3092 pub const KEYCTL_UPDATE: u32 = 2; consts
|
Completed in 13 milliseconds