Searched refs:keyctl (Results 1 – 25 of 83) sorted by relevance
1234
/external/ltp/testcases/kernel/security/mmc_security/ |
D | change_password.sh | 46 keyid=$(keyctl request mmc "mmc:key") 68 if ! keyctl update $keyid "$oldpasswd$newpasswd"; then 75 keyctl clear -3
|
D | remove_password.sh | 48 keyid=$(keyctl request mmc "mmc:key") 59 keyctl clear -3
|
D | README | 36 keyctl request2 mmc mmc:key unlock 40 keyctl request2 mmc mmc:key assign
|
D | ask_password.sh | 55 if ! keyctl instantiate $1 "$passwd" $2 >/dev/null 2>&1; then
|
D | assign_password.sh | 60 if ! keyctl instantiate $1 "$newpasswd" $2 >/dev/null 2>&1; then
|
D | force_erase.sh | 70 keyctl clear -3
|
/external/ltp/testcases/commands/keyctl/ |
D | keyctl01.sh | 71 keyctl request2 user debug:fred negate @t >temp 2>&1 77 local key=`keyctl show | awk '/debug:fred/ {print $1}'` 79 keyctl unlink $key @s >/dev/null
|
/external/ltp/testcases/kernel/syscalls/keyctl/ |
D | keyctl02.c | 60 keyctl(KEYCTL_READ, key, buffer, 4); in do_read() 69 keyctl(KEYCTL_REVOKE, key); in do_revoke()
|
D | keyctl03.c | 51 TEST(keyctl(KEYCTL_UNLINK, key, KEY_SPEC_SESSION_KEYRING)); in do_test()
|
/external/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key02.c | 85 if (keyctl(cmd, n) == -1) { in init_key() 91 if (keyctl(cmd, n, sec) == -1) { in init_key()
|
/external/e2fsprogs/misc/ |
D | e4crypt.c | 80 static long keyctl(int cmd, ...) in keyctl() function 526 return keyctl(KEYCTL_GET_KEYRING_ID, in get_keyring_id() 535 if (keyctl(KEYCTL_DESCRIBE, x, NULL, 0) < 0) in get_keyring_id() 572 rc = keyctl(KEYCTL_SEARCH, keyring_id, EXT2FS_KEY_TYPE_LOGON, in insert_key_into_keyring() 805 keyid = keyctl(KEYCTL_JOIN_SESSION_KEYRING, NULL); in do_new_session() 810 ret = keyctl(KEYCTL_SESSION_TO_PARENT, NULL); in do_new_session()
|
/external/f2fs-tools/tools/ |
D | f2fscrypt.c | 125 static long keyctl(int cmd, ...) in keyctl() function 566 return keyctl(KEYCTL_GET_KEYRING_ID, in get_keyring_id() 575 if (keyctl(KEYCTL_DESCRIBE, x, NULL, 0) < 0) in get_keyring_id() 612 rc = keyctl(KEYCTL_SEARCH, keyring_id, F2FS_KEY_TYPE_LOGON, in insert_key_into_keyring() 844 keyid = keyctl(KEYCTL_JOIN_SESSION_KEYRING, NULL); in do_new_session() 849 ret = keyctl(KEYCTL_SESSION_TO_PARENT, NULL); in do_new_session()
|
/external/ltp/m4/ |
D | ltp-keyctl.m4 | 24 AC_CHECK_HEADERS([linux/keyctl.h])
|
/external/ltp/testcases/kernel/include/ |
D | aarch64.in | 221 keyctl 219
|
D | ia64.in | 242 keyctl 1273
|
D | x86_64.in | 250 keyctl 250
|
D | s390.in | 200 keyctl 280
|
D | sparc.in | 285 keyctl 283
|
D | s390x.in | 200 keyctl 280
|
D | sparc64.in | 261 keyctl 283
|
D | i386.in | 283 keyctl 288
|
D | powerpc.in | 267 keyctl 271
|
D | powerpc64.in | 267 keyctl 271
|
D | sh.in | 310 keyctl 315
|
/external/strace/tests/ |
D | pure_executables.am | 125 keyctl \
|
1234