_tiger.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 18 | 50.0 |
line | true | false | branch |
---|---|---|---|
167 | 3 | 2 | if (index) { |
169 | 3 | 0 | if (size < left) { |
179 | 0 | 2 | while (size >= tiger_block_size) { |
180 | 0 | 0 | if (IS_ALIGNED_64(msg)) { |
192 | 2 | 0 | if (size) { |
212 | 0 | 6 | ctx->message[index++] = (ctx->tiger2 ? 0x80 : 0x01); |
215 | 0 | 6 | if (index > 56) { |
217 | 0 | 0 | while (index < 64) { |
223 | 308 | 6 | while (index < 56) { |