Searched refs:bit_mod (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dccp.h420 * @bit_mod: bitwise operation to perform
430 * - bit_mod, byte_swap, src, dst, src_len
431 * - mask, mask_len if bit_mod is not CCP_PASSTHRU_BITWISE_NOOP
434 enum ccp_passthru_bitwise bit_mod; member in struct:ccp_passthru_engine
449 * @bit_mod: bitwise operation to perform
459 * - bit_mod, byte_swap, src, dst, src_len
460 * - mask, mask_len if bit_mod is not CCP_PASSTHRU_BITWISE_NOOP
463 enum ccp_passthru_bitwise bit_mod; member in struct:ccp_passthru_nomap_engine
/linux-master/drivers/crypto/ccp/
H A Dccp-dev-v3.c259 | (op->u.passthru.bit_mod << REQ1_PT_BW_SHIFT)
272 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
H A Dccp-dev.h523 enum ccp_passthru_bitwise bit_mod; member in struct:ccp_passthru_op
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-dmaengine.c431 ccp_pt->bit_mod = CCP_PASSTHRU_BITWISE_NOOP;
H A Dccp-dev-v5.c513 CCP_PT_BITWISE(&function) = op->u.passthru.bit_mod;
527 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)

Completed in 131 milliseconds