Searched refs:iv_gen_ops (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.c86 struct crypt_iv_operations *iv_gen_ops; member in struct:crypt_config
303 if (cc->iv_gen_ops) {
304 r = cc->iv_gen_ops->generator(cc, iv, sector);
813 cc->iv_gen_ops = NULL;
815 cc->iv_gen_ops = &crypt_iv_plain_ops;
817 cc->iv_gen_ops = &crypt_iv_essiv_ops;
819 cc->iv_gen_ops = &crypt_iv_benbi_ops;
821 cc->iv_gen_ops = &crypt_iv_null_ops;
827 if (cc->iv_gen_ops && cc->iv_gen_ops
[all...]

Completed in 27 milliseconds