Searched refs:sb_ctx (Results 1 – 4 of 4) sorted by relevance
/drivers/crypto/ccp/ |
D | ccp-ops.c | 496 op.sb_ctx = cmd_q->sb_ctx; in ccp_run_aes_cmac_cmd() 538 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 558 op.sb_ctx, in ccp_run_aes_cmac_cmd() 569 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 589 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 684 op.sb_ctx = cmd_q->sb_ctx; /* Pre-allocated */ in ccp_run_aes_gcm_cmd() 721 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 803 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 814 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 836 op.sb_ctx = cmd_q->sb_ctx; /* Pre-allocated */ in ccp_run_aes_gcm_cmd() [all …]
|
D | ccp-dev-v3.c | 160 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()
|
D | ccp-dev.h | 283 u32 sb_ctx; member 537 u32 sb_ctx; member
|
D | ccp-dev-v5.c | 317 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() 931 ccp->cmd_q[i].sb_ctx = ccp_lsb_alloc(&ccp->cmd_q[i], 2); in ccp5_init()
|