Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dvector_transports.c258 vp->verify_header = &gre_verify_header; in build_gre_transport_data()
319 vp->verify_header = &l2tpv3_verify_header; in build_l2tpv3_transport_data()
406 vp->verify_header = &raw_verify_header; in build_raw_transport_data()
425 vp->verify_header = &raw_verify_header; in build_hybrid_transport_data()
450 vp->verify_header = &raw_verify_header; in build_tap_transport_data()
471 vp->verify_header = NULL; in build_bess_transport_data()
H A Dvector_kern.h113 int (*verify_header)(uint8_t *header, member
H A Dvector_kern.c883 header_check = vp->verify_header( in vector_legacy_rx()
996 header_check = vp->verify_header( in vector_mmsg_rx()
1616 .verify_header = NULL, in vector_eth_configure()
/OK3568_Linux_fs/u-boot/tools/
H A Dimagetool.c44 if ((*curr)->verify_header) { in imagetool_verify_print_header()
45 retval = (*curr)->verify_header((unsigned char *)ptr, in imagetool_verify_print_header()
H A Ddumpimage.c36 if (tparams->verify_header) { in dumpimage_extract_subimage()
37 retval = tparams->verify_header((unsigned char *)ptr, in dumpimage_extract_subimage()
H A Dimagetool.h113 int (*verify_header) (unsigned char *, int, struct image_tool_params *); member
298 .verify_header = _verify_header, \
H A Dsocfpgaimage.c93 static int verify_header(const uint8_t *buf) in verify_header() function
136 len = verify_header(buf + HEADER_OFFSET); in verify_buffer()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dos-area.c352 static int verify_header(const struct os_area_header *header) in verify_header() function
628 if (count < OS_AREA_SEGMENT_SIZE || verify_header(header) || in update_flash_db()
738 result = verify_header(header); in ps3_os_area_save_params()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack.c948 static int verify_header(struct aa_ext *e, int required, const char **ns) in verify_header() function
1181 error = verify_header(&e, e.pos == e.start, ns); in aa_unpack()