| _ripemd-160.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 16 | 37.5 |
| line | true | false | branch |
|---|---|---|---|
| 266 | 0 | 2 | if (index) { |
| 269 | 0 | 0 | if (size < left) return; |
| 276 | 0 | 2 | while (size >= ripemd160_block_size) { |
| 278 | 0 | 0 | if (IS_LITTLE_ENDIAN && IS_ALIGNED_32(msg)) { |
| 291 | 2 | 0 | if (size) { |
| 315 | 0 | 2 | if (index > 14) { |
| 317 | 0 | 0 | while (index < 16) { |
| 323 | 26 | 2 | while (index < 14) { |