Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Dmls.h31 int mls_compute_context_len(struct policydb *p, struct context *context);
H A Dmls.c36 int mls_compute_context_len(struct policydb *p, struct context *context) in mls_compute_context_len() function
H A Dservices.c1237 *scontext_len += mls_compute_context_len(p, context); in context_struct_to_string()