| _md5.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 18 | 38.8 |
| line | true | false | branch |
|---|---|---|---|
| 171 | 0 | 7 | if (index) { |
| 174 | 0 | 0 | if (size < left) return; |
| 181 | 0 | 7 | while (size >= md5_block_size) { |
| 183 | 0 | 0 | if (IS_LITTLE_ENDIAN && IS_ALIGNED_32(msg)) { |
| 196 | 7 | 0 | if (size) { |
| 220 | 0 | 8 | if (index > 14) { |
| 222 | 0 | 0 | while (index < 16) { |
| 228 | 92 | 8 | while (index < 14) { |
| 235 | 8 | 0 | if (result) le32_copy(result, 0, &ctx->hash, 16); |