Home
last modified time | relevance | path

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

/external/u-boot/lib/optee/
Doptee.c17 unsigned long tzdram_len, unsigned long image_len) in optee_verify_image() argument
30 tee_file_size != image_len || in optee_verify_image()
40 unsigned long image_len) in optee_verify_bootm_image() argument
48 ret = optee_verify_image(hdr, tzdram_start, tzdram_len, image_len); in optee_verify_bootm_image()
61 hdr->init_load_addr_hi, image_len, hdr->arch, image_load_addr, in optee_verify_bootm_image()
62 image_load_addr + image_len); in optee_verify_bootm_image()
/external/u-boot/common/
Dbootm.c97 &images, &images.os.image_start, &images.os.image_len); in bootm_find_os()
98 if (images.os.image_len == 0) { in bootm_find_os()
359 void *load_buf, void *image_buf, ulong image_len, in bootm_decomp_image() argument
376 if (image_len <= unc_len) in bootm_decomp_image()
377 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image()
383 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image()
397 image_buf, image_len, in bootm_decomp_image()
399 image_len = size; in bootm_decomp_image()
408 image_buf, image_len); in bootm_decomp_image()
409 image_len = lzma_len; in bootm_decomp_image()
[all …]
Dbootm_os.c26 env_set_hex("filesize", images->os.image_len); in do_bootm_standalone()
450 images->os.image_len); in do_bootm_tee()
/external/u-boot/include/tee/
Doptee.h45 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/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c353 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
355 if (size > icon->image_len - offset) in hs20_get_icon()
356 size = icon->image_len - offset; in hs20_get_icon()
381 (unsigned int) icon->image_len); in hs20_free_icon_entry()
476 icon->image_len = slen; in hs20_process_icon_binary_file()
481 (unsigned int) icon->image_len); in hs20_process_icon_binary_file()
485 icon->image_len); in hs20_process_icon_binary_file()
Dwpa_supplicant_i.h448 size_t image_len; member
/external/u-boot/include/
Dbootm.h72 void *load_buf, void *image_buf, ulong image_len,
Dimage.h328 ulong image_start, image_len; /* start of image within blob, len of image */ member