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.c290 VISIBLE_IF_KUNIT bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name) in aa_unpack_u32() function
307 EXPORT_SYMBOL_IF_KUNIT(aa_unpack_u32);
332 if (!aa_unpack_u32(e, &val, name)) in aa_unpack_cap_low()
342 if (!aa_unpack_u32(e, &val, name)) in aa_unpack_cap_high()
674 if (!aa_unpack_u32(e, &tmp, NULL)) in unpack_rlimits()
792 if (!aa_unpack_u32(e, &sets[i], NULL)) in unpack_tagsets()
812 return aa_unpack_u32(e, &h->mask, NULL) && in unpack_tag_header_ent()
813 aa_unpack_u32(e, &h->count, NULL) && in unpack_tag_header_ent()
814 aa_unpack_u32(e, &h->size, NULL) && in unpack_tag_header_ent()
815 aa_unpack_u32(e, &h->tags, NULL); in unpack_tag_header_ent()
[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.h188 bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name);