- /* Make sure the context size for the mode fits in the one we have */
- if(cbc->size>sizeof(aes_encrypt_ctx))
- panic("%s: inconsistent size for AES encrypt context", __FUNCTION__);
-
- cccbc_init(cbc, cx[0].ctx, key_len, key);
+ /* Make sure the context size for the mode fits in the one we have */
+ if (cbc->size > sizeof(aes_encrypt_ctx)) {
+ panic("%s: inconsistent size for AES encrypt context", __FUNCTION__);
+ }