Searched refs:image_len (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/include/tee/ |
D | optee.h | 45 unsigned long tzdram_len, unsigned long image_len); 50 unsigned long image_len) in optee_verify_image() argument 60 unsigned long image_len); 64 unsigned long image_len) in optee_verify_bootm_image() argument
|
/external/u-boot/lib/optee/ |
D | optee.c | 19 unsigned long tzdram_len, unsigned long image_len) in optee_verify_image() argument 32 tee_file_size != image_len || in optee_verify_image() 42 unsigned long image_len) in optee_verify_bootm_image() argument 50 ret = optee_verify_image(hdr, tzdram_start, tzdram_len, image_len); in optee_verify_bootm_image() 63 hdr->init_load_addr_hi, image_len, hdr->arch, image_load_addr, in optee_verify_bootm_image() 64 image_load_addr + image_len); in optee_verify_bootm_image()
|
/external/u-boot/common/ |
D | image.c | 409 void *load_buf, void *image_buf, ulong image_len, in image_decomp() argument 426 if (image_len <= unc_len) in image_decomp() 427 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in image_decomp() 433 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in image_decomp() 447 image_buf, image_len, in image_decomp() 449 image_len = size; in image_decomp() 458 image_buf, image_len); in image_decomp() 459 image_len = lzma_len; in image_decomp() 467 ret = lzop_decompress(image_buf, image_len, load_buf, &size); in image_decomp() 468 image_len = size; in image_decomp() [all …]
|
D | bootm.c | 91 &images, &images.os.image_start, &images.os.image_len); in bootm_find_os() 92 if (images.os.image_len == 0) { in bootm_find_os() 349 ulong image_len = os.image_len; in bootm_load_os() local 356 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os() 358 load_buf, image_buf, image_len, in bootm_load_os()
|
D | bootm_os.c | 28 env_set_hex("filesize", images->os.image_len); in do_bootm_standalone() 487 images->os.image_len); in do_bootm_tee()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | hs20_supplicant.c | 354 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon() 356 if (size > icon->image_len - offset) in hs20_get_icon() 357 size = icon->image_len - offset; in hs20_get_icon() 382 (unsigned int) icon->image_len); in hs20_free_icon_entry() 477 icon->image_len = slen; in hs20_process_icon_binary_file() 482 (unsigned int) icon->image_len); in hs20_process_icon_binary_file() 486 icon->image_len); in hs20_process_icon_binary_file()
|
D | wpa_supplicant_i.h | 452 size_t image_len; member
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 338 ulong image_start, image_len; /* start of image within blob, len of image */ member 868 void *load_buf, void *image_buf, ulong image_len,
|
/external/u-boot/include/ |
D | image.h | 338 ulong image_start, image_len; /* start of image within blob, len of image */ member 868 void *load_buf, void *image_buf, ulong image_len,
|