Searched refs:verify_header (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | imagetool.c | 43 if ((*curr)->verify_header) { in imagetool_verify_print_header() 44 retval = (*curr)->verify_header((unsigned char *)ptr, in imagetool_verify_print_header() 76 retval = tparams->verify_header((unsigned char *)ptr, sbuf->st_size, in imagetool_verify_print_header_by_type()
|
H A D | imagetool.h | 111 int (*verify_header) (unsigned char *, int, struct image_tool_params *); member 317 .verify_header = _verify_header, \
|
H A D | dumpimage.c | 35 if (tparams->verify_header) { in dumpimage_extract_subimage() 36 retval = tparams->verify_header((unsigned char *)ptr, in dumpimage_extract_subimage()
|
/openbmc/linux/arch/um/drivers/ |
H A D | vector_transports.c | 258 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 D | vector_kern.h | 115 int (*verify_header)(uint8_t *header, member
|
H A D | vector_kern.c | 881 header_check = vp->verify_header( in vector_legacy_rx() 997 header_check = vp->verify_header( in vector_mmsg_rx() 1618 .verify_header = NULL, in vector_eth_configure()
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 350 static int verify_header(const struct os_area_header *header) in verify_header() function 626 if (count < OS_AREA_SEGMENT_SIZE || verify_header(header) || in update_flash_db() 736 result = verify_header(header); in ps3_os_area_save_params()
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack.c | 1131 static int verify_header(struct aa_ext *e, int required, const char **ns) in verify_header() function 1422 error = verify_header(&e, e.pos == e.start, ns); in aa_unpack()
|