| src/symcipher/aes_x86ni_cbcenc.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 52 | 0 | return br_aes_x86ni_supported() ? &br_aes_x86ni_cbcenc_vtable : NULL; |
| 62 | 165 | 11 | for (u = 0; u <= num_rounds; u ++) { |
| 65 | 132 | 11 | while (len > 0) { |
| 79 | 0 | 132 | if (num_rounds == 10) { |
| 81 | 0 | 132 | } else if (num_rounds == 12) { |