Searched refs:aa_unpack_str (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/include/ |
| H A D | policy_unpack.h | 177 int aa_unpack_str(struct aa_ext *e, const char **string, const char *name);
|
| /linux/security/apparmor/ |
| H A D | policy_unpack.c | 373 VISIBLE_IF_KUNIT int aa_unpack_str(struct aa_ext *e, const char **string, const char *name) in aa_unpack_str() function 395 EXPORT_SYMBOL_IF_KUNIT(aa_unpack_str); 401 int res = aa_unpack_str(e, &tmp, name); in aa_unpack_strdup() 1106 if (!aa_unpack_str(e, &name, NULL)) in unpack_profile() 1135 (void) aa_unpack_str(e, &profile->rename, "rename"); in unpack_profile() 1138 (void) aa_unpack_str(e, &profile->attach.xmatch_str, "attach"); in unpack_profile() 1434 if (aa_unpack_str(e, &name, "namespace")) { in verify_header()
|
| H A D | policy_unpack_test.c | 238 size = aa_unpack_str(puf->e, &string, NULL); in policy_unpack_test_unpack_str_with_null_name() 250 size = aa_unpack_str(puf->e, &string, TEST_STRING_NAME); in policy_unpack_test_unpack_str_with_name() 266 size = aa_unpack_str(puf->e, &string, TEST_STRING_NAME); in policy_unpack_test_unpack_str_out_of_bounds()
|