Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c181 struct iv_elephant_private elephant; member
762 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_dtr() local
764 kfree_sensitive(elephant->key); in crypt_iv_elephant_dtr()
765 elephant->key = NULL; in crypt_iv_elephant_dtr()
771 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_ctr() local
774 elephant->key = kmalloc_obj(*elephant->key); in crypt_iv_elephant_ctr()
775 if (!elephant->key) in crypt_iv_elephant_ctr()
931 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant() local
945 aes_encrypt(elephant->key, &ks[0], es.b); in crypt_iv_elephant()
949 aes_encrypt(elephant->key, &ks[16], es.b); in crypt_iv_elephant()
[all …]