Home
last modified time | relevance | path

Searched refs:keyctl (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/security/keys/
H A Dcompat.c9 #include <linux/keyctl.h>
17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5()
H A DMakefile13 keyctl.o \
H A Dkeyctl_pkey.c11 #include <linux/keyctl.h>
H A Dinternal.h16 #include <linux/keyctl.h>
244 * keyctl() functions
/kernel/linux/linux-6.6/security/keys/
H A Dcompat.c9 #include <linux/keyctl.h>
17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option, in COMPAT_SYSCALL_DEFINE5()
H A DMakefile13 keyctl.o \
H A Dkeyctl_pkey.c11 #include <linux/keyctl.h>
H A Dinternal.h16 #include <linux/keyctl.h>
242 * keyctl() functions
/kernel/linux/linux-5.10/include/crypto/
H A Dasym_tpm_subtype.h5 #include <linux/keyctl.h>
H A Dpublic_key.h13 #include <linux/keyctl.h>
/kernel/linux/linux-5.10/include/linux/
H A Dkeyctl.h2 /* keyctl kernel bits
11 #include <uapi/linux/keyctl.h>
/kernel/linux/linux-6.6/include/linux/
H A Dkeyctl.h2 /* keyctl kernel bits
11 #include <uapi/linux/keyctl.h>
/kernel/linux/linux-6.6/include/crypto/
H A Dpublic_key.h13 #include <linux/keyctl.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlookup_key.c9 #include <linux/keyctl.h>
H A Dverify_pkcs7_sig.c18 #include <linux/keyctl.h>
/kernel/linux/linux-5.10/kernel/
H A Dsys_ni.c261 /* security/keys/keyctl.c */
264 COND_SYSCALL(keyctl); variable
265 COND_SYSCALL_COMPAT(keyctl); variable
/kernel/linux/linux-6.6/kernel/
H A Dsys_ni.c166 COND_SYSCALL(keyctl); variable
167 COND_SYSCALL_COMPAT(keyctl); variable
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dsignature.c15 #include <linux/keyctl.h>
/kernel/linux/linux-5.10/samples/watch_queue/
H A Dwatch_test.c21 #include <linux/keyctl.h>
175 perror("keyctl"); in main()
180 perror("keyctl"); in main()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dsignature.c15 #include <linux/keyctl.h>
/kernel/linux/linux-6.6/samples/watch_queue/
H A Dwatch_test.c21 #include <linux/keyctl.h>
175 perror("keyctl"); in main()
180 perror("keyctl"); in main()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_spnego.c27 #include <linux/keyctl.h>
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_spnego.c15 #include <linux/keyctl.h>
/kernel/linux/linux-5.10/net/dns_resolver/
H A Ddns_key.c29 #include <linux/keyctl.h>

Completed in 11 milliseconds

12