HomeSort by relevance Sort by last modified time
    Searched refs:sepol_user_key_t (Results 1 - 4 of 4) sorted by null

  /external/libsepol/include/sepol/
user_record.h 10 typedef struct sepol_user_key sepol_user_key_t; typedef in typeref:struct:sepol_user_key
14 const char *name, sepol_user_key_t ** key);
16 extern void sepol_user_key_unpack(const sepol_user_key_t * key,
21 sepol_user_key_t ** key_ptr);
23 extern void sepol_user_key_free(sepol_user_key_t * key);
26 const sepol_user_key_t * key);
users.h 29 const sepol_user_key_t * key,
39 const sepol_user_key_t * key, int *response);
44 const sepol_user_key_t * key,
  /external/libsepol/src/
user_record.c 31 const char *name, sepol_user_key_t ** key_ptr)
34 sepol_user_key_t *tmp_key =
35 (sepol_user_key_t *) malloc(sizeof(sepol_user_key_t));
51 void sepol_user_key_unpack(const sepol_user_key_t * key, const char **name)
61 sepol_user_key_t ** key_ptr)
72 void sepol_user_key_free(sepol_user_key_t * key)
77 int sepol_user_compare(const sepol_user_t * user, const sepol_user_key_t * key)
users.c 103 const sepol_user_key_t * key, const sepol_user_t * user)
289 const sepol_user_key_t * key, int *response)
317 const sepol_user_key_t * key, sepol_user_t ** response)

Completed in 227 milliseconds