Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dhab.c366 ulong addr, ivt_offset; in do_authenticate_image() local
373 ivt_offset = simple_strtoul(argv[2], NULL, 16); in do_authenticate_image()
375 rcode = authenticate_image(addr, ivt_offset); in do_authenticate_image()
417 ptrdiff_t ivt_offset = 0; in authenticate_image() local
436 ivt_offset = (image_size + ALIGN_SIZE - 1) & in authenticate_image()
440 bytes = ivt_offset + IVT_SIZE + CSF_PAD_SIZE; in authenticate_image()
443 ivt_offset, ddr_start + ivt_offset); in authenticate_image()
445 print_buffer(ddr_start + ivt_offset, in authenticate_image()
446 (void *)(ddr_start + ivt_offset), in authenticate_image()
450 print_buffer(ddr_start + ivt_offset+IVT_SIZE, in authenticate_image()
[all …]