Searched refs:ocs_hcu_dev (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/crypto/keembay/ |
D | ocs-hcu.h | 37 struct ocs_hcu_dev { struct 73 struct ocs_hcu_dma_list *ocs_hcu_dma_list_alloc(struct ocs_hcu_dev *hcu_dev, 76 void ocs_hcu_dma_list_free(struct ocs_hcu_dev *hcu_dev, 79 int ocs_hcu_dma_list_add_tail(struct ocs_hcu_dev *hcu_dev, 85 int ocs_hcu_hash_update(struct ocs_hcu_dev *hcu_dev, 89 int ocs_hcu_hash_finup(struct ocs_hcu_dev *hcu_dev, 94 int ocs_hcu_hash_final(struct ocs_hcu_dev *hcu_dev, 98 int ocs_hcu_digest(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, 101 int ocs_hcu_hmac(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo,
|
D | ocs-hcu.c | 169 static int ocs_hcu_wait_busy(struct ocs_hcu_dev *hcu_dev) in ocs_hcu_wait_busy() 179 static void ocs_hcu_done_irq_en(struct ocs_hcu_dev *hcu_dev) in ocs_hcu_done_irq_en() 189 static void ocs_hcu_dma_irq_en(struct ocs_hcu_dev *hcu_dev) in ocs_hcu_dma_irq_en() 201 static void ocs_hcu_irq_dis(struct ocs_hcu_dev *hcu_dev) in ocs_hcu_irq_dis() 207 static int ocs_hcu_wait_and_disable_irq(struct ocs_hcu_dev *hcu_dev) in ocs_hcu_wait_and_disable_irq() 243 static int ocs_hcu_get_intermediate_data(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_get_intermediate_data() 286 static void ocs_hcu_set_intermediate_data(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_set_intermediate_data() 307 static int ocs_hcu_get_digest(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_get_digest() 341 static int ocs_hcu_hw_cfg(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_hw_cfg() 374 static void ocs_hcu_clear_key(struct ocs_hcu_dev *hcu_dev) in ocs_hcu_clear_key() [all …]
|
D | keembay-ocs-hcu-core.c | 46 struct ocs_hcu_dev *hcu_dev; 73 struct ocs_hcu_dev *hcu_dev; 164 static struct ocs_hcu_dev *kmb_ocs_hcu_find_dev(struct ahash_request *req) in kmb_ocs_hcu_find_dev() 179 struct ocs_hcu_dev, in kmb_ocs_hcu_find_dev() 190 struct ocs_hcu_dev *hcu_dev = rctx->hcu_dev; in kmb_ocs_hcu_dma_cleanup() 367 struct ocs_hcu_dev *hcu_dev = kmb_ocs_hcu_find_dev(req); in kmb_ocs_hcu_handle_queue() 415 struct ocs_hcu_dev *hcu_dev = kmb_ocs_hcu_find_dev(req); in kmb_ocs_hcu_do_one_request() 563 struct ocs_hcu_dev *hcu_dev = kmb_ocs_hcu_find_dev(req); in kmb_ocs_hcu_init() 713 struct ocs_hcu_dev *hcu_dev = kmb_ocs_hcu_find_dev(req); in kmb_ocs_hcu_digest() 1151 struct ocs_hcu_dev *hcu_dev; in kmb_ocs_hcu_remove() [all …]
|