Searched refs:byte_count (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifssmb.c | 838 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local 879 byte_count = 3 /* pad */ + params + sizeof(struct unlink_psx_rq); in CIFSPOSIXDelFile() 887 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXDelFile() 888 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXDelFile() 1051 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local 1096 byte_count = 3 /* pad */ + params + count; in CIFSPOSIXCreate() 1104 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXCreate() 1105 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXCreate() 1851 __u16 byte_count; in CIFSSMBWrite() local 1919 byte_count = bytes_sent + 1; /* pad */ in CIFSSMBWrite() [all …]
|
D | smb1ops.c | 299 unsigned int byte_count, total_in_tgt; in coalesce_t2() local 349 byte_count = get_bcc(target_hdr); in coalesce_t2() 350 byte_count += total_in_src; in coalesce_t2() 352 if (byte_count > USHRT_MAX) { in coalesce_t2() 353 cifs_dbg(FYI, "coalesced BCC too large (%u)\n", byte_count); in coalesce_t2() 356 put_bcc(byte_count, target_hdr); in coalesce_t2() 358 byte_count = be32_to_cpu(target_hdr->smb_buf_length); in coalesce_t2() 359 byte_count += total_in_src; in coalesce_t2() 361 if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { in coalesce_t2() 363 byte_count); in coalesce_t2() [all …]
|
/linux-4.19.296/crypto/ |
D | ansi_cprng.c | 190 unsigned int byte_count = (unsigned int)nbytes; in get_prng_bytes() local 208 byte_count = DEFAULT_BLK_SZ; in get_prng_bytes() 218 byte_count, ctx); in get_prng_bytes() 233 if (byte_count < DEFAULT_BLK_SZ) { in get_prng_bytes() 238 byte_count--; in get_prng_bytes() 240 if (byte_count == 0) in get_prng_bytes() 248 for (; byte_count >= DEFAULT_BLK_SZ; byte_count -= DEFAULT_BLK_SZ) { in get_prng_bytes() 266 if (byte_count) in get_prng_bytes()
|
D | md4.c | 39 u64 byte_count; member 147 mctx->byte_count = 0; in md4_init() 155 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md4_update() 157 mctx->byte_count += len; in md4_update() 187 const unsigned int offset = mctx->byte_count & 0x3f; in md4_final() 200 mctx->block[14] = mctx->byte_count << 3; in md4_final() 201 mctx->block[15] = mctx->byte_count >> 29; in md4_final()
|
D | md5.c | 140 mctx->byte_count = 0; in md5_init() 148 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md5_update() 150 mctx->byte_count += len; in md5_update() 180 const unsigned int offset = mctx->byte_count & 0x3f; in md5_final() 193 mctx->block[14] = mctx->byte_count << 3; in md5_final() 194 mctx->block[15] = mctx->byte_count >> 29; in md5_final()
|
D | rmd128.c | 26 u64 byte_count; member 222 rctx->byte_count = 0; in rmd128_init() 238 const u32 avail = sizeof(rctx->buffer) - (rctx->byte_count & 0x3f); in rmd128_update() 240 rctx->byte_count += len; in rmd128_update() 278 bits = cpu_to_le64(rctx->byte_count << 3); in rmd128_final() 281 index = rctx->byte_count & 0x3f; in rmd128_final()
|
D | rmd256.c | 26 u64 byte_count; member 237 rctx->byte_count = 0; in rmd256_init() 257 const u32 avail = sizeof(rctx->buffer) - (rctx->byte_count & 0x3f); in rmd256_update() 259 rctx->byte_count += len; in rmd256_update() 297 bits = cpu_to_le64(rctx->byte_count << 3); in rmd256_final() 300 index = rctx->byte_count & 0x3f; in rmd256_final()
|
D | rmd320.c | 26 u64 byte_count; member 284 rctx->byte_count = 0; in rmd320_init() 306 const u32 avail = sizeof(rctx->buffer) - (rctx->byte_count & 0x3f); in rmd320_update() 308 rctx->byte_count += len; in rmd320_update() 346 bits = cpu_to_le64(rctx->byte_count << 3); in rmd320_final() 349 index = rctx->byte_count & 0x3f; in rmd320_final()
|
D | rmd160.c | 26 u64 byte_count; member 265 rctx->byte_count = 0; in rmd160_init() 282 const u32 avail = sizeof(rctx->buffer) - (rctx->byte_count & 0x3f); in rmd160_update() 284 rctx->byte_count += len; in rmd160_update() 322 bits = cpu_to_le64(rctx->byte_count << 3); in rmd160_final() 325 index = rctx->byte_count & 0x3f; in rmd160_final()
|
/linux-4.19.296/include/crypto/ |
D | md5.h | 22 u64 byte_count; member
|
/linux-4.19.296/include/linux/mlx4/ |
D | qp.h | 437 __be32 byte_count; member 448 __be32 byte_count; member
|
/linux-4.19.296/include/drm/ |
D | drm_legacy.h | 109 unsigned long byte_count; member
|
/linux-4.19.296/include/linux/mlx5/ |
D | qp.h | 334 __be32 byte_count; member 397 __be32 byte_count; member
|
/linux-4.19.296/include/linux/ |
D | hyperv.h | 286 u32 byte_count; member 317 u32 byte_count; member
|