Searched refs:CRYPTOCOP_EXPLICIT_IV (Results 1 – 2 of 2) sorted by relevance
77 #define CRYPTOCOP_EXPLICIT_IV (0x04) macro
966 …it.cipher_mode == cryptocop_cipher_mode_cbc) && (cipher_ctx.tcfg->flags & CRYPTOCOP_EXPLICIT_IV)) { in cryptocop_setup_dma_list()1140 …if (cipher_ctx.cbcmode && !(cipher_ctx.tcfg->flags & CRYPTOCOP_EXPLICIT_IV) && cipher_ctx.produced… in cryptocop_setup_dma_list()2616 ciph_tcfg.flags |= CRYPTOCOP_EXPLICIT_IV; in cryptocop_ioctl_process()