cipher_handle 1672 drivers/crypto/ccree/cc_cipher.c struct cc_cipher_handle *cipher_handle = drvdata->cipher_handle; cipher_handle 1674 drivers/crypto/ccree/cc_cipher.c if (cipher_handle) { cipher_handle 1676 drivers/crypto/ccree/cc_cipher.c list_for_each_entry_safe(t_alg, n, &cipher_handle->alg_list, cipher_handle 1682 drivers/crypto/ccree/cc_cipher.c kfree(cipher_handle); cipher_handle 1683 drivers/crypto/ccree/cc_cipher.c drvdata->cipher_handle = NULL; cipher_handle 1690 drivers/crypto/ccree/cc_cipher.c struct cc_cipher_handle *cipher_handle; cipher_handle 1696 drivers/crypto/ccree/cc_cipher.c cipher_handle = kmalloc(sizeof(*cipher_handle), GFP_KERNEL); cipher_handle 1697 drivers/crypto/ccree/cc_cipher.c if (!cipher_handle) cipher_handle 1700 drivers/crypto/ccree/cc_cipher.c INIT_LIST_HEAD(&cipher_handle->alg_list); cipher_handle 1701 drivers/crypto/ccree/cc_cipher.c drvdata->cipher_handle = cipher_handle; cipher_handle 1734 drivers/crypto/ccree/cc_cipher.c &cipher_handle->alg_list); cipher_handle 147 drivers/crypto/ccree/cc_driver.h void *cipher_handle;