Searched refs:CBC_MODE (Results 1 – 4 of 4) sorted by relevance
89 } else if (aes_ctx->ac_flags & CBC_MODE) { in aes_encrypt_contiguous_blocks()124 } else if (aes_ctx->ac_flags & CBC_MODE) { in aes_decrypt_contiguous_blocks()
128 (ECB_MODE|CBC_MODE|CTR_MODE|CCM_MODE|GCM_MODE|GMAC_MODE)) { in crypto_free_mode_ctx()133 case CBC_MODE: in crypto_free_mode_ctx()
258 cbc_ctx->cbc_flags |= CBC_MODE; in cbc_init_ctx()271 cbc_ctx->cbc_flags = CBC_MODE; in cbc_alloc_ctx()
49 #define CBC_MODE 0x00000004 macro