Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dccp.h356 enum ccp_passthru_byteswap byte_swap; member
/linux-4.4.14/drivers/crypto/ccp/
Dccp-ops.c103 enum ccp_passthru_byteswap byte_swap; member
374 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
839 u32 byte_swap, bool from) in ccp_copy_to_from_ksb() argument
864 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_ksb()
871 u32 byte_swap) in ccp_copy_to_ksb() argument
873 return ccp_copy_to_from_ksb(cmd_q, wa, jobid, ksb, byte_swap, false); in ccp_copy_to_ksb()
878 u32 byte_swap) in ccp_copy_from_ksb() argument
880 return ccp_copy_to_from_ksb(cmd_q, wa, jobid, ksb, byte_swap, true); in ccp_copy_from_ksb()