Branch Coverage

inc/matrixssl-3-9-3-open/crypto/symmetric/aesCBC.c
Criterion Covered Total %
branch 15 16 93.7


line true false branch
71 0 4 if ((err = psAesInitBlockKey(&ctx->key, key, keylen, flags)) != PS_SUCCESS)
75 64 4 for (x = 0; x < AES_BLOCKLEN; x++)
100 12 5 for (i = 0; i < len; i += AES_BLOCKLEN)
103 192 12 for (j = 0; j < AES_BLOCKLEN; j++)
111 192 12 for (j = 0; j < AES_BLOCKLEN; j++)
141 12 3 for (i = 0; i < len; i += AES_BLOCKLEN)
145 192 12 for (j = 0; j < AES_BLOCKLEN; j++)
153 192 12 for (j = 0; j < AES_BLOCKLEN; j++)