Home
last modified time | relevance | path

Searched refs:sepol_iface_key_create (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/src/
Diface_record.c27 int sepol_iface_key_create(sepol_handle_t * handle, in sepol_iface_key_create() function
50 hidden_def(sepol_iface_key_create) in hidden_def() argument
65 if (sepol_iface_key_create(handle, iface->name, key_ptr) < 0) { in hidden_def()
Diface_internal.h13 hidden_proto(sepol_iface_key_create)
/external/selinux/libsepol/include/sepol/
Diface_record.h26 extern int sepol_iface_key_create(sepol_handle_t * handle,
/external/selinux/libsemanage/src/
Diface_record.c56 return sepol_iface_key_create(handle->sepolh, name, key_ptr); in semanage_iface_key_create()