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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c113 struct crypt_iv_operations *iv_gen_ops; member in struct:crypt_config
438 if (cc->iv_gen_ops) {
439 r = cc->iv_gen_ops->generator(cc, iv, ctx->sector);
1023 if (cc->iv_gen_ops && cc->iv_gen_ops->dtr)
1024 cc->iv_gen_ops->dtr(cc);
1129 cc->iv_gen_ops = NULL;
1131 cc->iv_gen_ops = &crypt_iv_plain_ops;
1133 cc->iv_gen_ops = &crypt_iv_plain64_ops;
1135 cc->iv_gen_ops
[all...]

Completed in 71 milliseconds