Searched refs:mv_cesa_op_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/crypto/marvell/cesa/ |
| H A D | cipher.c | 315 const struct mv_cesa_op_ctx *op_templ) in mv_cesa_skcipher_dma_req_init() 351 struct mv_cesa_op_ctx *op; in mv_cesa_skcipher_dma_req_init() 410 const struct mv_cesa_op_ctx *op_templ) in mv_cesa_skcipher_std_req_init() 425 struct mv_cesa_op_ctx *tmpl) in mv_cesa_skcipher_req_init() 458 struct mv_cesa_op_ctx *tmpl) in mv_cesa_skcipher_queue_req() 483 struct mv_cesa_op_ctx *tmpl) in mv_cesa_des_op() 497 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ecb_des_encrypt() 508 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ecb_des_decrypt() 539 struct mv_cesa_op_ctx *tmpl) in mv_cesa_cbc_des_op() 551 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_cbc_des_encrypt() [all …]
|
| H A D | cesa.h | 263 struct mv_cesa_op_ctx { struct 315 struct mv_cesa_op_ctx *op; 561 struct mv_cesa_op_ctx op; 618 struct mv_cesa_op_ctx op_tmpl; 661 static inline void mv_cesa_update_op_cfg(struct mv_cesa_op_ctx *op, in mv_cesa_update_op_cfg() 668 static inline u32 mv_cesa_get_op_cfg(const struct mv_cesa_op_ctx *op) in mv_cesa_get_op_cfg() 673 static inline void mv_cesa_set_op_cfg(struct mv_cesa_op_ctx *op, u32 cfg) in mv_cesa_set_op_cfg() 679 struct mv_cesa_op_ctx *op) in mv_cesa_adjust_op() 693 static inline void mv_cesa_set_crypt_op_len(struct mv_cesa_op_ctx *op, int len) in mv_cesa_set_crypt_op_len() 698 static inline void mv_cesa_set_mac_op_total_len(struct mv_cesa_op_ctx *op, in mv_cesa_set_mac_op_total_len() [all …]
|
| H A D | hash.c | 166 struct mv_cesa_op_ctx *op; in mv_cesa_ahash_std_step() 439 struct mv_cesa_op_ctx *tmpl, bool algo_le) in mv_cesa_ahash_init() 489 static struct mv_cesa_op_ctx * 491 struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, in mv_cesa_dma_add_frag() 494 struct mv_cesa_op_ctx *op; in mv_cesa_dma_add_frag() 542 static struct mv_cesa_op_ctx * 550 struct mv_cesa_op_ctx *op; in mv_cesa_ahash_dma_last_req() 632 struct mv_cesa_op_ctx *op = NULL; in mv_cesa_ahash_dma_req_init() 817 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final() 829 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_finup() [all …]
|
| H A D | tdma.c | 260 struct mv_cesa_op_ctx *mv_cesa_dma_add_op(struct mv_cesa_tdma_chain *chain, in mv_cesa_dma_add_op() 261 const struct mv_cesa_op_ctx *op_templ, in mv_cesa_dma_add_op() 266 struct mv_cesa_op_ctx *op; in mv_cesa_dma_add_op()
|
| H A D | cesa.c | 350 sizeof(struct mv_cesa_op_ctx), 16, 0); in mv_cesa_dev_dma_init()
|