Home
last modified time | relevance | path

Searched refs:KEYCTL_UPDATE (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/include/lapi/
H A Dkeyctl.h107 #ifndef KEYCTL_UPDATE
108 # define KEYCTL_UPDATE 2 macro
/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl05.c132 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 Dwqueue01.c35 keyctl(KEYCTL_UPDATE, key, "b", 1); in run()
H A Dwqueue09.c47 keyctl(KEYCTL_UPDATE, key, "b", 1); in run()
/third_party/ltp/testcases/cve/
H A Dcve-2016-7042.c37 if (keyctl(KEYCTL_UPDATE, key, "b", 1)) in do_test()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3092 pub const KEYCTL_UPDATE: u32 = 2; consts

Completed in 13 milliseconds