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

/linux-master/include/linux/
H A Dccp.h389 * @CCP_PASSTHRU_BITWISE_NOOP: no bitwise operation performed
396 CCP_PASSTHRU_BITWISE_NOOP = 0, enumerator in enum:ccp_passthru_bitwise
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-master/drivers/crypto/ccp/
H A Dccp-ops.c1983 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) {
1996 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) {
2092 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
2113 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) {
2126 if (pt->bit_mod != CCP_PASSTHRU_BITWISE_NOOP) {
H A Dccp-dev-v3.c272 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
H A Dccp-dmaengine.c431 ccp_pt->bit_mod = CCP_PASSTHRU_BITWISE_NOOP;
H A Dccp-dev-v5.c527 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)

Completed in 203 milliseconds