Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dcryptocop.h115 struct cryptocop_tfrm_cfg *tfrm_cfg; member
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c772 struct cryptocop_tfrm_cfg *tcfg = operation->tfrm_op.tfrm_cfg; in cryptocop_setup_dma_list()
2572 cop->tfrm_op.tfrm_cfg = NULL; 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()
2669 digest_tcfg.next = cop->tfrm_op.tfrm_cfg; in cryptocop_ioctl_process()
2670 cop->tfrm_op.tfrm_cfg = &digest_tcfg; in cryptocop_ioctl_process()
2684 csum_tcfg.next = cop->tfrm_op.tfrm_cfg; in cryptocop_ioctl_process()
2685 cop->tfrm_op.tfrm_cfg = &csum_tcfg; in cryptocop_ioctl_process()
3311 cop->tfrm_op.tfrm_cfg, in print_cryptocop_operation()
3320 tc = cop->tfrm_op.tfrm_cfg; in print_cryptocop_operation()