Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dmsg.h139 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() function
166 return msg_bits(m, 0, 29, 7); in msg_version()
176 return msg_bits(m, 0, 25, 0xf); in msg_user()
191 return msg_bits(m, 0, 21, 0xf) << 2; in msg_hdr_sz()
201 return msg_bits(m, 0, 0, 0x1ffff); in msg_size()
211 return msg_bits(m, 0, 20, 1); in msg_non_seq()
221 return msg_bits(m, 0, 19, 1); in msg_dest_droppable()
231 return msg_bits(m, 0, 18, 1); in msg_src_droppable()
259 return msg_bits(m, 1, 29, 0x7); in msg_type()
284 return msg_bits(m, 1, 25, 0xf); in msg_errcode()
[all …]
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-sha.c130 rctx->msg_bits += (rctx->hash_cnt << 3); /* Total in bits */ in ccp_do_sha_update()
146 rctx->cmd.u.sha.msg_bits = rctx->msg_bits; in ccp_do_sha_update()
219 state.msg_bits = rctx->msg_bits; in ccp_sha_export()
241 rctx->msg_bits = state.msg_bits; in ccp_sha_import()
Dccp-crypto.h159 u64 msg_bits; member
186 u64 msg_bits; member
Dccp-ops.c93 u64 msg_bits; member
336 cr[4] = lower_32_bits(op->u.sha.msg_bits); in ccp_perform_sha()
337 cr[5] = upper_32_bits(op->u.sha.msg_bits); in ccp_perform_sha()
1391 if (sha->msg_bits) in ccp_run_sha_cmd()
1427 op.u.sha.msg_bits = sha->msg_bits; in ccp_run_sha_cmd()
1551 hmac_cmd.u.sha.msg_bits = (block_size + digest_size) << 3; in ccp_run_sha_cmd()
/linux-4.4.14/include/linux/
Dccp.h274 u64 msg_bits; /* Message length in bits required for member