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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dpolicy_unpack.c58 * aa_ext is the read of the buffer containing the serialized profile. The
62 struct aa_ext { struct
93 const char *info, struct aa_ext *e, int error)
109 static bool inbounds(struct aa_ext *e, size_t size)
121 static size_t unpack_u16_chunk(struct aa_ext *e, char **chunk)
137 static bool unpack_X(struct aa_ext *e, enum aa_code code)
163 static bool unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name)
193 static bool unpack_u32(struct aa_ext *e, u32 *data, const char *name)
206 static bool unpack_u64(struct aa_ext *e, u64 *data, const char *name)
219 static size_t unpack_array(struct aa_ext *
[all...]

Completed in 174 milliseconds