Searched refs:tmp_buf (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | image_validate.c | 70 uint8_t *tmp_buf, uint32_t tmp_buf_sz, uint8_t *hash_result, in bootutil_img_hash() argument 106 (void)tmp_buf; in bootutil_img_hash() 184 rc = flash_area_read(fap, off + sector_off, tmp_buf, blk_sz); in bootutil_img_hash() 186 rc = flash_area_read(fap, off, tmp_buf, blk_sz); in bootutil_img_hash() 201 blk_sz, blk_off, tmp_buf); in bootutil_img_hash() 205 bootutil_sha_update(&sha_ctx, tmp_buf, blk_sz); in bootutil_img_hash() 480 uint8_t *tmp_buf, uint32_t tmp_buf_sz, uint8_t *seed, in bootutil_img_validate() argument 523 rc = bootutil_img_hash(state, hdr, fap, tmp_buf, tmp_buf_sz, hash, seed, seed_len, in bootutil_img_validate() 526 rc = bootutil_img_hash(state, hdr, fap, tmp_buf, tmp_buf_sz, hash, seed, seed_len); in bootutil_img_validate()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | image.h | 203 uint8_t *tmp_buf, uint32_t tmp_buf_sz,
|