Searched refs:keyctl (Results 1 – 25 of 68) sorted by relevance
123
| /linux/Documentation/security/keys/ |
| A D | trusted-encrypted.rst | 148 keyctl update key "update [options]" 149 keyctl print keyid 185 keyctl print keyid 224 $ keyctl show 230 $ keyctl print 440502848 240 $ keyctl pipe 440502848 > kmk.blob 247 $ keyctl print 268728824 260 $ keyctl print 268728824 289 $ keyctl print 159771175 294 $ keyctl pipe 159771175 > evm.blob [all …]
|
| A D | ecryptfs.rst | 29 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
|
| A D | core.rst | 443 The keyctl syscall functions are: 492 long keyctl(KEYCTL_REVOKE, key_serial_t key); 586 long keyctl(KEYCTL_MOVE, 692 long keyctl(KEYCTL_NEGATE, key_serial_t key, 694 long keyctl(KEYCTL_REJECT, key_serial_t key, 802 long keyctl(KEYCTL_SESSION_TO_PARENT); 921 long keyctl(KEYCTL_PKEY_QUERY, 960 long keyctl(KEYCTL_PKEY_ENCRYPT, 966 long keyctl(KEYCTL_PKEY_DECRYPT, 972 long keyctl(KEYCTL_PKEY_SIGN, [all …]
|
| /linux/Documentation/crypto/ |
| A D | asymmetric-keys.rst | 64 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` 389 keyctl padd asymmetric "" $chain_id < intermediateA.cert 391 keyctl padd asymmetric "" $chain_id < end-entity.cert 401 chain2_id=`keyctl add keyring chain2 "" @s` 402 keyctl padd asymmetric "" $chain2_id < root1.cert [all …]
|
| /linux/Documentation/security/ |
| A D | digsig.rst | 87 Here is example output of the keyctl utility:: 89 $ keyctl show 99 $ keyctl list 128198054
|
| /linux/security/keys/ |
| A D | Makefile | 13 keyctl.o \
|
| A D | built-in.a | 6 keyctl.o/
|
| A D | .built-in.a.cmd | 1 …rity/keys/gc.o security/keys/key.o security/keys/keyring.o security/keys/keyctl.o security/keys/pe…
|
| A D | .keyctl.o.cmd | 1 …keyctl.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_security/keys/keyctl.o := security/keys/keyctl.c 5 deps_security/keys/keyctl.o := \ 1210 include/linux/keyctl.h \ 1211 include/uapi/linux/keyctl.h \ 1218 security/keys/keyctl.o: $(deps_security/keys/keyctl.o) 1220 $(deps_security/keys/keyctl.o):
|
| A D | compat.c | 17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
|
| /linux/security/ |
| A D | built-in.a | 6 keys/keyctl.o/
|
| /linux/kernel/ |
| A D | sys_ni.c | 268 COND_SYSCALL(keyctl); 269 COND_SYSCALL_COMPAT(keyctl);
|
| /linux/Documentation/filesystems/ |
| A D | ecryptfs.rst | 63 keyctl clear @u
|
| A D | afs.rst | 204 and cell, e.g.: "afs@<cellname>". This can be viewed with the keyctl program or 207 [root@andromeda ~]# keyctl show
|
| /linux/Documentation/ABI/testing/ |
| A D | evm | 17 keyring using keyctl, and EVM is then enabled by
|
| /linux/Documentation/admin-guide/ |
| A D | module-signing.rst | 200 keyctl padd asymmetric "" [.builtin_trusted_keys-ID] <[key-file] 204 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
|
| /linux/Documentation/networking/ |
| A D | dns_resolver.rst | 115 "keyctl read/print/pipe".
|
| /linux/samples/ |
| A D | Kconfig | 242 sb_notify() syscalls and the KEYCTL_WATCH_KEY keyctl() function.
|
| /linux/Documentation/filesystems/caching/ |
| A D | fscache.rst | 498 keyctl add user fscache:objlist <restrictions> @s 524 keyctl add user fscache:objlist KB @s
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 252 241 n64 keyctl sys_keyctl
|
| /linux/arch/ia64/kernel/syscalls/ |
| A D | syscall.tbl | 261 249 common keyctl sys_keyctl
|
| /linux/arch/mips/kernel/syscalls/ |
| A D | syscall_n64.tbl | 252 241 n64 keyctl sys_keyctl
|
| A D | syscall_n32.tbl | 256 245 n32 keyctl compat_sys_keyctl
|
| /linux/arch/xtensa/kernel/syscalls/ |
| A D | syscall.tbl | 280 258 common keyctl sys_keyctl
|
| /linux/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 261 250 common keyctl sys_keyctl
|
Completed in 30 milliseconds
123