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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c87 char *iv_mode; member in struct:crypt_config
889 cc->iv_mode = kmalloc(strlen(ivmode) + 1, GFP_KERNEL);
890 if (!cc->iv_mode) {
891 ti->error = "Error kmallocing iv_mode string";
894 strcpy(cc->iv_mode, ivmode);
896 cc->iv_mode = NULL;
927 kfree(cc->iv_mode);
969 if (cc->iv_mode)
971 cc->iv_mode);

Completed in 82 milliseconds