Searched refs:aa_ext (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/include/ |
| H A D | policy_unpack.h | 84 struct aa_ext { struct 205 bool aa_inbounds(struct aa_ext *e, size_t size); 206 size_t aa_unpack_u16_chunk(struct aa_ext *e, char **chunk); 207 bool aa_unpack_X(struct aa_ext *e, enum aa_code code); 208 bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name); 209 bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name); 210 bool aa_unpack_u64(struct aa_ext *e, u64 *data, const char *name); 211 bool aa_unpack_array(struct aa_ext *e, const char *name, u16 *size); 212 size_t aa_unpack_blob(struct aa_ext *e, char **blob, const char *name); 213 int aa_unpack_str(struct aa_ext *e, const char **string, const char *name); [all …]
|
| /linux/security/apparmor/ |
| H A D | policy_unpack.c | 65 const char *name, const char *info, struct aa_ext *e, in audit_iface() 180 VISIBLE_IF_KUNIT bool aa_inbounds(struct aa_ext *e, size_t size) in aa_inbounds() 193 VISIBLE_IF_KUNIT size_t aa_unpack_u16_chunk(struct aa_ext *e, char **chunk) in aa_unpack_u16_chunk() 215 VISIBLE_IF_KUNIT bool aa_unpack_X(struct aa_ext *e, enum aa_code code) in aa_unpack_X() 242 VISIBLE_IF_KUNIT bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name) in aa_unpack_nameX() 273 static bool unpack_u8(struct aa_ext *e, u8 *data, const char *name) in unpack_u8() 291 VISIBLE_IF_KUNIT bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name) in aa_unpack_u32() 310 VISIBLE_IF_KUNIT bool aa_unpack_u64(struct aa_ext *e, u64 *data, const char *name) in aa_unpack_u64() 329 static bool aa_unpack_cap_low(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_low() 339 static bool aa_unpack_cap_high(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_high() [all …]
|
| H A D | policy_unpack_test.c | 52 struct aa_ext *e; 56 static struct aa_ext *build_aa_ext_struct(struct policy_unpack_fixture *puf, in build_aa_ext_struct() 60 struct aa_ext *e; in build_aa_ext_struct()
|