Searched refs:ocs_aes_dev (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | ocs-aes.c | 329 static void aes_irq_disable(struct ocs_aes_dev *aes_dev) in aes_irq_disable() 355 static void aes_irq_enable(struct ocs_aes_dev *aes_dev, u8 irq) in aes_irq_enable() 422 static inline void dma_to_ocs_aes_ll(struct ocs_aes_dev *aes_dev, in dma_to_ocs_aes_ll() 431 static inline void dma_from_ocs_aes_ll(struct ocs_aes_dev *aes_dev, in dma_from_ocs_aes_ll() 441 struct ocs_aes_dev *aes_dev = dev_id; in ocs_aes_irq_handler() 524 static inline void set_ocs_aes_command(struct ocs_aes_dev *aes_dev, in set_ocs_aes_command() 559 static void ocs_aes_init(struct ocs_aes_dev *aes_dev, in ocs_aes_init() 796 int ocs_aes_op(struct ocs_aes_dev *aes_dev, in ocs_aes_op() 925 int ocs_aes_gcm_op(struct ocs_aes_dev *aes_dev, in ocs_aes_gcm_op() 1159 static int ocs_aes_ccm_do_adata(struct ocs_aes_dev *aes_dev, in ocs_aes_ccm_do_adata() [all …]
|
H A D | ocs-aes.h | 45 struct ocs_aes_dev { struct 67 int ocs_aes_set_key(struct ocs_aes_dev *aes_dev, const u32 key_size, argument 70 int ocs_aes_op(struct ocs_aes_dev *aes_dev, 88 static inline int ocs_aes_bypass_op(struct ocs_aes_dev *aes_dev, in ocs_aes_bypass_op() 96 int ocs_aes_gcm_op(struct ocs_aes_dev *aes_dev, 108 int ocs_aes_ccm_op(struct ocs_aes_dev *aes_dev, 120 int ocs_create_linked_list_from_sg(const struct ocs_aes_dev *aes_dev,
|
H A D | keembay-ocs-aes-core.c | 48 struct ocs_aes_dev *aes_dev; 119 static struct ocs_aes_dev *kmb_ocs_aes_find_dev(struct ocs_aes_tctx *tctx) in kmb_ocs_aes_find_dev() 121 struct ocs_aes_dev *aes_dev; in kmb_ocs_aes_find_dev() 131 aes_dev = list_first_entry(&ocs_aes.dev_list, struct ocs_aes_dev, list); in kmb_ocs_aes_find_dev() 316 struct ocs_aes_dev *aes_dev; in kmb_ocs_sk_common() 519 struct ocs_aes_dev *aes_dev = tctx->aes_dev; in kmb_ocs_sk_run() 642 struct ocs_aes_dev *dd; in kmb_ocs_aead_common() 1532 static void unregister_aes_algs(struct ocs_aes_dev *aes_dev) in unregister_aes_algs() 1538 static int register_aes_algs(struct ocs_aes_dev *aes_dev) in register_aes_algs() 1567 struct ocs_aes_dev *aes_dev; in kmb_ocs_aes_remove() [all …]
|