Home
last modified time | relevance | path

Searched refs:func_hash_all_partial_matches (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libselinux/src/
Dlabel.c303 if (!rec->func_hash_all_partial_matches) { in selabel_hash_all_partial_matches()
307 return rec->func_hash_all_partial_matches(rec, key, digest); in selabel_hash_all_partial_matches()
Dlabel_internal.h95 bool (*func_hash_all_partial_matches) (struct selabel_handle *h, member
Dlabel_file.c1308 rec->func_hash_all_partial_matches = &hash_all_partial_matches; in selabel_file_init()