Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c1571 unsigned int ksb_count, i_len, o_len; in ccp_run_rsa_cmd() local
1586 o_len = ((rsa->key_size + 255) / 256) * 32; in ccp_run_rsa_cmd()
1587 i_len = o_len * 2; in ccp_run_rsa_cmd()
1589 ksb_count = o_len / CCP_KSB_BYTES; in ccp_run_rsa_cmd()
1604 ret = ccp_init_dm_workarea(&exp, cmd_q, o_len, DMA_TO_DEVICE); in ccp_run_rsa_cmd()
1627 src.address += o_len; /* Adjust the address for the copy operation */ in ccp_run_rsa_cmd()
1630 src.address -= o_len; /* Reset the address to original value */ in ccp_run_rsa_cmd()
1634 o_len, DMA_FROM_DEVICE); in ccp_run_rsa_cmd()
1644 op.dst.u.dma.length = o_len; in ccp_run_rsa_cmd()