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

/linux-master/drivers/md/
H A Ddm-crypt.c147 CRYPT_ENCRYPT_PREPROCESS, /* Must preprocess data for encryption (elephant) */
175 struct iv_elephant_private elephant; member in union:crypt_config::__anon717
312 * elephant: The extended version of eboiv with additional Elephant diffuser
777 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
779 crypto_free_skcipher(elephant->tfm);
780 elephant->tfm = NULL;
786 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
789 elephant
949 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
1045 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
1053 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; local
[all...]

Completed in 80 milliseconds