Lines Matching refs:selabel_handle
50 typedef int (*selabel_initfunc)(struct selabel_handle *rec,
131 int selabel_validate(struct selabel_handle *rec, in selabel_validate()
149 static int selabel_fini(struct selabel_handle *rec, in selabel_fini()
168 selabel_lookup_common(struct selabel_handle *rec, int translating, in selabel_lookup_common()
189 selabel_lookup_bm_common(struct selabel_handle *rec, int translating, in selabel_lookup_bm_common()
213 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open()
217 struct selabel_handle *rec = NULL; in selabel_open()
229 rec = (struct selabel_handle *)malloc(sizeof(*rec)); in selabel_open()
247 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup()
260 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw()
273 bool selabel_partial_match(struct selabel_handle *rec, const char *key) in selabel_partial_match()
286 bool selabel_get_digests_all_partial_matches(struct selabel_handle *rec, in selabel_get_digests_all_partial_matches()
301 bool selabel_hash_all_partial_matches(struct selabel_handle *rec, in selabel_hash_all_partial_matches()
310 int selabel_lookup_best_match(struct selabel_handle *rec, char **con, in selabel_lookup_best_match()
328 int selabel_lookup_best_match_raw(struct selabel_handle *rec, char **con, in selabel_lookup_best_match_raw()
346 enum selabel_cmp_result selabel_cmp(struct selabel_handle *h1, in selabel_cmp()
347 struct selabel_handle *h2) in selabel_cmp()
355 int selabel_digest(struct selabel_handle *rec, in selabel_digest()
371 void selabel_close(struct selabel_handle *rec) in selabel_close()
387 void selabel_stats(struct selabel_handle *rec) in selabel_stats()