Searched refs:blk_len (Results 1 – 1 of 1) sorted by relevance
188 size_t blk_len = 0; in esp_sha_block_mode() local192 blk_len = block_length(sha_type); in esp_sha_block_mode()193 blk_word_len = blk_len / 4; in esp_sha_block_mode()194 num_block = ilen / blk_len; in esp_sha_block_mode()202 sha_hal_hash_block(sha_type, input + blk_len * i, blk_word_len, is_first_block); in esp_sha_block_mode()