Searched refs:KEY_SPEC_PROCESS_KEYRING (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
H A D | keyctl09.c | 24 KEY_SPEC_PROCESS_KEYRING)); in do_test() 32 KEY_SPEC_PROCESS_KEYRING)); in do_test() 45 KEY_SPEC_PROCESS_KEYRING), EINVAL); in do_test() 47 keyctl(KEYCTL_CLEAR, KEY_SPEC_PROCESS_KEYRING); in do_test()
|
H A D | keyctl06.c | 27 KEY_SPEC_PROCESS_KEYRING)); in add_test_key() 40 TEST(keyctl(KEYCTL_READ, KEY_SPEC_PROCESS_KEYRING, in do_test()
|
H A D | keyctl07.c | 39 KEY_SPEC_PROCESS_KEYRING)); in try_to_read_negative_key() 49 TEST(keyctl(KEYCTL_READ, KEY_SPEC_PROCESS_KEYRING, in try_to_read_negative_key()
|
H A D | keyctl02.c | 67 KEY_SPEC_PROCESS_KEYRING); in do_test() 100 KEY_SPEC_PROCESS_KEYRING); in do_test()
|
/third_party/ltp/include/lapi/ |
H A D | keyctl.h | 68 #ifndef KEY_SPEC_PROCESS_KEYRING 69 # define KEY_SPEC_PROCESS_KEYRING -2 macro
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
H A D | add_key02.c | 49 "abc:def", NULL, tcases[i].plen, KEY_SPEC_PROCESS_KEYRING)); in verify_add_key()
|
H A D | add_key03.c | 28 KEY_SPEC_PROCESS_KEYRING)); in create_keyring()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 85 #define KEY_SPEC_PROCESS_KEYRING -2 macro 558 {"@p", 2, KEY_SPEC_PROCESS_KEYRING},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3072 pub const KEY_SPEC_PROCESS_KEYRING: i32 = -2; consts
|
Completed in 20 milliseconds