Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dccp.h356 enum ccp_passthru_byteswap byte_swap; member
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c104 enum ccp_passthru_byteswap byte_swap; member
375 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
835 u32 byte_swap, bool from) in ccp_copy_to_from_ksb() argument
860 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_ksb()
867 u32 byte_swap) in ccp_copy_to_ksb() argument
869 return ccp_copy_to_from_ksb(cmd_q, wa, jobid, ksb, byte_swap, false); in ccp_copy_to_ksb()
874 u32 byte_swap) in ccp_copy_from_ksb() argument
876 return ccp_copy_to_from_ksb(cmd_q, wa, jobid, ksb, byte_swap, true); in ccp_copy_from_ksb()