| src/symcipher/aes_x86ni_cbcdec.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 22 | 68.1 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 52 | 0 | return br_aes_x86ni_supported() ? &br_aes_x86ni_cbcdec_vtable : NULL; |
| 62 | 165 | 11 | for (u = 0; u <= num_rounds; u ++) { |
| 65 | 36 | 5 | while (len > 0) { |
| 69 | 30 | 6 | if (len >= 64) { |
| 75 | 6 | 0 | if (len >= 32) { |
| 77 | 0 | 6 | if (len >= 48) { |
| 135 | 0 | 36 | if (num_rounds == 10) { |
| 140 | 0 | 36 | } else if (num_rounds == 12) { |
| 181 | 30 | 6 | if (len >= 64) { |
| 188 | 6 | 0 | if (len >= 32) { |
| 190 | 0 | 6 | if (len >= 48) { |