Home
last modified time | relevance | path

Searched refs:fill (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c224 int fill; in sha1_update() local
232 fill = 0x40 - left; in sha1_update()
241 if (left && ilen >= fill) { in sha1_update()
242 memcpy((void *)(ctx->buffer + left), (void *)input, fill); in sha1_update()
244 input += fill; in sha1_update()
245 ilen -= fill; in sha1_update()
469 uint32_t left, fill; in sha256_update() local
476 fill = 0x40 - left; in sha256_update()
485 if (left && length >= fill) { in sha256_update()
486 memcpy((void *)(ctx->buffer + left), (void *)input, fill); in sha256_update()
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c227 int fill; in sha1_update() local
234 fill = 64 - left; in sha1_update()
242 if (left && ilen >= fill) { in sha1_update()
243 memcpy ((void *) (ctx->buffer + left), (void *) input, fill); in sha1_update()
245 input += fill; in sha1_update()
246 ilen -= fill; in sha1_update()
479 uint32_t left, fill; in sha256_update() local
485 fill = 64 - left; in sha256_update()
493 if (left && length >= fill) { in sha256_update()
494 memcpy((void *) (ctx->buffer + left), (void *) input, fill); in sha256_update()
[all...]
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H A DMakefile67 $(OBJCOPY) --gap-fill=0xff -O binary $(PWD)/$(DDR_CMD).elf $@
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/
H A Dstart.S35 .fill 1024*8,1,0
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/
H A Dstart.S35 .fill 1024*8,1,0
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm467 --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
4257 target_exec_args="--error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp"

Completed in 15 milliseconds