Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c180 struct iv_elephant_private elephant; member
768 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_dtr() local
770 crypto_free_skcipher(elephant->tfm); in crypt_iv_elephant_dtr()
771 elephant->tfm = NULL; in crypt_iv_elephant_dtr()
777 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_ctr() local
780 elephant->tfm = crypto_alloc_skcipher("ecb(aes)", 0, in crypt_iv_elephant_ctr()
782 if (IS_ERR(elephant->tfm)) { in crypt_iv_elephant_ctr()
783 r = PTR_ERR(elephant->tfm); in crypt_iv_elephant_ctr()
784 elephant->tfm = NULL; in crypt_iv_elephant_ctr()
940 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant() local
[all …]