Searched refs:aa_dfa (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/security/apparmor/include/ |
D | match.h | 94 struct aa_dfa { struct 100 extern struct aa_dfa *nulldfa; argument 101 extern struct aa_dfa *stacksplitdfa; 123 struct aa_dfa *aa_dfa_unpack(void *blob, size_t size, int flags); 124 unsigned int aa_dfa_match_len(struct aa_dfa *dfa, unsigned int start, 126 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, 128 unsigned int aa_dfa_next(struct aa_dfa *dfa, unsigned int state, 130 unsigned int aa_dfa_match_until(struct aa_dfa *dfa, unsigned int start, 132 unsigned int aa_dfa_matchn_until(struct aa_dfa *dfa, unsigned int start, 153 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start, [all …]
|
D | file.h | 177 struct aa_dfa *dfa; 183 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state, 185 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start,
|
D | policy.h | 75 struct aa_dfa *dfa; 137 struct aa_dfa *xmatch;
|
D | perms.h | 144 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state,
|
D | lib.h | 80 static inline unsigned int aa_dfa_null_transition(struct aa_dfa *dfa, in aa_dfa_null_transition()
|
/Linux-v5.4/security/apparmor/ |
D | match.c | 27 struct aa_dfa *nulldfa; 32 struct aa_dfa *stacksplitdfa; 194 static int verify_dfa(struct aa_dfa *dfa) in verify_dfa() 246 static void dfa_free(struct aa_dfa *dfa) in dfa_free() 265 struct aa_dfa *dfa = container_of(kref, struct aa_dfa, count); in aa_dfa_free_kref() 281 struct aa_dfa *aa_dfa_unpack(void *blob, size_t size, int flags) in aa_dfa_unpack() 287 struct aa_dfa *dfa = kzalloc(sizeof(struct aa_dfa), GFP_KERNEL); in aa_dfa_unpack() 400 unsigned int aa_dfa_match_len(struct aa_dfa *dfa, unsigned int start, in aa_dfa_match_len() 440 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, in aa_dfa_match() 479 unsigned int aa_dfa_next(struct aa_dfa *dfa, unsigned int state, in aa_dfa_next() [all …]
|
D | mount.c | 193 static unsigned int match_mnt_flags(struct aa_dfa *dfa, unsigned int state, in match_mnt_flags() 213 static struct aa_perms compute_mnt_perms(struct aa_dfa *dfa, in compute_mnt_perms() 239 static int do_match_mnt(struct aa_dfa *dfa, unsigned int start, in do_match_mnt()
|
D | file.c | 224 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state, in aa_compute_fperms() 266 unsigned int aa_str_perms(struct aa_dfa *dfa, unsigned int start, in aa_str_perms()
|
D | policy_unpack.c | 439 static struct aa_dfa *unpack_dfa(struct aa_ext *e) in unpack_dfa() 443 struct aa_dfa *dfa = NULL; in unpack_dfa() 992 static bool verify_dfa_xindex(struct aa_dfa *dfa, int table_size) in verify_dfa_xindex()
|
D | lib.c | 325 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state, in aa_compute_perms()
|
D | apparmorfs.c | 613 struct aa_dfa *dfa; in profile_query_cb()
|