Searched refs:elephant (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/md/
H A Ddm-crypt.c149 CRYPT_ENCRYPT_PREPROCESS, /* Must preprocess data for encryption (elephant) */
177 struct iv_elephant_private elephant; member in union:crypt_config::__anon358
315 * elephant: The extended version of eboiv with additional Elephant diffuser
780 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
782 crypto_free_skcipher(elephant->tfm);
783 elephant->tfm = NULL;
789 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
792 elephant
952 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
1048 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
1056 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
[all...]

Completed in 183 milliseconds