Lines Matching refs:avkey
460 struct avtab_key avkey; in context_struct_compute_av() local
488 avkey.target_class = tclass; in context_struct_compute_av()
489 avkey.specified = AVTAB_AV; in context_struct_compute_av()
496 avkey.source_type = i + 1; in context_struct_compute_av()
497 avkey.target_type = j + 1; in context_struct_compute_av()
498 for ( node = avtab_search_node(&policydb.te_avtab, &avkey); in context_struct_compute_av()
500 node = avtab_search_node_next(node, avkey.specified) ) in context_struct_compute_av()
511 cond_compute_av(&policydb.te_cond_avtab, &avkey, avd); in context_struct_compute_av()
971 struct avtab_key avkey; in security_compute_sid() local
1039 avkey.source_type = scontext->type; in security_compute_sid()
1040 avkey.target_type = tcontext->type; in security_compute_sid()
1041 avkey.target_class = tclass; in security_compute_sid()
1042 avkey.specified = specified; in security_compute_sid()
1043 avdatum = avtab_search(&policydb.te_avtab, &avkey); in security_compute_sid()
1048 node = avtab_search_node(&policydb.te_cond_avtab, &avkey); in security_compute_sid()