Home
last modified time | relevance | path

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

/linux-6.15/security/apparmor/
H A Dpolicy_unpack.c290 EXPORT_SYMBOL_IF_KUNIT(aa_unpack_u32);
315 if (!aa_unpack_u32(e, &val, name)) in aa_unpack_cap_low()
325 if (!aa_unpack_u32(e, &val, name)) in aa_unpack_cap_high()
620 if (!aa_unpack_u32(e, &tmp, NULL)) in unpack_rlimits()
656 aa_unpack_u32(e, &perm->deny, NULL) && in unpack_perm()
666 aa_unpack_u32(e, &perm->tag, NULL) && in unpack_perm()
667 aa_unpack_u32(e, &perm->label, NULL); in unpack_perm()
882 if (!aa_unpack_u32(e, &tmp, NULL)) { in unpack_profile()
907 if (!aa_unpack_u32(e, &tmp, NULL)) in unpack_profile()
915 if (!aa_unpack_u32(e, &tmp, NULL)) in unpack_profile()
[all …]
H A Dpolicy_unpack_test.c450 success = aa_unpack_u32(puf->e, &data, NULL); in policy_unpack_test_unpack_u32_with_null_name()
467 success = aa_unpack_u32(puf->e, &data, name); in policy_unpack_test_unpack_u32_with_name()
485 success = aa_unpack_u32(puf->e, &data, name); in policy_unpack_test_unpack_u32_out_of_bounds()
/linux-6.15/security/apparmor/include/
H A Dpolicy_unpack.h173 bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name);