Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/ps3/
Dos-area.c369 static int verify_header(const struct os_area_header *header) in verify_header() function
647 if (count < OS_AREA_SEGMENT_SIZE || verify_header(header) || in update_flash_db()
757 result = verify_header(header); in ps3_os_area_save_params()
/linux-4.1.27/security/apparmor/
Dpolicy_unpack.c640 static int verify_header(struct aa_ext *e, int required, const char **ns) in verify_header() function
763 error = verify_header(&e, e.pos == e.start, ns); in aa_unpack()