Searched refs:CBC_MODE (Results 1 – 9 of 9) sorted by relevance
96 } else if (aes_ctx->ac_flags & CBC_MODE) { in aes_encrypt_contiguous_blocks()133 } else if (aes_ctx->ac_flags & CBC_MODE) { in aes_decrypt_contiguous_blocks()
174 (ECB_MODE|CBC_MODE|CTR_MODE|CCM_MODE|GCM_MODE|GMAC_MODE)) { in crypto_free_mode_ctx()183 case CBC_MODE: in crypto_free_mode_ctx()
301 cbc_ctx->cbc_flags |= CBC_MODE; in cbc_init_ctx()318 cbc_ctx->cbc_flags = CBC_MODE; in cbc_alloc_ctx()
44 #define CBC_MODE 0x00000004 macro
1056 if (des_ctx->dc_flags & CBC_MODE) { in des_encrypt_contiguous_blocks()1065 if (des_ctx->dc_flags & CBC_MODE) { in des_encrypt_contiguous_blocks()1088 if (des_ctx->dc_flags & CBC_MODE) { in des_decrypt_contiguous_blocks()1099 if (des_ctx->dc_flags & CBC_MODE) { in des_decrypt_contiguous_blocks()
740 if (blowfish_ctx->bc_flags & CBC_MODE) { in blowfish_encrypt_contiguous_blocks()761 if (blowfish_ctx->bc_flags & CBC_MODE) { in blowfish_decrypt_contiguous_blocks()
814 cbc_ctx->cbc_flags |= CBC_MODE; in des_cbc_ctx_init()816 cbc_ctx->cbc_flags |= CBC_MODE | DES3_STRENGTH; in des_cbc_ctx_init()
502 cbc_ctx->cbc_flags |= CBC_MODE; in blowfish_cbc_ctx_init()
840 cbc_ctx->cbc_flags |= CBC_MODE; in aes_cbc_ctx_init()