Lines Matching refs:dfa
87 /**** TODO: dedup to aa_label_match - needs perm and dfa, merging
90 * and policy.dfa with file.dfa
104 state = aa_dfa_match(profile->file.dfa, state, "&");
106 return aa_dfa_match(profile->file.dfa, state, tp->base.hname);
110 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1);
111 state = aa_dfa_match(profile->file.dfa, state, ns_name);
112 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1);
113 return aa_dfa_match(profile->file.dfa, state, tp->base.hname);
159 state = aa_dfa_match(profile->file.dfa, state, "//&");
164 *perms = aa_compute_fperms(profile->file.dfa, state, &cond);
217 tmp = aa_compute_fperms(profile->file.dfa, state, &cond);
226 tmp = aa_compute_fperms(profile->file.dfa, state, &cond);
663 state = aa_str_perms(profile->file.dfa, state, name, cond, &perms);
758 state = aa_str_perms(profile->file.dfa, state, xname, cond, &perms);
767 state = aa_dfa_null_transition(profile->file.dfa, state);