Searched refs:keyctl (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 24 keyctl add trusted name "new keylen [options]" ring 25 keyctl add trusted name "load hex_blob [pcrlock=pcrnum]" ring 26 keyctl update key "update [options]" 27 keyctl print keyid 42 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard 61 keyctl add encrypted name "new [format] key-type:master-key-name keylen" 63 keyctl add encrypted name "load hex_blob" ring 64 keyctl update keyid "update key-type:master-key-name" 74 $ keyctl add trusted kmk "new 32" @u 77 $ keyctl show [all …]
|
D | keys-ecryptfs.txt | 27 commands 'keyctl print' or 'keyctl pipe' does not contain the overall 39 keyctl add encrypted name "new ecryptfs key-type:master-key-name keylen" ring 40 keyctl add encrypted name "load hex_blob" ring 41 keyctl update keyid "update key-type:master-key-name" 53 $ keyctl add encrypted 1000100010001000 "new ecryptfs user:test 64" @u 56 $ keyctl print 19184530 62 $ keyctl pipe 19184530 > ecryptfs.blob
|
D | keys.txt | 372 request_key and keyctl. The latter provides a number of functions for 454 The keyctl syscall functions are: 458 key_serial_t keyctl(KEYCTL_GET_KEYRING_ID, key_serial_t id, 471 key_serial_t keyctl(KEYCTL_JOIN_SESSION_KEYRING, const char *name); 489 long keyctl(KEYCTL_UPDATE, key_serial_t key, const void *payload, 503 long keyctl(KEYCTL_REVOKE, key_serial_t key); 512 long keyctl(KEYCTL_CHOWN, key_serial_t key, uid_t uid, gid_t gid); 525 long keyctl(KEYCTL_SETPERM, key_serial_t key, key_perm_t perm); 536 long keyctl(KEYCTL_DESCRIBE, key_serial_t key, char *buffer, 565 long keyctl(KEYCTL_CLEAR, key_serial_t keyring); [all …]
|
/linux-4.4.14/Documentation/ |
D | digsig.txt | 78 Here is example output of the keyctl utility. 80 $ keyctl show 90 $ keyctl list 128198054
|
D | module-signing.txt | 194 keyctl padd asymmetric "" [.system_keyring-ID] <[key-file] 198 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
|
/linux-4.4.14/security/keys/ |
D | Makefile | 12 keyctl.o \
|
D | compat.c | 59 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
|
D | keyctl.c | 1553 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | evm | 12 The key is loaded onto the root's keyring using keyctl. Until
|
/linux-4.4.14/Documentation/filesystems/ |
D | ecryptfs.txt | 57 keyctl clear @u
|
D | afs.txt | 194 and cell, eg: "afs@<cellname>". This can be viewed with the keyctl program or 197 [root@andromeda ~]# keyctl show
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 364 ENTRY_SAME(keyctl)
|
/linux-4.4.14/Documentation/networking/ |
D | dns_resolver.txt | 115 "keyctl read/print/pipe".
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 63 keyctl search @s asymmetric id:5acc2142 74 keyctl search @s asymmetric tpm:5acc2142
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 278 COMPAT_SYS(keyctl)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 259 250 common keyctl sys_keyctl
|
D | syscall_32.tbl | 297 288 i386 keyctl sys_keyctl
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 386 keyctl add user fscache:objlist <restrictions> @s 408 keyctl add user fscache:objlist KB @s
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 228 header-y += keyctl.h
|