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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c2492 struct cryptocop_tfrm_cfg ciph_tcfg = {0}; local
2593 ciph_tcfg.tid = CRYPTOCOP_IOCTL_CIPHER_TID;
2594 ciph_tcfg.inject_ix = 0;
2595 ciph_tcfg.flags = 0;
2612 ciph_tcfg.flags |= CRYPTOCOP_EXPLICIT_IV;
2613 memcpy(ciph_tcfg.iv, oper.cipher_iv, cblocklen);
2633 ciph_tcfg.flags |= CRYPTOCOP_DECRYPT;
2635 ciph_tcfg.flags |= CRYPTOCOP_ENCRYPT;
2637 ciph_tcfg.next = cop->tfrm_op.tfrm_cfg;
2638 cop->tfrm_op.tfrm_cfg = &ciph_tcfg;
[all...]

Completed in 113 milliseconds