/prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
keyctl.h | 46 #define KEYCTL_REVOKE 3
|
/external/ltp/testcases/kernel/syscalls/request_key/ |
request_key02.c | 84 if (cmd == KEYCTL_REVOKE) { 105 key2 = init_key("ltp2", KEYCTL_REVOKE);
|
/external/ltp/testcases/kernel/syscalls/keyctl/ |
keyctl01.c | 92 ret = ltp_syscall(__NR_keyctl, KEYCTL_REVOKE, ne_key); 95 "KEYCTL_REVOKE succeeded unexpectedly"); 100 "KEYCTL_REVOKE got expected " 104 "KEYCTL_REVOKE got unexpected "
|
keyctl02.c | 21 * keyctl_revoke(), if the revoke happens between keyctl_read() 69 keyctl(KEYCTL_REVOKE, key);
|
/system/core/libkeyutils/ |
keyutils.cpp | 56 long keyctl_revoke(key_serial_t id) { function 57 return keyctl(KEYCTL_REVOKE, id);
|
/external/strace/ |
keyctl.c | 301 case KEYCTL_REVOKE:
|
/external/strace/tests/ |
keyctl.c | 370 /* KEYCTL_REVOKE */ 371 do_keyctl(ARG_STR(KEYCTL_REVOKE), 373 do_keyctl(ARG_STR(KEYCTL_REVOKE), 375 do_keyctl(ARG_STR(KEYCTL_REVOKE), 377 do_keyctl(ARG_STR(KEYCTL_REVOKE),
|
/external/strace/tests-m32/ |
keyctl.c | 370 /* KEYCTL_REVOKE */ 371 do_keyctl(ARG_STR(KEYCTL_REVOKE), 373 do_keyctl(ARG_STR(KEYCTL_REVOKE), 375 do_keyctl(ARG_STR(KEYCTL_REVOKE), 377 do_keyctl(ARG_STR(KEYCTL_REVOKE),
|
/external/strace/tests-mx32/ |
keyctl.c | 370 /* KEYCTL_REVOKE */ 371 do_keyctl(ARG_STR(KEYCTL_REVOKE), 373 do_keyctl(ARG_STR(KEYCTL_REVOKE), 375 do_keyctl(ARG_STR(KEYCTL_REVOKE), 377 do_keyctl(ARG_STR(KEYCTL_REVOKE),
|