Home
last modified time | relevance | path

Searched defs:c (Results 1 – 20 of 20) sorted by relevance

/security/selinux/ss/
Dcontext.h37 static inline void mls_context_init(struct context *c) in mls_context_init()
107 static inline void mls_context_destroy(struct context *c) in mls_context_destroy()
114 static inline void context_init(struct context *c) in context_init()
144 static inline void context_destroy(struct context *c) in context_destroy()
Dpolicydb.c355 static void ocontext_destroy(struct ocontext *c, int i) in ocontext_destroy()
764 struct ocontext *c, *ctmp; in policydb_destroy() local
852 struct ocontext *head, *c; in policydb_load_isids() local
920 int policydb_context_isvalid(struct policydb *p, struct context *c) in policydb_context_isvalid()
1024 static int context_read_and_validate(struct context *c, in context_read_and_validate()
1193 struct constraint_node *c, *lc; in read_cons_helper() local
1965 struct ocontext *l, *c; in genfs_read() local
2080 struct ocontext *l, *c; in ocontext_read() local
2723 static int context_write(struct policydb *p, struct context *c, in context_write()
2823 struct constraint_node *c; in write_cons_helper() local
[all …]
Dservices.c269 struct context *c; in constraint_expr_eval() local
2330 static int ocontext_to_sid(struct sidtab *sidtab, struct ocontext *c, in ocontext_to_sid()
2364 struct ocontext *c; in security_port_sid() local
2409 struct ocontext *c; in security_ib_pkey_sid() local
2454 struct ocontext *c; in security_ib_endport_sid() local
2500 struct ocontext *c; in security_netif_sid() local
2559 struct ocontext *c; in security_node_sid() local
2773 struct ocontext *c; in __security_genfs_sid() local
2837 struct ocontext *c; in security_fs_use() local
Dmls.c193 int mls_context_isvalid(struct policydb *p, struct context *c) in mls_context_isvalid()
/security/tomoyo/
Dutil.c190 char c = *(cp + 1); in tomoyo_parse_ulong() local
328 static inline bool tomoyo_alphabet_char(const char c) in tomoyo_alphabet_char()
354 static inline bool tomoyo_valid(const unsigned char c) in tomoyo_valid()
366 static inline bool tomoyo_invalid(const unsigned char c) in tomoyo_invalid()
437 unsigned char c; in tomoyo_correct_word2() local
615 char c; in tomoyo_const_part_length() local
682 char c; in tomoyo_file_matches_pattern2() local
Drealpath.c33 const unsigned char c = p[i]; in tomoyo_encode2() local
50 const unsigned char c = p[i]; in tomoyo_encode2() local
Daudit.c52 const unsigned char c = kaddr[offset++]; in tomoyo_print_bprm() local
Ddomain.c652 const unsigned char c = env_page.data[offset++]; in tomoyo_environ() local
Dcondition.c138 const unsigned char c = kaddr[offset++]; in tomoyo_scan_bprm() local
Dcommon.c610 const u8 c = tomoyo_index2category[i]; in tomoyo_set_mode() local
2673 char c; in tomoyo_write_control() local
/security/keys/
Dkeyctl_pkey.c42 char *c = params->info, *p, *q; in keyctl_pkey_params_parse() local
Dtrusted.c130 unsigned char c; in TSS_authhmac() local
745 static int getoptions(char *c, struct trusted_key_payload *pay, in getoptions()
871 char *c; in datablob_parse() local
/security/integrity/ima/
Dima_template.c171 char c; in template_fmt_size() local
/security/apparmor/include/
Dpolicy.h275 struct aa_profile *c; in aa_get_profile_rcu() local
Dlabel.h399 struct aa_label *c; in aa_get_label_rcu() local
/security/apparmor/
Dmatch.c485 const char c) in aa_dfa_next()
Dpolicy_unpack.c494 int c, j, pos, size2 = unpack_strdup(e, &str, NULL); in unpack_trans_table() local
/security/selinux/
Davc.c798 struct avc_callback_node *c; in avc_add_callback() local
967 struct avc_callback_node *c; in avc_ss_reset() local
Dhooks.c2626 char c; in opt_len() local
2657 char c = *p; in selinux_sb_eat_lsm_opts() local
3969 static void selinux_cred_getsecid(const struct cred *c, u32 *secid) in selinux_cred_getsecid()
/security/
Dsecurity.c1601 void security_cred_getsecid(const struct cred *c, u32 *secid) in security_cred_getsecid()