Searched refs:ti_cipher (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.c2974 struct cryptocop_transform_init ti_cipher = {0}; local
3000 ti_cipher.alg = cryptocop_alg_des;
3003 ti_cipher.alg = cryptocop_alg_3des;
3006 ti_cipher.alg = cryptocop_alg_aes;
3012 DEBUG(printk("setting cipher transform %d\n", ti_cipher.alg));
3013 copy_from_user(ti_cipher.key, sop.key, sop.keylen/8);
3014 ti_cipher.keylen = sop.keylen;
3018 ti_cipher.cipher_mode = sop.cmode;
3024 DEBUG(printk("cryptocop_ioctl_create_session: setting CBC mode %d\n", ti_cipher.cipher_mode));
3034 ti_cipher
[all...]

Completed in 98 milliseconds