Home
last modified time | relevance | path

Searched refs:o (Results 1 – 14 of 14) sorted by relevance

/security/selinux/
DMakefile5 obj-$(CONFIG_SECURITY_SELINUX) := selinux.o
7 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
8 netnode.o netport.o exports.o \
9 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
10 ss/policydb.o ss/services.o ss/conditional.o ss/mls.o ss/status.o
12 selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
14 selinux-$(CONFIG_NETLABEL) += netlabel.o
/security/apparmor/
DMakefile3 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor.o
5 apparmor-y := apparmorfs.o audit.o capability.o context.o ipc.o lib.o match.o \
6 path.o domain.o policy.o policy_unpack.o procattr.o lsm.o \
7 resource.o sid.o file.o
8 apparmor-$(CONFIG_SECURITY_APPARMOR_HASH) += crypto.o
63 $(obj)/capability.o : $(obj)/capability_names.h
64 $(obj)/resource.o : $(obj)/rlim_names.h
/security/keys/
DMakefile9 gc.o \
10 key.o \
11 keyring.o \
12 keyctl.o \
13 permission.o \
14 process_keys.o \
15 request_key.o \
16 request_key_auth.o \
17 user_defined.o
18 obj-$(CONFIG_KEYS_COMPAT) += compat.o
[all …]
Dtrusted.h52 static inline void dump_options(struct trusted_key_options *o) in dump_options() argument
54 pr_info("trusted_key: sealing key type %d\n", o->keytype); in dump_options()
55 pr_info("trusted_key: sealing key handle %0X\n", o->keyhandle); in dump_options()
56 pr_info("trusted_key: pcrlock %d\n", o->pcrlock); in dump_options()
57 pr_info("trusted_key: pcrinfo %d\n", o->pcrinfo_len); in dump_options()
59 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
94 static inline void dump_options(struct trusted_key_options *o) in dump_options() argument
Dtrusted.c662 struct trusted_key_options *o) in key_seal() argument
674 ret = tpm_seal(tb, o->keytype, o->keyhandle, o->keyauth, in key_seal()
676 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal()
688 struct trusted_key_options *o) in key_unseal() argument
697 ret = tpm_unseal(tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal()
698 o->blobauth, p->key, &p->key_len); in key_unseal()
804 struct trusted_key_options *o) in datablob_parse() argument
827 ret = getoptions(datablob, p, o); in datablob_parse()
843 ret = getoptions(datablob, p, o); in datablob_parse()
850 ret = getoptions(datablob, p, o); in datablob_parse()
/security/integrity/ima/
DMakefile6 obj-$(CONFIG_IMA) += ima.o
8 ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \
9 ima_policy.o ima_template.o ima_template_lib.o
10 ima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o
/security/tomoyo/
DMakefile1 …dit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o n…
48 $(obj)/common.o: $(obj)/builtin-policy.h
/security/
DMakefile13 obj-y += commoncap.o
14 obj-$(CONFIG_MMU) += min_addr.o
17 obj-$(CONFIG_SECURITY) += security.o capability.o
18 obj-$(CONFIG_SECURITYFS) += inode.o
21 obj-$(CONFIG_AUDIT) += lsm_audit.o
25 obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
/security/integrity/evm/
DMakefile4 obj-$(CONFIG_EVM) += evm.o
6 evm-y := evm_main.o evm_crypto.o evm_secfs.o
7 evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o
/security/keys/encrypted-keys/
DMakefile5 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o
7 encrypted-keys-y := encrypted.o ecryptfs_format.o
8 masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_trusted.o
9 masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS) := masterkey_trusted.o
/security/integrity/
DMakefile5 obj-$(CONFIG_INTEGRITY) += integrity.o
7 integrity-y := iint.o
8 integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
9 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
10 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
/security/smack/
DMakefile5 obj-$(CONFIG_SECURITY_SMACK) := smack.o
7 smack-y := smack_lsm.o smack_access.o smackfs.o
/security/yama/
DMakefile1 obj-$(CONFIG_SECURITY_YAMA) := yama.o
3 yama-y := yama_lsm.o
/security/selinux/ss/
Dservices.c758 char *o = NULL, *n = NULL, *t = NULL; in security_validtrans_handle_fail() local
761 if (context_struct_to_string(ocontext, &o, &olen)) in security_validtrans_handle_fail()
770 o, n, t, sym_name(&policydb, SYM_CLASSES, tclass-1)); in security_validtrans_handle_fail()
772 kfree(o); in security_validtrans_handle_fail()