Searched refs:L (Results 1 – 6 of 6) sorted by relevance
| /security/apparmor/include/ |
| A D | label.h | 55 #define cleanup_domain_vec(V, L) cleanup_label_vec((V), (L)->size) argument 171 #define label_for_each(I, L, P) \ argument 183 ((P) = (L)->vec[(I).i]); \ 196 #define next_in_ns(i, NS, L) \ argument 199 while ((L)->vec[___i] && (L)->vec[___i]->ns != (NS)) \ 206 ((P) = (L)->vec[(I).i]); \ 209 #define fn_for_each_in_ns(L, P, FN) \ argument 212 struct aa_ns *__ns = labels_ns(L); \ 231 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument 232 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument [all …]
|
| A D | lib.h | 254 #define fn_label_build(L, P, GFP, FN) \ argument 259 if ((L)->size > 1) { \ 265 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \ 270 label_for_each(__i, (L), (P)) { \ 277 for (__j = __count = 0; __j < (L)->size; __j++) \ 280 for (__j = __k = 0; __j < (L)->size; __j++) { \ 297 vec_cleanup(label, __lvec, (L)->size); \ 299 (P) = labels_profile(L); \ 319 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument 321 fn_label_build((L), (P), (GFP), \ [all …]
|
| A D | af_unix.h | 21 #define unix_addr_len(L) ((L) - sizeof(sa_family_t)) argument 24 #define is_unix_addr_anon(A, L) ((A) && unix_addr_len(L) <= 0) argument 25 #define is_unix_addr_fs(A, L) (!is_unix_addr_anon(A, L) && \ argument
|
| A D | perms.h | 179 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument 182 fn_for_each((L), __p2, \
|
| /security/integrity/platform_certs/ |
| A D | load_uefi.c | 58 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db); in uefi_check_ignore_db() 137 mok = get_cert_list(L"MokListRT", &mok_var, &moksize, &status); in load_moklist_certs() 183 db = get_cert_list(L"db", &secure_var, &dbsize, &status); in load_uefi_certs() 199 dbx = get_cert_list(L"dbx", &secure_var, &dbxsize, &status); in load_uefi_certs() 218 mokx = get_cert_list(L"MokListXRT", &mok_var, &mokxsize, &status); in load_uefi_certs()
|
| /security/ipe/ |
| A D | policy_tests.c | 276 const unsigned short policy[] = L"policy_name=Test policy_version=0.0.0\n" in ipe_parser_widestring_test() 277 L"DEFAULT action=ALLOW"; in ipe_parser_widestring_test()
|
Completed in 8 milliseconds