Searched refs:avtab (Results 1 - 9 of 9) sorted by relevance

/external/libsepol/
H A DAndroid.mk6 src/avtab.c \
/external/libsepol/include/sepol/policydb/
H A Davtab.h6 * Tuned number of hash slots for avtab to reduce memory usage
33 * An access vector table (avtab) is a hash table
80 typedef struct avtab { struct
H A Dconditional.h25 #include <sepol/policydb/avtab.h>
H A Dpolicydb.h61 #include <sepol/policydb/avtab.h>
242 /* these typedefs are almost exactly the same as those in avtab.h - they are
/external/libsepol/src/
H A Dassertion.c3 * Assertion checker for avtab entries, taken from
23 #include <sepol/policydb/avtab.h>
H A Dexpand.c1582 avtab_t * avtab, avtab_key_t * key,
1589 node = avtab_search_node(avtab, key);
1592 the node is part of my conditional avtab. */
1604 node = avtab_insert_nonunique(avtab, key, &avdatum);
1635 avtab_t * avtab, int enabled)
1713 node = find_avtab_node(handle, avtab, &avkey, cond);
1743 class_perm_node_t * perms, avtab_t * avtab,
1775 node = find_avtab_node(handle, avtab, &avkey, cond);
1868 * Expand a rule into a given avtab - checking for conflicting type
2294 /* Expand a rule into a given avtab
1581 find_avtab_node(sepol_handle_t * handle, avtab_t * avtab, avtab_key_t * key, cond_av_list_t ** cond) argument
1630 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
1739 expand_avrule_helper(sepol_handle_t * handle, uint32_t specified, cond_av_list_t ** cond, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
[all...]
H A Davtab.c6 * Tuned number of hash slots for avtab to reduce memory usage
45 #include <sepol/policydb/avtab.h>
118 * key/specified mask into the table, as needed by the conditional avtab.
359 /* Ordering of datums in the original avtab format in the policy file. */
H A Dwrite.c38 #include <sepol/policydb/avtab.h>
89 /* Ordering of datums in the original avtab format in the policy file. */
113 /* Generate the old avtab format.
114 Requires merging similar entries if uncond avtab. */
215 /* Generate the new avtab format. */
252 /* Old avtab format.
266 /* New avtab format. nel is good to go. */
285 /* Old avtab format.
639 * Instead it writes out the key/value pairs from the avtab. This
641 * in the avtab s
[all...]
/external/checkpolicy/test/
H A Ddispol.c15 * avtab (including conditional avtab) rules.
21 #include <sepol/policydb/avtab.h>

Completed in 82 milliseconds