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

/linux-master/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-master/include/linux/
H A Dkeyctl.h2 /* keyctl kernel bits
11 #include <uapi/linux/keyctl.h>
/linux-master/security/keys/
H A DMakefile13 keyctl.o \
H A Dcompat.c9 #include <linux/keyctl.h>
17 COMPAT_SYSCALL_DEFINE5(keyctl, u32, option,
H A Dkeyctl_pkey.c11 #include <linux/keyctl.h>
H A Dinternal.h16 #include <linux/keyctl.h>
235 * keyctl() functions
H A Dprocess_keys.c11 #include <linux/keyctl.h>
H A Drequest_key.c14 #include <linux/keyctl.h>
H A Dkeyctl.c14 #include <linux/keyctl.h>
1873 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3,
/linux-master/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>
/linux-master/include/crypto/
H A Dpublic_key.h14 #include <linux/keyctl.h>
/linux-master/crypto/asymmetric_keys/
H A Dsignature.c15 #include <linux/keyctl.h>
/linux-master/samples/watch_queue/
H A Dwatch_test.c21 #include <linux/keyctl.h>
175 perror("keyctl");
180 perror("keyctl");
/linux-master/fs/smb/client/
H A Dcifs_spnego.c15 #include <linux/keyctl.h>
H A Dcifsacl.c14 #include <linux/keyctl.h>
/linux-master/kernel/
H A Dsys_ni.c167 COND_SYSCALL(keyctl); variable
168 COND_SYSCALL_COMPAT(keyctl); variable
H A Dcred.c16 #include <linux/keyctl.h>
H A Duser_namespace.c13 #include <linux/keyctl.h>
/linux-master/net/dns_resolver/
H A Ddns_key.c29 #include <linux/keyctl.h>
/linux-master/net/handshake/
H A Dtlshd.c23 #include <uapi/linux/keyctl.h>
/linux-master/arch/s390/kernel/
H A Dcert_store.c18 #include <linux/keyctl.h>
/linux-master/fs/nfs/
H A Dnfs4idmap.c44 #include <linux/keyctl.h>

Completed in 237 milliseconds