Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dlabel.c294 if (!rec->func_hash_all_partial_matches) { in selabel_hash_all_partial_matches()
298 return rec->func_hash_all_partial_matches(rec, key, digest); in selabel_hash_all_partial_matches()
Dlabel_internal.h94 bool (*func_hash_all_partial_matches) (struct selabel_handle *h, member
Dlabel_file.c1289 rec->func_hash_all_partial_matches = &hash_all_partial_matches; in selabel_file_init()