Searched refs:elephant (Results 1 – 1 of 1) sorted by relevance
179 struct iv_elephant_private elephant; member787 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_dtr() local789 crypto_free_skcipher(elephant->tfm); in crypt_iv_elephant_dtr()790 elephant->tfm = NULL; in crypt_iv_elephant_dtr()796 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_ctr() local801 if (IS_ERR(elephant->tfm)) { in crypt_iv_elephant_ctr()802 r = PTR_ERR(elephant->tfm); in crypt_iv_elephant_ctr()803 elephant->tfm = NULL; in crypt_iv_elephant_ctr()959 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant() local1055 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_init() local[all …]