Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_sha256.c298 unsigned int new_len, rem_len, tmp_len; in avb_sha256_update() local
301 tmp_len = AVB_SHA256_BLOCK_SIZE - ctx->len; in avb_sha256_update()
302 rem_len = len < tmp_len ? len : tmp_len; in avb_sha256_update()
H A Davb_sha512.c296 unsigned int 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()
/openbmc/u-boot/drivers/spi/
H A Dcf_spi.c126 int tmp_len = len - 1; in cfspi_xfer() local
127 while (tmp_len--) { in cfspi_xfer()
H A Dfsl_dspi.c274 int tmp_len = len - 1; in dspi_xfer() local
275 while (tmp_len--) { in dspi_xfer()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c128 size_t tmp_len = *dlen; in crypto_comp_decompress() local
136 err = compr->decompress(src, slen, dst, &tmp_len); in crypto_comp_decompress()
141 *dlen = tmp_len; in crypto_comp_decompress()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch28050 int tmp_len;
28067 tmp_len = strlen (tmp);
28069 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
28077 tmp_len = strlen (tmp);
28078 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
28079 memcpy (concat_name, tmp, tmp_len);