_ripemd-160.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 16 | 37.5 |
line | true | false | branch |
---|---|---|---|
276 | 0 | 2 | if (index) { |
279 | 0 | 0 | if (size < left) return; |
286 | 0 | 2 | while (size >= ripemd160_block_size) { |
288 | 0 | 0 | if (IS_LITTLE_ENDIAN && IS_ALIGNED_32(msg)) { |
301 | 2 | 0 | if (size) { |
325 | 0 | 2 | if (index > 14) { |
327 | 0 | 0 | while (index < 16) { |
333 | 26 | 2 | while (index < 14) { |