h 52 src/liblzma/check/sha256.c h(i) += S1(e(i)) + Ch(e(i), f(i), g(i)) + SHA256_K[i + j] \ h 54 src/liblzma/check/sha256.c d(i) += h(i); \ h 55 src/liblzma/check/sha256.c h(i) += S0(a(i)) + Maj(a(i), b(i), c(i)) h 108 src/liblzma/check/sha256.c state[7] += h(0); h 237 tests/test_index.c lzma_index_hash *h = lzma_index_hash_init(NULL, NULL); h 238 tests/test_index.c expect(h != NULL); h 242 tests/test_index.c expect(lzma_index_hash_append(h, r.block.unpadded_size, h 246 tests/test_index.c expect(lzma_index_hash_decode(h, buf, &pos, pos + 1) h 248 tests/test_index.c expect(lzma_index_hash_decode(h, buf, &pos, pos + 1) h 251 tests/test_index.c lzma_index_hash_end(h, NULL);