Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dccp.h389 * @CCP_PASSTHRU_BITWISE_NOOP: no bitwise operation performed
396 CCP_PASSTHRU_BITWISE_NOOP = 0, enumerator
431 * - mask, mask_len if bit_mod is not CCP_PASSTHRU_BITWISE_NOOP
460 * - mask, mask_len if bit_mod is not CCP_PASSTHRU_BITWISE_NOOP
/linux/drivers/crypto/ccp/
H A Dccp-ops.c1993 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_cmd()
2006 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_cmd()
2102 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp_run_passthru_cmd()
2123 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_nomap_cmd()
2136 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) { in ccp_run_passthru_nomap_cmd()
H A Dccp-dev-v3.c272 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp_perform_passthru()
H A Dccp-dmaengine.c431 ccp_pt->bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_create_desc()
H A Dccp-dev-v5.c527 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp5_perform_passthru()