Searched refs:blk_len (Results 1 – 2 of 2) sorted by relevance
186 size_t blk_len = 0; in esp_sha_block_mode() local190 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()
620 int blk_len, offset; in httpd_parse_req() local631 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()