Lines Matching defs:aa_ext
66 * aa_ext is the read of the buffer containing the serialized profile. The
70 struct aa_ext {
106 const char *name, const char *info, struct aa_ext *e,
201 static bool inbounds(struct aa_ext *e, size_t size)
222 static size_t unpack_u16_chunk(struct aa_ext *e, char **chunk)
243 static bool unpack_X(struct aa_ext *e, enum aa_code code)
269 static bool unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name)
299 static bool unpack_u8(struct aa_ext *e, u8 *data, const char *name)
317 static bool unpack_u32(struct aa_ext *e, u32 *data, const char *name)
335 static bool unpack_u64(struct aa_ext *e, u64 *data, const char *name)
353 static size_t unpack_array(struct aa_ext *e, const char *name)
371 static size_t unpack_blob(struct aa_ext *e, char **blob, const char *name)
393 static int unpack_str(struct aa_ext *e, const char **string, const char *name)
416 static int unpack_strdup(struct aa_ext *e, char **string, const char *name)
442 static struct aa_dfa *unpack_dfa(struct aa_ext *e)
477 static bool unpack_trans_table(struct aa_ext *e, struct aa_profile *profile)
546 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile)
575 static bool unpack_secmark(struct aa_ext *e, struct aa_profile *profile)
619 static bool unpack_rlimits(struct aa_ext *e, struct aa_profile *profile)
674 static struct aa_profile *unpack_profile(struct aa_ext *e, char **ns_name)
957 static int verify_header(struct aa_ext *e, int required, const char **ns)
1180 struct aa_ext e = {