Home
last modified time | relevance | path

Searched refs:KEYCTL_UPDATE (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/include/lapi/
Dkeyctl.h107 #ifndef KEYCTL_UPDATE
108 # define KEYCTL_UPDATE 2 macro
/third_party/ltp/testcases/kernel/syscalls/keyctl/
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/cve/
Dcve-2016-7042.c37 if (keyctl(KEYCTL_UPDATE, key, "b", 1)) in do_test()