Searched refs:kHashesPerBlock (Results 1 – 1 of 1) sorted by relevance
47 static constexpr int kHashesPerBlock = kBlockSize / kDigestSize; variable360 const int32_t leaf_nodes_count = (data_block_count + kHashesPerBlock - 1) / kHashesPerBlock; in SendTreeBlocksForDataBlock()365 const int32_t leaf_idx = leaf_nodes_offset + blockIdx / kHashesPerBlock; in SendTreeBlocksForDataBlock()689 int32_t leaf_nodes_count = (data_block_count + kHashesPerBlock - 1) / kHashesPerBlock; in open_signature()