Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c2496 struct cryptocop_tfrm_cfg ciph_tcfg = {0}; in cryptocop_ioctl_process() local
2597 ciph_tcfg.tid = CRYPTOCOP_IOCTL_CIPHER_TID; in cryptocop_ioctl_process()
2598 ciph_tcfg.inject_ix = 0; in cryptocop_ioctl_process()
2599 ciph_tcfg.flags = 0; in cryptocop_ioctl_process()
2616 ciph_tcfg.flags |= CRYPTOCOP_EXPLICIT_IV; in cryptocop_ioctl_process()
2617 memcpy(ciph_tcfg.iv, oper.cipher_iv, cblocklen); in cryptocop_ioctl_process()
2637 ciph_tcfg.flags |= CRYPTOCOP_DECRYPT; in cryptocop_ioctl_process()
2639 ciph_tcfg.flags |= CRYPTOCOP_ENCRYPT; in cryptocop_ioctl_process()
2641 ciph_tcfg.next = cop->tfrm_op.tfrm_cfg; in cryptocop_ioctl_process()
2642 cop->tfrm_op.tfrm_cfg = &ciph_tcfg; in cryptocop_ioctl_process()
[all …]