| _tiger.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 20 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 187 | 3 | 2 | if (index) { |
| 189 | 3 | 0 | if (size < left) { |
| 190 | 3 | 0 | if (size > 0) |
| 200 | 0 | 2 | while (size >= tiger_block_size) { |
| 201 | 0 | 0 | if (IS_ALIGNED_64(msg)) { |
| 213 | 2 | 0 | if (size) { |
| 233 | 0 | 6 | ctx->message[index++] = (ctx->length & TIGER2_FLAG ? 0x80 : 0x01); |
| 236 | 0 | 6 | if (index > 56) { |
| 238 | 0 | 0 | while (index < 64) { |
| 244 | 308 | 6 | while (index < 56) { |