/external/libsepol/src/ |
boolean_record.c | 21 int sepol_bool_key_create(sepol_handle_t * handle, 49 int sepol_bool_key_extract(sepol_handle_t * handle, 91 int sepol_bool_set_name(sepol_handle_t * handle, 125 int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr) 146 int sepol_bool_clone(sepol_handle_t * handle,
|
booleans.c | 14 static int bool_update(sepol_handle_t * handle, 54 static int bool_to_record(sepol_handle_t * handle, 82 int sepol_bool_set(sepol_handle_t * handle, 106 int sepol_bool_count(sepol_handle_t * handle __attribute__ ((unused)), 117 int sepol_bool_exists(sepol_handle_t * handle, 140 int sepol_bool_query(sepol_handle_t * handle, 178 int sepol_bool_iterate(sepol_handle_t * handle,
|
iface_record.c | 27 int sepol_iface_key_create(sepol_handle_t * handle, 55 int sepol_iface_key_extract(sepol_handle_t * handle, 89 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) 120 int sepol_iface_set_name(sepol_handle_t * handle, 145 int sepol_iface_set_ifcon(sepol_handle_t * handle, 172 int sepol_iface_set_msgcon(sepol_handle_t * handle, 190 int sepol_iface_clone(sepol_handle_t * handle,
|
user_record.c | 30 int sepol_user_key_create(sepol_handle_t * handle, 59 int sepol_user_key_extract(sepol_handle_t * handle, 96 int sepol_user_set_name(sepol_handle_t * handle, 121 int sepol_user_set_mlslevel(sepol_handle_t * handle, 146 int sepol_user_set_mlsrange(sepol_handle_t * handle, 170 int sepol_user_add_role(sepol_handle_t * handle, 215 int sepol_user_set_roles(sepol_handle_t * handle, 260 int sepol_user_get_roles(sepol_handle_t * handle, 302 int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr) 326 int sepol_user_clone(sepol_handle_t * handle [all...] |
context_record.c | 33 int sepol_context_set_user(sepol_handle_t * handle, 60 int sepol_context_set_role(sepol_handle_t * handle, 86 int sepol_context_set_type(sepol_handle_t * handle, 112 int sepol_context_set_mls(sepol_handle_t * handle, 130 int sepol_context_create(sepol_handle_t * handle, sepol_context_t ** con_ptr) 152 int sepol_context_clone(sepol_handle_t * handle, 208 int sepol_context_from_string(sepol_handle_t * handle, 282 int sepol_context_to_string(sepol_handle_t * handle,
|
roles.c | 11 int sepol_role_exists(sepol_handle_t * handle __attribute__ ((unused)), 24 int sepol_role_list(sepol_handle_t * handle,
|
interfaces.c | 12 static int iface_from_record(sepol_handle_t * handle, 66 static int iface_to_record(sepol_handle_t * handle, 109 int sepol_iface_exists(sepol_handle_t * handle __attribute__ ((unused)), 134 int sepol_iface_query(sepol_handle_t * handle, 165 int sepol_iface_modify(sepol_handle_t * handle, 219 extern int sepol_iface_count(sepol_handle_t * handle __attribute__ ((unused)), 237 int sepol_iface_iterate(sepol_handle_t * handle,
|
ports.c | 11 static inline int sepol2ipproto(sepol_handle_t * handle, int proto) 25 static inline int ipproto2sepol(sepol_handle_t * handle, int proto) 41 static int port_from_record(sepol_handle_t * handle, 100 static int port_to_record(sepol_handle_t * handle, 143 extern int sepol_port_count(sepol_handle_t * handle __attribute__ ((unused)), 162 int sepol_port_exists(sepol_handle_t * handle, 200 int sepol_port_query(sepol_handle_t * handle, 240 int sepol_port_modify(sepol_handle_t * handle, 276 int sepol_port_iterate(sepol_handle_t * handle,
|
node_record.c | 44 static int node_parse_addr(sepol_handle_t * handle, 92 static int node_alloc_addr(sepol_handle_t * handle, 138 static int node_expand_addr(sepol_handle_t * handle, 193 static int node_alloc_addr_string(sepol_handle_t * handle, 232 int sepol_node_key_create(sepol_handle_t * handle, 283 int sepol_node_key_extract(sepol_handle_t * handle, 365 int sepol_node_get_addr(sepol_handle_t * handle, 388 int sepol_node_get_addr_bytes(sepol_handle_t * handle, 407 int sepol_node_set_addr(sepol_handle_t * handle, 433 int sepol_node_set_addr_bytes(sepol_handle_t * handle [all...] |
policydb_convert.c | 10 int policydb_from_image(sepol_handle_t * handle, 34 int policydb_to_image(sepol_handle_t * handle,
|
nodes.c | 14 static int node_from_record(sepol_handle_t * handle, 83 static int node_to_record(sepol_handle_t * handle, 147 extern int sepol_node_count(sepol_handle_t * handle __attribute__ ((unused)), 170 int sepol_node_exists(sepol_handle_t * handle, 230 int sepol_node_query(sepol_handle_t * handle, 296 int sepol_node_modify(sepol_handle_t * handle, 345 int sepol_node_iterate(sepol_handle_t * handle,
|
context.c | 87 int context_to_string(sepol_handle_t * handle, 143 int context_from_record(sepol_handle_t * handle, 242 int context_to_record(sepol_handle_t * handle, 291 int context_from_string(sepol_handle_t * handle, 328 int sepol_context_check(sepol_handle_t * handle,
|
port_record.c | 28 int sepol_port_key_create(sepol_handle_t * handle, 62 int sepol_port_key_extract(sepol_handle_t * handle, 203 int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port) 225 int sepol_port_clone(sepol_handle_t * handle, 272 int sepol_port_set_con(sepol_handle_t * handle,
|
policydb_public.c | 50 sepol_handle_t * handle) 165 int sepol_policydb_from_image(sepol_handle_t * handle, 171 int sepol_policydb_to_image(sepol_handle_t * handle,
|
users.c | 15 static int user_to_record(sepol_handle_t * handle, 101 int sepol_user_modify(sepol_handle_t * handle, 287 int sepol_user_exists(sepol_handle_t * handle __attribute__ ((unused)), 304 int sepol_user_count(sepol_handle_t * handle __attribute__ ((unused)), 315 int sepol_user_query(sepol_handle_t * handle, 345 int sepol_user_iterate(sepol_handle_t * handle,
|
assertion.c | 30 static int check_assertion_helper(sepol_handle_t * handle, 80 int check_assertions(sepol_handle_t * handle, policydb_t * p,
|
mls.c | 42 int mls_to_string(sepol_handle_t * handle, 78 int mls_from_string(sepol_handle_t * handle, 651 int sepol_mls_contains(sepol_handle_t * handle, 690 int sepol_mls_check(sepol_handle_t * handle,
|
hierarchy.c | 45 sepol_handle_t *handle; 450 int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p)
|
expand.c | 48 sepol_handle_t *handle; 960 policydb_t * p, sepol_handle_t * h) 1009 policydb_t * p, sepol_handle_t * h) [all...] |
module.c | 306 int sepol_link_packages(sepol_handle_t * handle, 995 int sepol_link_modules(sepol_handle_t * handle, 1003 int sepol_expand_module(sepol_handle_t * handle,
|
link.c | 72 sepol_handle_t *handle; [all...] |
/external/libsepol/tests/ |
test-deps.c | 145 sepol_handle_t *h; 227 sepol_handle_t *h;
|
test-downgrade.c | 244 sepol_handle_t *handle;
|
/external/libsepol/include/sepol/policydb/ |
policydb.h | 570 extern int policydb_from_image(sepol_handle_t * handle, 573 extern int policydb_to_image(sepol_handle_t * handle, 581 extern int policydb_index_others(sepol_handle_t * handle, policydb_t * p, 632 extern int check_assertions(sepol_handle_t * handle,
|
/external/sepolicy/tools/ |
check_seapp.c | 122 sepol_handle_t *handle;
|