Searched refs:elephant (Results 1 – 1 of 1) sorted by relevance
181 struct iv_elephant_private elephant; member762 struct iv_elephant_private *elephant = &cc->iv_gen_private.elephant; in crypt_iv_elephant_dtr() local764 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() local774 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() local945 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 …]