| src/symcipher/aes_ct_ctrcbc.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 0 | 0 | while (len -- > 0) { |
| 73 | 0 | 0 | while (len > 0) { |
| 96 | 0 | 0 | if (len > 16) { |
| 119 | 0 | 0 | if (len <= 32) { |
| 155 | 0 | 0 | while (len > 0) { |
| 220 | 0 | 0 | while (len > 0) { |
| 272 | 0 | 0 | if (first_iter) { |
| 289 | 0 | 0 | if (len == 0) { |
| 348 | 0 | 0 | while (len > 0) { |