Home
last modified time | relevance | path

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

/u-boot/drivers/rng/
A Drockchip_rng.c60 u32 reg, tmp_len; in rk_rng_read_regs() local
67 tmp_len = min(size, sizeof(u32)); in rk_rng_read_regs()
68 memcpy(buf, &reg, tmp_len); in rk_rng_read_regs()
70 buf += tmp_len; in rk_rng_read_regs()
71 size -= tmp_len; in rk_rng_read_regs()
/u-boot/lib/libavb/
A Davb_sha256.c310 size_t new_len, rem_len, tmp_len; in avb_sha256_update() local
313 tmp_len = AVB_SHA256_BLOCK_SIZE - ctx->len; in avb_sha256_update()
314 rem_len = len < tmp_len ? len : tmp_len; in avb_sha256_update()
A Davb_sha512.c296 size_t new_len, rem_len, tmp_len; in avb_sha512_update() local
299 tmp_len = AVB_SHA512_BLOCK_SIZE - ctx->len; in avb_sha512_update()
300 rem_len = len < tmp_len ? len : tmp_len; in avb_sha512_update()
/u-boot/cmd/
A Dgpt.c638 int str_len = 0, tmp_len; in gpt_enumerate() local
664 tmp_len = strlen((const char *)pinfo.name); in gpt_enumerate()
665 str_len += tmp_len; in gpt_enumerate()
674 ptr[tmp_len] = ' '; in gpt_enumerate()
/u-boot/drivers/spi/
A Dcf_spi.c175 int tmp_len = len - 1; in coldfire_spi_xfer() local
177 while (tmp_len--) { in coldfire_spi_xfer()
A Dfsl_dspi.c275 int tmp_len = len - 1; in dspi_xfer() local
276 while (tmp_len--) { in dspi_xfer()
/u-boot/fs/ubifs/
A Dubifs.c118 size_t tmp_len = *dlen; in crypto_comp_decompress() local
126 err = compr->decompress(src, slen, dst, &tmp_len); in crypto_comp_decompress()
131 *dlen = tmp_len; in crypto_comp_decompress()

Completed in 12 milliseconds