Home
last modified time | relevance | path

Searched refs:sb_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/ccp/
H A Dccp-ops.c516 op.sb_ctx = cmd_q->sb_ctx; in ccp_run_aes_cmac_cmd()
558 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd()
578 op.sb_ctx, in ccp_run_aes_cmac_cmd()
589 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd()
609 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd()
712 wa->op.sb_ctx = cmd_q->sb_ctx; /* Pre-allocated */ in ccp_run_aes_gcm_cmd()
749 ret = ccp_copy_to_sb(cmd_q, &wa->ctx, wa->op.jobid, wa->op.sb_ctx, in ccp_run_aes_gcm_cmd()
831 ret = ccp_copy_from_sb(cmd_q, &wa->ctx, wa->op.jobid, wa->op.sb_ctx, in ccp_run_aes_gcm_cmd()
842 ret = ccp_copy_to_sb(cmd_q, &wa->ctx, wa->op.jobid, wa->op.sb_ctx, in ccp_run_aes_gcm_cmd()
864 wa->op.sb_ctx = cmd_q->sb_ctx; /* Pre-allocated */ in ccp_run_aes_gcm_cmd()
[all …]
H A Dccp-dev-v3.c160 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_aes()
190 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_xts_aes()
216 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_sha()
243 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_rsa()
406 cmd_q->sb_ctx = KSB_START + ccp->sb_start++; in ccp_init()
H A Dccp-dev.h283 u32 sb_ctx; member
538 u32 sb_ctx; member
H A Dccp-dev-v5.c317 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_aes()
360 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_xts_aes()
393 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_sha()
444 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_des3()
943 ccp->cmd_q[i].sb_ctx = ccp_lsb_alloc(&ccp->cmd_q[i], 2); in ccp5_init()