Branch Coverage

src/symcipher/aes_x86ni_ctrcbc.c
Criterion Covered Total %
branch 1 46 2.1


line true false branch
34 52 0 return br_aes_x86ni_supported() ? &br_aes_x86ni_ctrcbc_vtable : NULL;
63 0 0 for (u = 0; u <= num_rounds; u ++) {
91 0 0 while (len > 0) {
143 0 0 if (num_rounds == 10) {
148 0 0 } else if (num_rounds == 12) {
183 0 0 if (len >= 64) {
205 0 0 for (u = 0; u < len; u ++) {
268 0 0 for (u = 0; u <= num_rounds; u ++) {
271 0 0 while (len > 0) {
285 0 0 if (num_rounds == 10) {
287 0 0 } else if (num_rounds == 12) {
320 0 0 for (u = 0; u <= num_rounds; u ++) {
340 0 0 while (len > 0) {
373 0 0 if (num_rounds == 10) {
376 0 0 } else if (num_rounds == 12) {
397 0 0 if (first_iter) {
419 0 0 if (len == 0) {
430 0 0 if (num_rounds == 10) {
432 0 0 } else if (num_rounds == 12) {
468 0 0 for (u = 0; u <= num_rounds; u ++) {
487 0 0 while (len > 0) {
520 0 0 if (num_rounds == 10) {
523 0 0 } else if (num_rounds == 12) {