Home
last modified time | relevance | path

Searched refs:ebitmap (Results 1 – 9 of 9) sorted by relevance

/security/selinux/ss/
A Debitmap.h42 struct ebitmap { struct
62 static inline void ebitmap_init(struct ebitmap *e) in ebitmap_init()
123 bool ebitmap_equal(const struct ebitmap *e1, const struct ebitmap *e2);
124 int ebitmap_cpy(struct ebitmap *dst, const struct ebitmap *src);
125 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1,
126 const struct ebitmap *e2);
127 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2,
131 void ebitmap_destroy(struct ebitmap *e);
135 u32 ebitmap_hash(const struct ebitmap *e, u32 hash);
138 int ebitmap_netlbl_export(struct ebitmap *ebmap,
[all …]
A Dpolicydb.h78 struct ebitmap dominates; /* set of roles dominated by this role */
79 struct ebitmap types; /* set of authorized types for role */
99 struct ebitmap stypes; /* bitmap of source types for this otype */
122 struct ebitmap roles; /* set of authorized roles for user */
159 struct ebitmap types;
160 struct ebitmap negset;
267 struct ebitmap filename_trans_ttypes;
297 struct ebitmap *type_attr_map_array;
299 struct ebitmap policycaps;
301 struct ebitmap permissive_map;
[all …]
A Debitmap.c28 bool ebitmap_equal(const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_equal()
49 int ebitmap_cpy(struct ebitmap *dst, const struct ebitmap *src) in ebitmap_cpy()
78 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, in ebitmap_and()
79 const struct ebitmap *e2) in ebitmap_and()
109 int ebitmap_netlbl_export(struct ebitmap *ebmap, in ebitmap_netlbl_export()
159 int ebitmap_netlbl_import(struct ebitmap *ebmap, in ebitmap_netlbl_import()
218 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, in ebitmap_contains()
260 int ebitmap_get_bit(const struct ebitmap *e, u32 bit) in ebitmap_get_bit()
277 int ebitmap_set_bit(struct ebitmap *e, u32 bit, int value) in ebitmap_set_bit()
345 void ebitmap_destroy(struct ebitmap *e) in ebitmap_destroy()
[all …]
A Dconstraint.h52 struct ebitmap names; /* names */
A Dmls_types.h22 struct ebitmap cat; /* category set */
A Dmls.c36 struct ebitmap *e; in mls_compute_context_len()
91 struct ebitmap *e; in mls_sid_to_context()
A Dservices.c634 struct ebitmap *sattr, *tattr; in context_struct_compute_av()
1040 struct ebitmap *sattr, *tattr; in security_compute_xperms_decision()
A Dpolicydb.c2739 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_read()
3796 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_write()
/security/selinux/
A DMakefile19 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \

Completed in 21 milliseconds