Searched refs:tmp_len (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/rng/ |
A D | rockchip_rng.c | 60 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, ®, 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 D | avb_sha256.c | 310 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 D | avb_sha512.c | 296 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 D | gpt.c | 638 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 D | cf_spi.c | 175 int tmp_len = len - 1; in coldfire_spi_xfer() local 177 while (tmp_len--) { in coldfire_spi_xfer()
|
A D | fsl_dspi.c | 275 int tmp_len = len - 1; in dspi_xfer() local 276 while (tmp_len--) { in dspi_xfer()
|
/u-boot/fs/ubifs/ |
A D | ubifs.c | 118 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