| _md4.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 18 | 38.8 |
| line | true | false | branch |
|---|---|---|---|
| 141 | 0 | 5 | if (index) { |
| 144 | 0 | 0 | if (size < left) return; |
| 151 | 0 | 5 | while (size >= md4_block_size) { |
| 153 | 0 | 0 | if (IS_LITTLE_ENDIAN && IS_ALIGNED_32(msg)) { |
| 166 | 5 | 0 | if (size) { |
| 190 | 0 | 5 | if (index > 14) { |
| 192 | 0 | 0 | while (index < 16) { |
| 198 | 65 | 5 | while (index < 14) { |
| 205 | 5 | 0 | if (result) le32_copy(result, 0, &ctx->hash, 16); |