Branch Coverage

src/symcipher/aes_ct64_ctrcbc.c
Criterion Covered Total %
branch 0 24 0.0


line true false branch
44 0 0 while (len -- > 0) {
73 0 0 while (len > 0) {
83 0 0 j = (len >= 64) ? 16 : (int)(len >> 2);
84 0 0 for (i = 0; i < j; i += 4) {
101 0 0 for (i = 0; i < 4; i ++) {
108 0 0 for (i = 0; i < 4; i ++) {
114 0 0 if (len <= 64) {
147 0 0 while (len > 0) {
218 0 0 while (len > 0) {
274 0 0 if (first_iter) {
291 0 0 if (len == 0) {
355 0 0 while (len > 0) {