Searched refs:blk_size (Results 1 – 2 of 2) sorted by relevance
47 uint32_t blk_size; member172 size_t blk_size = 0; in ast2600_hace_update() local180 blk_size = hctx->blk_size; in ast2600_hace_update()183 fill = blk_size - left; in ast2600_hace_update()206 data += blk_size; in ast2600_hace_update()207 len -= blk_size; in ast2600_hace_update()314 dst_hctx->blk_size = src_hctx->blk_size; in ast2600_hace_copy_state()358 hctx->blk_size = 64; in ast2600_hace_alloc()364 hctx->blk_size = 64; in ast2600_hace_alloc()370 hctx->blk_size = 128; in ast2600_hace_alloc()[all …]
2435 size_t blk_size = 0; in update_write_helper() local2447 blk_size = MIN(TMP_BLOCK_SIZE, new_size - blk_offset); in update_write_helper()2448 memset(blk_buf, 0, blk_size); in update_write_helper()2452 rd_size = MIN(blk_size, old_size - blk_offset); in update_write_helper()2485 blk_buf, blk_size, in update_write_helper()2490 blk_offset += blk_size; in update_write_helper()
Completed in 8 milliseconds