Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dpolicy_unpack.c274 VISIBLE_IF_KUNIT bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name) in aa_unpack_u32() function
291 EXPORT_SYMBOL_IF_KUNIT(aa_unpack_u32);
316 if (!aa_unpack_u32(e, &val, name)) in aa_unpack_cap_low()
326 if (!aa_unpack_u32(e, &val, name)) in aa_unpack_cap_high()
621 if (!aa_unpack_u32(e, &tmp, NULL)) in unpack_rlimits()
655 return aa_unpack_u32(e, &reserved, NULL) && in unpack_perm()
656 aa_unpack_u32(e, &perm->allow, NULL) && in unpack_perm()
657 aa_unpack_u32(e, &perm->deny, NULL) && in unpack_perm()
658 aa_unpack_u32(e, &perm->subtree, NULL) && in unpack_perm()
659 aa_unpack_u32( in unpack_perm()
[all...]
H A Dpolicy_unpack_test.c452 success = aa_unpack_u32(puf->e, &data, NULL); in policy_unpack_test_unpack_u32_with_null_name()
469 success = aa_unpack_u32(puf->e, &data, name); in policy_unpack_test_unpack_u32_with_name()
487 success = aa_unpack_u32(puf->e, &data, name); in policy_unpack_test_unpack_u32_out_of_bounds()
/linux/security/apparmor/include/
H A Dpolicy_unpack.h173 bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name);