Home
last modified time | relevance | path

Searched refs:in (Results 1 – 9 of 9) sorted by relevance

/security/keys/
Dtrusted.h128 static inline void storebytes(struct tpm_buf *buf, const unsigned char *in, in storebytes() argument
131 memcpy(buf->data + buf->len, in, len); in storebytes()
/security/
DKconfig11 access keys in the kernel.
32 keys in the kernel. Trusted keys are random number symmetric keys,
50 in the kernel. Encrypted keys are kernel generated random numbers,
65 The only keys included in the list are those that grant View
70 Only key attributes are listed here; key payloads are not included in
174 Intel TXT support in a kernel boot.
/security/yama/
DKconfig11 Further information can be found in Documentation/security/Yama.txt.
/security/tomoyo/
DKconfig24 such programs in "learning mode" dulls the system response
44 Say Y here if you want to activate access control as soon as built-in
/security/selinux/
DKconfig20 kernel image to be distributed with SELinux built in, but not
63 kernel will start in permissive mode (log everything, deny nothing)
132 SELINUXTYPE is defined in your /etc/selinux/config.
Dhooks.c4736 const struct net_device *in, in selinux_ipv4_forward() argument
4740 return selinux_ip_forward(skb, in->ifindex, PF_INET); in selinux_ipv4_forward()
4746 const struct net_device *in, in selinux_ipv6_forward() argument
4750 return selinux_ip_forward(skb, in->ifindex, PF_INET6); in selinux_ipv6_forward()
4778 const struct net_device *in, in selinux_ipv4_output() argument
4909 const struct net_device *in, in selinux_ipv4_postroute() argument
4919 const struct net_device *in, in selinux_ipv6_postroute() argument
/security/apparmor/
DKconfig11 Required userspace tools (if they are not included in your
/security/smack/
Dsmackfs.c1198 char in[SMK_LABELLEN]; in smk_write_ambient() local
1208 if (copy_from_user(in, buf, count) != 0) in smk_write_ambient()
1211 smack = smk_import(in, count); in smk_write_ambient()
1274 char in[SMK_LABELLEN]; in smk_write_onlycap() local
1291 if (copy_from_user(in, buf, count) != 0) in smk_write_onlycap()
1301 smack_onlycap = smk_import(in, count); in smk_write_onlycap()
Dsmack_lsm.c60 char in[SMK_LABELLEN]; in smk_fetch() local
65 rc = ip->i_op->getxattr(dp, name, in, SMK_LABELLEN); in smk_fetch()
69 return smk_import(in, rc); in smk_fetch()