Home
last modified time | relevance | path

Searched refs:aa_ext (Results 1 – 2 of 2) sorted by relevance

/linux/security/apparmor/include/
H A Dpolicy_unpack.h83 struct aa_ext { struct
169 bool aa_inbounds(struct aa_ext *e, size_t size);
170 size_t aa_unpack_u16_chunk(struct aa_ext *e, char **chunk);
171 bool aa_unpack_X(struct aa_ext *e, enum aa_code code);
172 bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name);
173 bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name);
174 bool aa_unpack_u64(struct aa_ext *e, u64 *data, const char *name);
175 bool aa_unpack_array(struct aa_ext *e, const char *name, u16 *size);
176 size_t aa_unpack_blob(struct aa_ext *e, char **blob, const char *name);
177 int aa_unpack_str(struct aa_ext *e, const char **string, const char *name);
[all …]
/linux/security/apparmor/
H A Dpolicy_unpack_test.c50 struct aa_ext *e;
54 static struct aa_ext *build_aa_ext_struct(struct policy_unpack_fixture *puf, in build_aa_ext_struct()
58 struct aa_ext *e; in build_aa_ext_struct()