Lines Matching refs:ciph_tcfg
2496 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()
2662 ciph_tcfg.inject_ix += digest_length; in cryptocop_ioctl_process()
2675 ciph_tcfg.inject_ix += 2; in cryptocop_ioctl_process()