Searched refs:hashtab_create (Results 1 – 11 of 11) sorted by relevance
/external/selinux/libsepol/src/ |
D | symtab.c | 38 s->table = hashtab_create(symhash, symcmp, size); in symtab_init()
|
D | hashtab.c | 35 hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h, in hashtab_create() function
|
D | policydb.c | 835 p->filename_trans = hashtab_create(filenametr_hash, filenametr_cmp, (1 << 10)); in policydb_init() 841 p->range_tr = hashtab_create(rangetr_hash, rangetr_cmp, 256); in policydb_init()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | hashtab.h | 53 extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
|
/external/selinux/policycoreutils/newrole/ |
D | hashtab.h | 55 extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
|
D | hashtab.c | 14 hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h, in hashtab_create() function
|
D | newrole.c | 314 hashtab_create(reqsymhash, reqsymcmp, PAM_SERVICE_SLOTS); in read_pam_config()
|
/external/selinux/semodule-utils/semodule_deps/ |
D | semodule_deps.c | 151 mods = hashtab_create(reqsymhash, reqsymcmp, 64); in generate_requires() 191 hashtab_create(reqsymhash, in generate_requires()
|
/external/selinux/libsepol/cil/src/ |
D | cil_strpool.c | 104 cil_strpool_tab = hashtab_create(cil_strpool_hash, cil_strpool_compare, CIL_STRPOOL_TABLE_SIZE); in cil_strpool_init()
|
D | android.c | 845 ver_map_tab = hashtab_create(ver_map_hash_val, ver_map_key_cmp, VER_MAP_SZ); in cil_android_attrib_mapping() 875 ver_map_tab = hashtab_create(ver_map_hash_val, ver_map_key_cmp, VER_MAP_SZ); in cil_android_attributize()
|
D | cil_binary.c | 4859 …filename_trans_table = hashtab_create(filename_trans_hash, filename_trans_compare, FILENAME_TRANS_… in cil_binary_create_allocated_pdb() 4865 range_trans_table = hashtab_create(range_trans_hash, range_trans_compare, RANGE_TRANS_TABLE_SIZE); in cil_binary_create_allocated_pdb() 4871 role_trans_table = hashtab_create(role_trans_hash, role_trans_compare, ROLE_TRANS_TABLE_SIZE); in cil_binary_create_allocated_pdb() 4877 avrulex_ioctl_table = hashtab_create(avrulex_hash, avrulex_compare, AVRULEX_TABLE_SIZE); in cil_binary_create_allocated_pdb()
|