Searched refs:o_len (Results 1 – 1 of 1) sorted by relevance
1575 unsigned int ksb_count, i_len, o_len; in ccp_run_rsa_cmd() local1590 o_len = ((rsa->key_size + 255) / 256) * 32; in ccp_run_rsa_cmd()1591 i_len = o_len * 2; in ccp_run_rsa_cmd()1593 ksb_count = o_len / CCP_KSB_BYTES; in ccp_run_rsa_cmd()1608 ret = ccp_init_dm_workarea(&exp, cmd_q, o_len, DMA_TO_DEVICE); in ccp_run_rsa_cmd()1635 src.address += o_len; /* Adjust the address for the copy operation */ in ccp_run_rsa_cmd()1640 src.address -= o_len; /* Reset the address to original value */ in ccp_run_rsa_cmd()1644 o_len, DMA_FROM_DEVICE); in ccp_run_rsa_cmd()1654 op.dst.u.dma.length = o_len; in ccp_run_rsa_cmd()