Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha1.c128 size_t fill; in mbedtls_sha1_update() local
136 fill = 64 - left; in mbedtls_sha1_update()
145 if ( left && ilen >= fill ) { in mbedtls_sha1_update()
146 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha1_update()
148 input += fill; in mbedtls_sha1_update()
149 ilen -= fill; in mbedtls_sha1_update()
Desp_sha256.c138 size_t fill; in mbedtls_sha256_update() local
146 fill = 64 - left; in mbedtls_sha256_update()
156 if ( left && ilen >= fill ) { in mbedtls_sha256_update()
157 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha256_update()
159 input += fill; in mbedtls_sha256_update()
160 ilen -= fill; in mbedtls_sha256_update()
Desp_sha512.c186 size_t fill; in mbedtls_sha512_update() local
194 fill = 128 - left; in mbedtls_sha512_update()
202 if ( left && ilen >= fill ) { in mbedtls_sha512_update()
203 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha512_update()
205 input += fill; in mbedtls_sha512_update()
206 ilen -= fill; in mbedtls_sha512_update()
/hal_espressif-latest/components/mbedtls/port/sha/block/
Desp_sha1.c125 size_t fill; in mbedtls_sha1_update() local
133 fill = 64 - left; in mbedtls_sha1_update()
142 if ( left && ilen >= fill ) { in mbedtls_sha1_update()
143 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha1_update()
144 input += fill; in mbedtls_sha1_update()
145 ilen -= fill; in mbedtls_sha1_update()
Desp_sha256.c142 size_t fill; in mbedtls_sha256_update() local
150 fill = 64 - left; in mbedtls_sha256_update()
160 if ( left && ilen >= fill ) { in mbedtls_sha256_update()
161 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha256_update()
163 input += fill; in mbedtls_sha256_update()
164 ilen -= fill; in mbedtls_sha256_update()
Desp_sha512.c182 size_t fill; in mbedtls_sha512_update() local
190 fill = 128 - left; in mbedtls_sha512_update()
198 if ( left && ilen >= fill ) { in mbedtls_sha512_update()
199 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha512_update()
201 input += fill; in mbedtls_sha512_update()
202 ilen -= fill; in mbedtls_sha512_update()
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dutl.c123 BOOLEAN fill = FALSE; in utl_itoa() local
132 if (k > 0 || fill) { in utl_itoa()
134 fill = TRUE; in utl_itoa()
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha512.c316 size_t fill; in mbedtls_sha512_update() local
324 fill = 128 - left; in mbedtls_sha512_update()
332 if ( left && ilen >= fill ) { in mbedtls_sha512_update()
333 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha512_update()
338 input += fill; in mbedtls_sha512_update()
339 ilen -= fill; in mbedtls_sha512_update()
Desp_sha256.c280 size_t fill; in mbedtls_sha256_update() local
288 fill = 64 - left; in mbedtls_sha256_update()
297 if ( left && ilen >= fill ) { in mbedtls_sha256_update()
298 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha256_update()
304 input += fill; in mbedtls_sha256_update()
305 ilen -= fill; in mbedtls_sha256_update()
Desp_sha1.c320 size_t fill; in mbedtls_sha1_update() local
328 fill = 64 - left; in mbedtls_sha1_update()
337 if ( left && ilen >= fill ) { in mbedtls_sha1_update()
338 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha1_update()
344 input += fill; in mbedtls_sha1_update()
345 ilen -= fill; in mbedtls_sha1_update()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst306 * The ``--fill-flash-size SIZE`` option will pad the merged binary with `0xFF` bytes to the full f…