Home
last modified time | relevance | path

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

/security/selinux/ss/
Dcontext.h36 static inline void mls_context_init(struct context *c) in mls_context_init()
138 static inline void mls_context_destroy(struct context *c) in mls_context_destroy()
145 static inline void context_init(struct context *c) in context_init()
174 static inline void context_destroy(struct context *c) in context_destroy()
Dcontext.c14 u32 context_compute_hash(const struct context *c) in context_compute_hash()
Dpolicydb.c367 static void ocontext_destroy(struct ocontext *c, int i) in ocontext_destroy()
788 struct ocontext *c, *ctmp; in policydb_destroy() local
871 struct ocontext *head, *c; in policydb_load_isids() local
931 int policydb_context_isvalid(struct policydb *p, struct context *c) in policydb_context_isvalid()
1035 static int context_read_and_validate(struct context *c, in context_read_and_validate()
1204 struct constraint_node *c, *lc; in read_cons_helper() local
2108 struct ocontext *l, *c; in genfs_read() local
2223 struct ocontext *l, *c; in ocontext_read() local
2904 static int context_write(struct policydb *p, struct context *c, in context_write()
3004 struct constraint_node *c; in write_cons_helper() local
[all …]
Dservices.c279 struct context *c; in constraint_expr_eval() local
2401 static int ocontext_to_sid(struct sidtab *sidtab, struct ocontext *c, in ocontext_to_sid()
2437 struct ocontext *c; in security_port_sid() local
2491 struct ocontext *c; in security_ib_pkey_sid() local
2545 struct ocontext *c; in security_ib_endport_sid() local
2600 struct ocontext *c; in security_netif_sid() local
2668 struct ocontext *c; in security_node_sid() local
2890 struct ocontext *c; in __security_genfs_sid() local
2977 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.c192 char c = *(cp + 1); in tomoyo_parse_ulong() local
330 static inline bool tomoyo_alphabet_char(const char c) in tomoyo_alphabet_char()
356 static inline bool tomoyo_valid(const unsigned char c) in tomoyo_valid()
368 static inline bool tomoyo_invalid(const unsigned char c) in tomoyo_invalid()
444 unsigned char c = *string++; in tomoyo_correct_word2() local
637 char c; in tomoyo_const_part_length() local
704 char c; in tomoyo_file_matches_pattern2() local
Drealpath.c34 const unsigned char c = p[i]; in tomoyo_encode2() local
51 const unsigned char c = p[i]; in tomoyo_encode2() local
Daudit.c52 const unsigned char c = kaddr[offset++]; in tomoyo_print_bprm() local
Ddomain.c650 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
2672 char c; in tomoyo_write_control() local
/security/keys/
Dkeyctl_pkey.c42 char *c = params->info, *p, *q; in keyctl_pkey_params_parse() local
/security/keys/trusted-keys/
Dtrusted_core.c75 char *c; in datablob_parse() local
Dtrusted_tpm1.c123 unsigned char c; in TSS_authhmac() local
732 static int getoptions(char *c, struct trusted_key_payload *pay, in getoptions()
/security/integrity/ima/
Dima_template.c190 char c; in template_fmt_size() local
/security/apparmor/include/
Dpolicy.h275 struct aa_profile *c; in aa_get_profile_rcu() local
Dlabel.h400 struct aa_label *c; in aa_get_label_rcu() local
/security/apparmor/
Dmatch.c519 const char c) in aa_dfa_next()
Dpolicy_unpack.c497 int c, j, pos, size2 = unpack_strdup(e, &str, NULL); in unpack_trans_table() local
/security/selinux/
Davc.c817 struct avc_callback_node *c; in avc_add_callback() local
971 struct avc_callback_node *c; in avc_ss_reset() local
Dhooks.c2631 char c; in opt_len() local
2662 char c = *p; in selinux_sb_eat_lsm_opts() local
4106 static void selinux_cred_getsecid(const struct cred *c, u32 *secid) in selinux_cred_getsecid()
/security/
Dsecurity.c1741 void security_cred_getsecid(const struct cred *c, u32 *secid) in security_cred_getsecid()