Searched refs:mv_cesa_op_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/crypto/marvell/ |
| D | cesa.h | 263 struct mv_cesa_op_ctx { struct 305 struct mv_cesa_op_ctx *op; 548 struct mv_cesa_op_ctx op; 611 struct mv_cesa_op_ctx op_tmpl; 625 static inline void mv_cesa_update_op_cfg(struct mv_cesa_op_ctx *op, in mv_cesa_update_op_cfg() 632 static inline u32 mv_cesa_get_op_cfg(const struct mv_cesa_op_ctx *op) in mv_cesa_get_op_cfg() 637 static inline void mv_cesa_set_op_cfg(struct mv_cesa_op_ctx *op, u32 cfg) in mv_cesa_set_op_cfg() 643 struct mv_cesa_op_ctx *op) in mv_cesa_adjust_op() 657 static inline void mv_cesa_set_crypt_op_len(struct mv_cesa_op_ctx *op, int len) in mv_cesa_set_crypt_op_len() 662 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 …]
|
| D | cipher.c | 293 const struct mv_cesa_op_ctx *op_templ) in mv_cesa_ablkcipher_dma_req_init() 331 struct mv_cesa_op_ctx *op; in mv_cesa_ablkcipher_dma_req_init() 380 const struct mv_cesa_op_ctx *op_templ) in mv_cesa_ablkcipher_std_req_init() 393 struct mv_cesa_op_ctx *tmpl) in mv_cesa_ablkcipher_req_init() 419 struct mv_cesa_op_ctx *tmpl) in mv_cesa_des_op() 442 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_encrypt() 453 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_decrypt() 486 struct mv_cesa_op_ctx *tmpl) in mv_cesa_cbc_des_op() 498 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_encrypt() 507 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_decrypt() [all …]
|
| D | hash.c | 206 struct mv_cesa_op_ctx *op; in mv_cesa_ahash_std_step() 415 struct mv_cesa_op_ctx *tmpl, bool algo_le) in mv_cesa_ahash_init() 473 static struct mv_cesa_op_ctx * 475 struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, in mv_cesa_dma_add_frag() 478 struct mv_cesa_op_ctx *op; in mv_cesa_dma_add_frag() 520 static struct mv_cesa_op_ctx * 528 struct mv_cesa_op_ctx *op; in mv_cesa_ahash_dma_last_req() 605 struct mv_cesa_op_ctx *op = NULL; in mv_cesa_ahash_dma_req_init() 753 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final() 778 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_finup() [all …]
|
| D | tdma.c | 121 struct mv_cesa_op_ctx *mv_cesa_dma_add_op(struct mv_cesa_tdma_chain *chain, in mv_cesa_dma_add_op() 122 const struct mv_cesa_op_ctx *op_templ, in mv_cesa_dma_add_op() 127 struct mv_cesa_op_ctx *op; in mv_cesa_dma_add_op()
|
| D | cesa.c | 299 sizeof(struct mv_cesa_op_ctx), 16, 0); in mv_cesa_dev_dma_init()
|