Searched refs:eip93_device (Results 1 – 9 of 9) sorted by relevance
| /drivers/crypto/inside-secure/eip93/ |
| A D | eip93-main.c | 65 inline void eip93_irq_disable(struct eip93_device *eip93, u32 mask) in eip93_irq_disable() 70 inline void eip93_irq_enable(struct eip93_device *eip93, u32 mask) in eip93_irq_enable() 75 inline void eip93_irq_clear(struct eip93_device *eip93, u32 mask) in eip93_irq_clear() 175 static void eip93_handle_result_descriptor(struct eip93_device *eip93) in eip93_handle_result_descriptor() 263 struct eip93_device *eip93 = (struct eip93_device *)data; in eip93_done_task() 270 struct eip93_device *eip93 = data; in eip93_irq_handler() 338 static void eip93_desc_free(struct eip93_device *eip93) in eip93_desc_free() 361 static int eip93_desc_init(struct eip93_device *eip93) in eip93_desc_init() 385 static void eip93_cleanup(struct eip93_device *eip93) in eip93_cleanup() 403 struct eip93_device *eip93; in eip93_crypto_probe() [all …]
|
| A D | eip93-common.h | 12 void *eip93_get_descriptor(struct eip93_device *eip93); 13 int eip93_put_descriptor(struct eip93_device *eip93, struct eip93_descriptor *desc); 18 int eip93_parse_ctrl_stat_err(struct eip93_device *eip93, int err);
|
| A D | eip93-cipher.h | 14 struct eip93_device *eip93; 49 void eip93_unmap_dma(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx, 57 void eip93_handle_result(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx,
|
| A D | eip93-common.c | 25 int eip93_parse_ctrl_stat_err(struct eip93_device *eip93, int err) in eip93_parse_ctrl_stat_err() 68 static void *eip93_ring_next_wptr(struct eip93_device *eip93, in eip93_ring_next_wptr() 85 static void *eip93_ring_next_rptr(struct eip93_device *eip93, in eip93_ring_next_rptr() 101 int eip93_put_descriptor(struct eip93_device *eip93, in eip93_put_descriptor() 122 void *eip93_get_descriptor(struct eip93_device *eip93) in eip93_get_descriptor() 380 static int eip93_scatter_combine(struct eip93_device *eip93, in eip93_scatter_combine() 515 struct eip93_device *eip93 = ctx->eip93; in eip93_send_req() 640 void eip93_unmap_dma(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx, in eip93_unmap_dma() 684 void eip93_handle_result(struct eip93_device *eip93, struct eip93_cipher_reqctx *rctx, in eip93_handle_result()
|
| A D | eip93-hash.c | 26 struct eip93_device *eip93 = ctx->eip93; in eip93_hash_free_data_blocks() 48 struct eip93_device *eip93 = ctx->eip93; in eip93_hash_free_sa_record() 66 struct eip93_device *eip93 = ctx->eip93; in eip93_hash_handle_result() 215 struct eip93_device *eip93 = ctx->eip93; in eip93_send_hash_req() 396 struct eip93_device *eip93 = ctx->eip93; in eip93_hash_update() 445 struct eip93_device *eip93 = ctx->eip93; in __eip93_hash_final() 526 struct eip93_device *eip93 = ctx->eip93; in eip93_hash_finup()
|
| A D | eip93-main.h | 98 struct eip93_device { struct 141 struct eip93_device *eip93;
|
| A D | eip93-hash.h | 17 struct eip93_device *eip93;
|
| A D | eip93-cipher.c | 23 struct eip93_device *eip93 = ctx->eip93; in eip93_skcipher_handle_result()
|
| A D | eip93-aead.c | 33 struct eip93_device *eip93 = ctx->eip93; in eip93_aead_handle_result()
|
Completed in 16 milliseconds