Searched refs:aa_unpack_str (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/security/apparmor/ |
D | policy_unpack.c | 372 VISIBLE_IF_KUNIT int aa_unpack_str(struct aa_ext *e, const char **string, const char *name) in aa_unpack_str() function 394 EXPORT_SYMBOL_IF_KUNIT(aa_unpack_str); 400 int res = aa_unpack_str(e, &tmp, name); in aa_unpack_strdup() 821 if (!aa_unpack_str(e, &name, NULL)) in unpack_profile() 850 (void) aa_unpack_str(e, &profile->rename, "rename"); in unpack_profile() 853 (void) aa_unpack_str(e, &profile->attach.xmatch_str, "attach"); in unpack_profile() 1156 if (aa_unpack_str(e, &name, "namespace")) { in verify_header()
|
D | policy_unpack_test.c | 236 size = aa_unpack_str(puf->e, &string, NULL); in policy_unpack_test_unpack_str_with_null_name() 248 size = aa_unpack_str(puf->e, &string, TEST_STRING_NAME); in policy_unpack_test_unpack_str_with_name() 264 size = aa_unpack_str(puf->e, &string, TEST_STRING_NAME); in policy_unpack_test_unpack_str_out_of_bounds()
|
/linux-6.6.21/security/apparmor/include/ |
D | policy_unpack.h | 177 int aa_unpack_str(struct aa_ext *e, const char **string, const char *name);
|