Home
last modified time | relevance | path

Searched refs:blk_len (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/mbedtls/port/sha/dma/
Dsha.c186 size_t blk_len = 0; in esp_sha_block_mode() local
190 blk_len = block_length(sha_type); in esp_sha_block_mode()
191 blk_word_len = blk_len / 4; in esp_sha_block_mode()
192 num_block = ilen / blk_len; in esp_sha_block_mode()
200 sha_hal_hash_block(sha_type, input + blk_len * i, blk_word_len, is_first_block); in esp_sha_block_mode()
/hal_espressif-3.4.0/components/esp_http_server/src/
Dhttpd_parse.c620 int blk_len, offset; in httpd_parse_req() local
631 if ((blk_len = read_block(r, offset, PARSER_BLOCK_SIZE)) < 0) { in httpd_parse_req()
632 if (blk_len == HTTPD_SOCK_ERR_TIMEOUT) { in httpd_parse_req()
647 parser_data.raw_datalen = blk_len + offset; in httpd_parse_req()
650 if ((offset = parse_block(&parser, offset, blk_len)) < 0) { in httpd_parse_req()