Searched refs:ocs_hcu_dev (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/crypto/keembay/ |
A 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,
|
A 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() 307 static int ocs_hcu_get_digest(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_get_digest() 374 static void ocs_hcu_clear_key(struct ocs_hcu_dev *hcu_dev) in ocs_hcu_clear_key() 512 void ocs_hcu_dma_list_free(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_dma_list_free() 607 int ocs_hcu_hash_update(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_hash_update() 644 int ocs_hcu_hash_finup(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_hash_finup() 681 int ocs_hcu_hash_final(struct ocs_hcu_dev *hcu_dev, in ocs_hcu_hash_final() [all …]
|
A 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 …]
|
Completed in 7 milliseconds