Searched refs:sb_ctx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-ops.c | 501 op.sb_ctx = cmd_q->sb_ctx; in ccp_run_aes_cmac_cmd() 543 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 563 op.sb_ctx, in ccp_run_aes_cmac_cmd() 574 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 594 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd() 670 op.sb_ctx = cmd_q->sb_ctx; /* Pre-allocated */ in ccp_run_aes_gcm_cmd() 707 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 790 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 801 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_gcm_cmd() 920 op.sb_ctx = cmd_q->sb_ctx; in ccp_run_aes_cmd() [all …]
|
D | ccp-dev-v3.c | 164 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_aes() 194 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_xts_aes() 220 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_sha() 247 cr[3] = (op->sb_ctx << REQ4_KSB_SHIFT) in ccp_perform_rsa() 410 cmd_q->sb_ctx = KSB_START + ccp->sb_start++; in ccp_init()
|
D | ccp-dev.h | 286 u32 sb_ctx; member 539 u32 sb_ctx; member
|
D | ccp-dev-v5.c | 323 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_aes() 366 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_xts_aes() 399 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_sha() 450 CCP5_CMD_LSB_ID(&desc) = op->sb_ctx; in ccp5_perform_des3() 937 ccp->cmd_q[i].sb_ctx = ccp_lsb_alloc(&ccp->cmd_q[i], 2); in ccp5_init()
|