Home
last modified time | relevance | path

Searched refs:keyctl (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt24 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 …]
Dkeys-ecryptfs.txt27 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
Dkeys.txt372 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/
Ddigsig.txt78 Here is example output of the keyctl utility.
80 $ keyctl show
90 $ keyctl list 128198054
Dmodule-signing.txt194 keyctl padd asymmetric "" [.system_keyring-ID] <[key-file]
198 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
/linux-4.4.14/security/keys/
DMakefile12 keyctl.o \
Dcompat.c59 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
Dkeyctl.c1553 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
/linux-4.4.14/Documentation/ABI/testing/
Devm12 The key is loaded onto the root's keyring using keyctl. Until
/linux-4.4.14/Documentation/filesystems/
Decryptfs.txt57 keyctl clear @u
Dafs.txt194 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/
Dsyscall_table.S364 ENTRY_SAME(keyctl)
/linux-4.4.14/Documentation/networking/
Ddns_resolver.txt115 "keyctl read/print/pipe".
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt63 keyctl search @s asymmetric id:5acc2142
74 keyctl search @s asymmetric tpm:5acc2142
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h278 COMPAT_SYS(keyctl)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl259 250 common keyctl sys_keyctl
Dsyscall_32.tbl297 288 i386 keyctl sys_keyctl
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt386 keyctl add user fscache:objlist <restrictions> @s
408 keyctl add user fscache:objlist KB @s
/linux-4.4.14/include/uapi/linux/
DKbuild228 header-y += keyctl.h