Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dmsg.h234 return msg_bits(m, 0, 29, 7); in msg_version()
244 return msg_bits(m, 0, 25, 0xf); in msg_user()
284 return msg_bits(m, 0, 20, 1); in msg_non_seq()
294 return msg_bits(m, 0, 17, 1); in msg_is_syn()
304 return msg_bits(m, 0, 19, 1); in msg_dest_droppable()
314 return msg_bits(m, 0, 19, 1); in msg_is_keepalive()
324 return msg_bits(m, 0, 18, 1); in msg_src_droppable()
334 return msg_bits(m, 0, 18, 1); in msg_ack_required()
344 return msg_bits(m, 0, 18, 1); in msg_nagle_ack()
867 return msg_bits(m, 4, 0, 1); in msg_link_selector()
[all …]
H A Dcrypto.h181 return msg_bits(m, 4, 16, 0xffff); in msg_key_gen()
191 return msg_bits(m, 4, 0, 0xf); in msg_key_mode()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-sha.c131 rctx->msg_bits += (rctx->hash_cnt << 3); /* Total in bits */ in ccp_do_sha_update()
168 rctx->cmd.u.sha.msg_bits = rctx->msg_bits; in ccp_do_sha_update()
241 state.msg_bits = rctx->msg_bits; in ccp_sha_export()
263 rctx->msg_bits = state.msg_bits; in ccp_sha_import()
H A Dccp-crypto.h202 u64 msg_bits; member
229 u64 msg_bits; member
H A Dccp-dev-v3.c222 cr[4] = lower_32_bits(op->u.sha.msg_bits); in ccp_perform_sha()
223 cr[5] = upper_32_bits(op->u.sha.msg_bits); in ccp_perform_sha()
H A Dccp-dev.h514 u64 msg_bits; member
H A Dccp-dev-v5.c396 CCP5_CMD_SHA_LO(&desc) = lower_32_bits(op->u.sha.msg_bits); in ccp5_perform_sha()
397 CCP5_CMD_SHA_HI(&desc) = upper_32_bits(op->u.sha.msg_bits); in ccp5_perform_sha()
H A Dccp-ops.c1555 if (sha->msg_bits) in ccp_run_sha_cmd()
1649 op.u.sha.msg_bits = sha->msg_bits; in ccp_run_sha_cmd()
1815 hmac_cmd.u.sha.msg_bits = (block_size + digest_size) << 3; in ccp_run_sha_cmd()
/linux/include/linux/
H A Dccp.h299 u64 msg_bits; /* Message length in bits required for member