Searched refs:block_length (Results 1 – 3 of 3) sorted by relevance
30 inline static size_t block_length(esp_sha_type type) in block_length() function72 sha_hal_hash_block(sha_type, data_block, block_length(sha_type) / 4, is_first_block); in esp_sha_block()
90 inline static size_t block_length(esp_sha_type type) in block_length() function192 blk_len = block_length(sha_type); in esp_sha_block_mode()221 if (buf_len > block_length(sha_type)) { in esp_sha_dma()297 size_t num_blks = (ilen + buf_len) / block_length(sha_type); in esp_sha_dma_process()
68 inline static size_t block_length(esp_sha_type type) in block_length() function219 sha_hal_hash_block(sha_type, data_block, block_length(sha_type), first_block); in esp_sha_block()