Home
last modified time | relevance | path

Searched refs:L (Results 1 – 4 of 4) sorted by relevance

/security/apparmor/include/
Dlabel.h54 #define cleanup_domain_vec(V, L) cleanup_label_vec((V), (L)->size) argument
157 #define label_for_each(I, L, P) \ argument
158 for ((I).i = 0; ((P) = (L)->vec[(I).i]); ++((I).i))
161 #define label_for_each_cont(I, L, P) \ argument
162 for (++((I).i); ((P) = (L)->vec[(I).i]); ++((I).i))
191 #define label_for_each_confined(I, L, P) \ argument
192 for ((I).i = aa_label_next_confined((L), 0); \
193 ((P) = (L)->vec[(I).i]); \
194 (I).i = aa_label_next_confined((L), (I).i + 1))
206 #define next_in_ns(i, NS, L) \ argument
[all …]
Dlib.h222 #define fn_label_build(L, P, GFP, FN) \ argument
227 if ((L)->size > 1) { \
233 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \
238 label_for_each(__i, (L), (P)) { \
245 for (__j = __count = 0; __j < (L)->size; __j++) \
248 for (__j = __k = 0; __j < (L)->size; __j++) { \
265 vec_cleanup(label, __lvec, (L)->size); \
267 (P) = labels_profile(L); \
287 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
289 fn_label_build((L), (P), (GFP), \
[all …]
Dperms.h115 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument
118 fn_for_each((L), __p2, \
/security/integrity/platform_certs/
Dload_uefi.c57 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db); in uefi_check_ignore_db()
136 mok = get_cert_list(L"MokListRT", &mok_var, &moksize, &status); in load_moklist_certs()
182 db = get_cert_list(L"db", &secure_var, &dbsize, &status); in load_uefi_certs()
198 dbx = get_cert_list(L"dbx", &secure_var, &dbxsize, &status); in load_uefi_certs()
213 mokx = get_cert_list(L"MokListXRT", &mok_var, &mokxsize, &status); in load_uefi_certs()