Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/
Dpolicy_unpack.c371 VISIBLE_IF_KUNIT int aa_unpack_str(struct aa_ext *e, const char **string, const char *name) in aa_unpack_str() function
393 EXPORT_SYMBOL_IF_KUNIT(aa_unpack_str);
399 int res = aa_unpack_str(e, &tmp, name); in aa_unpack_strdup()
821 if (!aa_unpack_str(e, &name, NULL)) in unpack_profile()
846 (void) aa_unpack_str(e, &profile->rename, "rename"); in unpack_profile()
849 (void) aa_unpack_str(e, &profile->attach.xmatch_str, "attach"); in unpack_profile()
876 (void) aa_unpack_str(e, &profile->disconnected, "disconnected"); in unpack_profile()
1151 if (aa_unpack_str(e, &name, "namespace")) { in verify_header()
Dpolicy_unpack_test.c236 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-v6.6/security/apparmor/include/
Dpolicy_unpack.h177 int aa_unpack_str(struct aa_ext *e, const char **string, const char *name);