Home
last modified time | relevance | path

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

12

/kernel/linux/build/test/kernel_ltp/syscalls/keyctl/
DBUILD.gn19 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl01.c" ]
24 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl02.c" ]
29 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl03.c" ]
34 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl04.c" ]
39 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl05.c" ]
44 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl06.c" ]
49 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl07.c" ]
54 sources = [ "//third_party/ltp/testcases/kernel/syscalls/keyctl/keyctl08.c" ]
/kernel/linux/linux-5.10/Documentation/security/keys/
Dtrusted-encrypted.rst49 keyctl add trusted name "new keylen [options]" ring
50 keyctl add trusted name "load hex_blob [pcrlock=pcrnum]" ring
51 keyctl update key "update [options]"
52 keyctl print keyid
76 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
96 keyctl add encrypted name "new [format] key-type:master-key-name keylen"
98 keyctl add encrypted name "load hex_blob" ring
99 keyctl update keyid "update key-type:master-key-name"
117 $ keyctl add trusted kmk "new 32" @u
120 $ 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
443 The keyctl syscall functions are:
447 key_serial_t keyctl(KEYCTL_GET_KEYRING_ID, key_serial_t id,
460 key_serial_t keyctl(KEYCTL_JOIN_SESSION_KEYRING, const char *name);
478 long keyctl(KEYCTL_UPDATE, key_serial_t key, const void *payload,
492 long keyctl(KEYCTL_REVOKE, key_serial_t key);
501 long keyctl(KEYCTL_CHOWN, key_serial_t key, uid_t uid, gid_t gid);
514 long keyctl(KEYCTL_SETPERM, key_serial_t key, key_perm_t perm);
525 long keyctl(KEYCTL_DESCRIBE, key_serial_t key, char *buffer,
554 long keyctl(KEYCTL_CLEAR, key_serial_t keyring);
[all …]
/kernel/linux/build/test/kernel_ltp/syscalls/
DBUILD.gn268 "keyctl:keyctl01",
269 "keyctl:keyctl02",
270 "keyctl:keyctl03",
271 "keyctl:keyctl04",
272 "keyctl:keyctl05",
273 "keyctl:keyctl06",
274 "keyctl:keyctl07",
275 "keyctl:keyctl08",
/kernel/linux/linux-5.10/Documentation/crypto/
Dasymmetric-keys.rst64 keyctl search @s asymmetric id:5acc2142
75 keyctl search @s asymmetric tpm:5acc2142
379 root_id=`keyctl add keyring root-certs "" @s`
380 keyctl padd asymmetric "" $root_id < root1.cert
381 keyctl padd asymmetric "" $root_id < root2.cert
384 chain_id=`keyctl add keyring chain "" @s`
385 keyctl restrict_keyring $chain_id asymmetric key_or_keyring:$root_id:chain
389 keyctl padd asymmetric "" $chain_id < intermediateA.cert
390 keyctl padd asymmetric "" $chain_id < intermediateB.cert
391 keyctl padd asymmetric "" $chain_id < end-entity.cert
[all …]
/kernel/linux/linux-5.10/Documentation/security/
Ddigsig.rst87 Here is example output of the keyctl utility::
89 $ keyctl show
99 $ keyctl list 128198054
/kernel/linux/linux-5.10/security/keys/
DMakefile13 keyctl.o \
Dcompat.c17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
/kernel/linux/linux-5.10/kernel/
Dsys_ni.c264 COND_SYSCALL(keyctl);
265 COND_SYSCALL_COMPAT(keyctl);
/kernel/linux/linux-5.10/Documentation/filesystems/
Decryptfs.rst63 keyctl clear @u
Dafs.rst204 and cell, eg: "afs@<cellname>". This can be viewed with the keyctl program or
207 [root@andromeda ~]# keyctl show
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Devm16 keyring using keyctl, and EVM is then enabled by
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dmodule-signing.rst200 keyctl padd asymmetric "" [.builtin_trusted_keys-ID] <[key-file]
204 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
/kernel/linux/linux-5.10/Documentation/networking/
Ddns_resolver.rst115 "keyctl read/print/pipe".
/kernel/linux/linux-5.10/samples/
DKconfig217 sb_notify() syscalls and the KEYCTL_WATCH_KEY keyctl() function.
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl252 241 n64 keyctl sys_keyctl
Dsyscall_n32.tbl256 245 n32 keyctl compat_sys_keyctl
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl261 249 common keyctl sys_keyctl
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dfscache.rst498 keyctl add user fscache:objlist <restrictions> @s
524 keyctl add user fscache:objlist KB @s
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl280 258 common keyctl sys_keyctl
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl261 250 common keyctl sys_keyctl
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl261 250 common keyctl sys_keyctl
/kernel/linux/linux-5.10/arch/arm/tools/
Dsyscall.tbl328 311 common keyctl sys_keyctl
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl298 288 common keyctl sys_keyctl

12