Searched refs:sb_ctx (Results 1 – 4 of 4) sorted by relevance
/drivers/crypto/ccp/ |
D | ccp-ops.c | 515 op.sb_ctx = cmd_q->sb_ctx; in ccp_run_aes_cmac_cmd() 557 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 577 op.sb_ctx, in ccp_run_aes_cmac_cmd() 588 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 608 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 702 op.sb_ctx = cmd_q->sb_ctx; /* Pre-allocated */ in ccp_run_aes_gcm_cmd() 739 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 821 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 832 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 854 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 538 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() 943 ccp->cmd_q[i].sb_ctx = ccp_lsb_alloc(&ccp->cmd_q[i], 2); in ccp5_init()
|