Searched refs:avtab (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/security/selinux/ss/ |
H A D | avtab.h | 83 struct avtab { struct 90 void avtab_init(struct avtab *h); argument 91 int avtab_alloc(struct avtab *, u32); 92 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig); 93 void avtab_destroy(struct avtab *h); 96 void avtab_hash_eval(struct avtab *h, const char *tag); 105 int (*insert)(struct avtab *a, const struct avtab_key *k, 109 int avtab_read(struct avtab *a, void *fp, struct policydb *pol); 111 int avtab_write(struct policydb *p, struct avtab *a, void *fp); 113 struct avtab_node *avtab_insert_nonunique(struct avtab *h, [all …]
|
H A D | avtab.c | 69 avtab_insert_node(struct avtab *h, u32 hvalue, in avtab_insert_node() 151 struct avtab_node *avtab_insert_nonunique(struct avtab *h, in avtab_insert_nonunique() 186 struct avtab_node *avtab_search_node(struct avtab *h, in avtab_search_node() 247 void avtab_destroy(struct avtab *h) in avtab_destroy() 273 void avtab_init(struct avtab *h) in avtab_init() 281 static int avtab_alloc_common(struct avtab *h, u32 nslot) in avtab_alloc_common() 295 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() 320 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig) in avtab_alloc_dup() 326 void avtab_hash_eval(struct avtab *h, const char *tag) in avtab_hash_eval() 538 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read() [all …]
|
H A D | conditional.h | 77 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, 79 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
|
H A D | conditional.c | 259 static int cond_insertf(struct avtab *a, const struct avtab_key *k, in cond_insertf() 557 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() 574 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() 606 struct avtab *avtab) in cond_dup_av_list() argument 617 new->nodes[i] = avtab_insert_nonunique(avtab, in cond_dup_av_list()
|
H A D | policydb.h | 263 struct avtab te_avtab; 279 struct avtab te_cond_avtab;
|
/openbmc/linux/security/selinux/ |
H A D | Makefile | 17 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1537 avtab.c: 12842 1538 avtab.h: 2874
|