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.c287 if (!rec->func_hash_all_partial_matches) { in selabel_hash_all_partial_matches()
291 return rec->func_hash_all_partial_matches(rec, key, digest); in selabel_hash_all_partial_matches()
Dlabel_internal.h90 bool (*func_hash_all_partial_matches) (struct selabel_handle *h, member
Dlabel_file.c1252 rec->func_hash_all_partial_matches = &hash_all_partial_matches; in selabel_file_init()