Home
last modified time | relevance | path

Searched refs:aa_dfa_match_len (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/security/apparmor/include/
Dmatch.h128 unsigned int aa_dfa_match_len(struct aa_dfa *dfa, unsigned int start,
Dpolicy.h225 return aa_dfa_match_len(profile->policy.dfa, state, (char *) &be_af, 2); in PROFILE_MEDIATES_AF()
/Linux-v4.19/security/apparmor/
Dnet.c127 state = aa_dfa_match_len(profile->policy.dfa, state, (char *) &buffer, in aa_profile_af_perm()
Ddomain.c114 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
116 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
337 state = aa_dfa_match_len(profile->xmatch, state, value, in aa_xattrs_match()
Dmatch.c404 unsigned int aa_dfa_match_len(struct aa_dfa *dfa, unsigned int start, in aa_dfa_match_len() function
Dlabel.c1256 state = aa_dfa_match_len(profile->policy.dfa, state, ":", 1); in match_component()
1258 state = aa_dfa_match_len(profile->policy.dfa, state, ":", 1); in match_component()
Dapparmorfs.c614 state = aa_dfa_match_len(dfa, profile->file.start, in profile_query_cb()
625 state = aa_dfa_match_len(dfa, profile->policy.start[0], in profile_query_cb()