Searched refs:sepol_iface_key_create (Results 1 – 4 of 4) sorted by relevance
27 int sepol_iface_key_create(sepol_handle_t * handle, in sepol_iface_key_create() function50 hidden_def(sepol_iface_key_create) in hidden_def() argument65 if (sepol_iface_key_create(handle, iface->name, key_ptr) < 0) { in hidden_def()
13 hidden_proto(sepol_iface_key_create)
26 extern int sepol_iface_key_create(sepol_handle_t * handle,
56 return sepol_iface_key_create(handle->sepolh, name, key_ptr); in semanage_iface_key_create()