Home
last modified time | relevance | path

Searched refs:CRYPTOCOP_EXPLICIT_IV (Results 1 – 2 of 2) sorted by relevance

/arch/cris/include/arch-v32/arch/
Dcryptocop.h77 #define CRYPTOCOP_EXPLICIT_IV (0x04) macro
/arch/cris/arch-v32/drivers/
Dcryptocop.c966 …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()