Lines Matching defs:block
71 }, { /* single-block file */
113 }, { /* 1K block size */
121 }, { /* 512-byte block size */
129 }, { /* 64K block size */
150 }, { /* default hash algorithm (SHA-256) and block size (4096) */
278 static int handle_merkle_tree_block(void *ctx, const void *block, size_t size,
292 * Test that this Merkle tree block has the expected size, offset, and
294 * order; then the 1 block at "level 1" should be reported last (but the
295 * level 1 block should have the smallest offset).
298 SHA256(block, size, digest);
300 /* 1 block at level 1 */