Home | History | Annotate | Download | only in sepol

Lines Matching refs:handle

5 #include <sepol/handle.h>
17 extern int sepol_user_key_create(sepol_handle_t * handle,
23 extern int sepol_user_key_extract(sepol_handle_t * handle,
38 extern int sepol_user_set_name(sepol_handle_t * handle,
44 extern int sepol_user_set_mlslevel(sepol_handle_t * handle,
49 extern int sepol_user_set_mlsrange(sepol_handle_t * handle,
55 extern int sepol_user_add_role(sepol_handle_t * handle,
62 extern int sepol_user_get_roles(sepol_handle_t * handle,
67 extern int sepol_user_set_roles(sepol_handle_t * handle,
72 extern int sepol_user_create(sepol_handle_t * handle, sepol_user_t ** user_ptr);
74 extern int sepol_user_clone(sepol_handle_t * handle,