Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/security/keys/
Dtrusted-encrypted.rst27 keyctl add trusted name "new keylen [options]" ring
28 keyctl add trusted name "load hex_blob [pcrlock=pcrnum]" ring
29 keyctl update key "update [options]"
30 keyctl print keyid
52 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
72 keyctl add encrypted name "new [format] key-type:master-key-name keylen"
74 keyctl add encrypted name "load hex_blob" ring
75 keyctl update keyid "update key-type:master-key-name"
87 $ keyctl add trusted kmk "new 32" @u
90 $ keyctl show
[all …]
Decryptfs.rst29 commands 'keyctl print' or 'keyctl pipe' does not contain the overall
42 keyctl add encrypted name "new ecryptfs key-type:master-key-name keylen" ring
43 keyctl add encrypted name "load hex_blob" ring
44 keyctl update keyid "update key-type:master-key-name"
58 $ keyctl add encrypted 1000100010001000 "new ecryptfs user:test 64" @u
61 $ keyctl print 19184530
67 $ keyctl pipe 19184530 > ecryptfs.blob
Dcore.rst357 request_key and keyctl. The latter provides a number of functions for
439 The keyctl syscall functions are:
443 key_serial_t keyctl(KEYCTL_GET_KEYRING_ID, key_serial_t id,
456 key_serial_t keyctl(KEYCTL_JOIN_SESSION_KEYRING, const char *name);
474 long keyctl(KEYCTL_UPDATE, key_serial_t key, const void *payload,
488 long keyctl(KEYCTL_REVOKE, key_serial_t key);
497 long keyctl(KEYCTL_CHOWN, key_serial_t key, uid_t uid, gid_t gid);
510 long keyctl(KEYCTL_SETPERM, key_serial_t key, key_perm_t perm);
521 long keyctl(KEYCTL_DESCRIBE, key_serial_t key, char *buffer,
550 long keyctl(KEYCTL_CLEAR, key_serial_t keyring);
[all …]
/Linux-v4.19/Documentation/crypto/
Dasymmetric-keys.txt64 keyctl search @s asymmetric id:5acc2142
75 keyctl search @s asymmetric tpm:5acc2142
368 root_id=`keyctl add keyring root-certs "" @s`
369 keyctl padd asymmetric "" $root_id < root1.cert
370 keyctl padd asymmetric "" $root_id < root2.cert
373 chain_id=`keyctl add keyring chain "" @s`
374 keyctl restrict_keyring $chain_id asymmetric key_or_keyring:$root_id:chain
378 keyctl padd asymmetric "" $chain_id < intermediateA.cert
379 keyctl padd asymmetric "" $chain_id < intermediateB.cert
380 keyctl padd asymmetric "" $chain_id < end-entity.cert
[all …]
/Linux-v4.19/Documentation/
Ddigsig.txt87 Here is example output of the keyctl utility::
89 $ keyctl show
99 $ keyctl list 128198054
/Linux-v4.19/security/keys/
DMakefile13 keyctl.o \
Dcompat.c59 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
Dkeyctl.c1637 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
/Linux-v4.19/kernel/
Dsys_ni.c253 COND_SYSCALL(keyctl);
254 COND_SYSCALL_COMPAT(keyctl);
/Linux-v4.19/Documentation/filesystems/
Decryptfs.txt57 keyctl clear @u
Dafs.txt210 and cell, eg: "afs@<cellname>". This can be viewed with the keyctl program or
213 [root@andromeda ~]# keyctl show
/Linux-v4.19/Documentation/ABI/testing/
Devm16 keyring using keyctl, and EVM is then enabled by
/Linux-v4.19/Documentation/admin-guide/
Dmodule-signing.rst200 keyctl padd asymmetric "" [.builtin_trusted_keys-ID] <[key-file]
204 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
/Linux-v4.19/Documentation/networking/
Ddns_resolver.txt115 "keyctl read/print/pipe".
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h279 COMPAT_SYS(keyctl)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S364 ENTRY_COMP(keyctl)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl261 250 common keyctl __x64_sys_keyctl
Dsyscall_32.tbl302 288 i386 keyctl sys_keyctl __ia32_compat_sys_keyctl
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl261 250 common keyctl __x64_sys_keyctl
/Linux-v4.19/Documentation/filesystems/caching/
Dfscache.txt386 keyctl add user fscache:objlist <restrictions> @s
408 keyctl add user fscache:objlist KB @s
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl328 311 common keyctl sys_keyctl
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl289 280 common keyctl sys_keyctl compat_sys_keyctl
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl289 280 common keyctl sys_keyctl compat_sys_keyctl
/Linux-v4.19/
DMAINTAINERS8139 F: include/linux/keyctl.h
8140 F: include/uapi/linux/keyctl.h