Branch Coverage

src/symcipher/aes_x86ni_ctr.c
Criterion Covered Total %
branch 13 14 92.8


line true false branch
34 52 0 return br_aes_x86ni_supported() ? &br_aes_x86ni_ctr_vtable : NULL;
64 1020 80 for (u = 0; u <= num_rounds; u ++) {
68 174 20 while (len > 0) {
115 38 136 if (num_rounds == 10) {
120 8 128 } else if (num_rounds == 12) {
155 114 60 if (len >= 64) {
178 1280 60 for (u = 0; u < len; u ++) {