Home
last modified time | relevance | path

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

123

/linux-6.15/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh49 key_id=$(cat ${tmp_dir}/signing_key.der | keyctl padd asymmetric ebpf_testing_key @s)
51 keyring_id=$(keyctl newring ebpf_testing_keyring @s)
52 keyctl link $key_id $keyring_id
58 keyctl unlink $(keyctl search @s asymmetric ebpf_testing_key) @s
59 keyctl unlink $(keyctl search @s keyring ebpf_testing_keyring) @s
/linux-6.15/Documentation/security/keys/
H A Dtrusted-encrypted.rst210 keyctl print keyid
246 keyctl print keyid
259 keyctl print keyid
272 keyctl print keyid
313 $ keyctl show
319 $ keyctl print 440502848
336 $ keyctl print 268728824
349 $ keyctl print 268728824
378 $ keyctl print 159771175
390 $ keyctl print 831684262
[all …]
H A 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
H A Dcore.rst443 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-6.15/Documentation/translations/zh_CN/security/
H A Ddigsig.rst89 以下是keyctl实用工具的示例输出::
91 $ keyctl show
101 $ keyctl list 128198054
/linux-6.15/Documentation/crypto/
H A 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`
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-6.15/Documentation/security/
H A Ddigsig.rst87 Here is example output of the keyctl utility::
89 $ keyctl show
99 $ keyctl list 128198054
/linux-6.15/security/keys/
H A DMakefile13 keyctl.o \
H A Dcompat.c17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5() argument
/linux-6.15/kernel/
H A Dsys_ni.c165 COND_SYSCALL(keyctl);
166 COND_SYSCALL_COMPAT(keyctl);
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst271 keyctl(KEYCTL_WATCH_KEY, KEY_SPEC_SESSION_KEYRING, fds[1], 0x01);
/linux-6.15/Documentation/filesystems/
H A Decryptfs.rst63 keyctl clear @u
H A Dafs.rst204 and cell, e.g.: "afs@<cellname>". This can be viewed with the keyctl program or
207 [root@andromeda ~]# keyctl show
/linux-6.15/Documentation/ABI/testing/
H A Devm17 keyring using keyctl, and EVM is then enabled by
/linux-6.15/Documentation/admin-guide/
H A Dmodule-signing.rst205 keyctl padd asymmetric "" [.builtin_trusted_keys-ID] <[key-file]
209 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
/linux-6.15/Documentation/networking/
H A Ddns_resolver.rst115 "keyctl read/print/pipe".
/linux-6.15/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl252 241 n64 keyctl sys_keyctl
H A Dsyscall_n32.tbl256 245 n32 keyctl compat_sys_keyctl
/linux-6.15/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl252 241 n64 keyctl sys_keyctl
/linux-6.15/tools/scripts/
H A Dsyscall.tbl263 219 common keyctl sys_keyctl compat_sys_keyctl
/linux-6.15/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl263 219 common keyctl sys_keyctl compat_sys_keyctl
/linux-6.15/arch/arm64/tools/
H A Dsyscall_64.tbl263 219 common keyctl sys_keyctl compat_sys_keyctl
/linux-6.15/scripts/
H A Dsyscall.tbl263 219 common keyctl sys_keyctl compat_sys_keyctl
/linux-6.15/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl262 250 common keyctl sys_keyctl
/linux-6.15/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl301 266 common keyctl sys_keyctl compat_sys_keyctl

123