Home
last modified time | relevance | path

Searched refs:mv_cesa_update_op_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c406 mv_cesa_update_op_cfg(tmpl, CESA_SA_DESC_CFG_OP_CRYPT_ONLY, in mv_cesa_ablkcipher_req_init()
424 mv_cesa_update_op_cfg(tmpl, CESA_SA_DESC_CFG_CRYPTM_DES, in mv_cesa_des_op()
488 mv_cesa_update_op_cfg(tmpl, CESA_SA_DESC_CFG_CRYPTCM_CBC, in mv_cesa_cbc_des_op()
544 mv_cesa_update_op_cfg(tmpl, CESA_SA_DESC_CFG_CRYPTM_3DES, in mv_cesa_des3_op()
687 mv_cesa_update_op_cfg(tmpl, cfg, in mv_cesa_aes_op()
750 mv_cesa_update_op_cfg(tmpl, CESA_SA_DESC_CFG_CRYPTCM_CBC, in mv_cesa_cbc_aes_op()
Dhash.c272 mv_cesa_update_op_cfg(op, frag_mode, CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
278 mv_cesa_update_op_cfg(op, CESA_SA_DESC_CFG_MID_FRAG, in mv_cesa_ahash_std_step()
420 mv_cesa_update_op_cfg(tmpl, in mv_cesa_ahash_init()
494 mv_cesa_update_op_cfg(tmpl, in mv_cesa_dma_add_frag()
542 mv_cesa_update_op_cfg(op, mv_cesa_mac_op_is_first_frag(op) ? in mv_cesa_ahash_dma_last_req()
835 mv_cesa_update_op_cfg(&creq->op_tmpl, in mv_cesa_ahash_import()
Dcesa.h625 static inline void mv_cesa_update_op_cfg(struct mv_cesa_op_ctx *op, in mv_cesa_update_op_cfg() function