Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 25 of 121) sorted by relevance

12345

/linux/Documentation/driver-api/cxl/platform/example-configurations/
H A Dflexible.rst25 Length : 0020
34 Length : 0020
43 Length : 002C
58 Length : 002C
72 Length : 002C
86 Length : 002C
100 Length : 002C
114 Length : 002C
128 Length : 002C
143 Length : 28
[all …]
H A Done-dev-per-hb.rst21 Length : 0020
30 Length : 0020
39 Length : 002C
53 Length : 002C
68 Length : 28
72 Address Length : 0000000100000000
80 Length : 28
84 Address Length : 0000000100000000
H A Dhb-interleave.rst20 Length : 0020
29 Length : 0020
38 Length : 002C
54 Length : 28
58 Address Length : 0000000200000000
H A Dmulti-dev-per-hb.rst21 Length : 0020
30 Length : 002C
45 Length : 28
49 Address Length : 0000000200000000
/linux/arch/x86/crypto/
H A DKconfig13 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XCTR, XTS
30 Length-preserving ciphers: Blowfish with ECB and CBC modes
41 Length-preserving ciphers: Camellia with ECB and CBC modes
52 Length-preserving ciphers: Camellia with ECB and CBC modes
63 Length-preserving ciphers: Camellia with ECB and CBC modes
77 Length-preserving ciphers: CAST5 (CAST-128) cipher algorithm
94 Length-preserving ciphers: CAST6 (CAST-256) cipher algorithm
110 Length-preserving ciphers: Triple DES EDE with ECB and CBC modes
123 Length-preserving ciphers: Serpent cipher algorithm
138 Length-preserving ciphers: Serpent cipher algorithm
[all …]
/linux/Documentation/driver-api/cxl/platform/
H A Dcdat.rst25 Length.
35 Length : 0018 <- 24d, size of structure
40 DPA Length : 0000000080000000 <- 2GiB size
55 Length : 18 <- 24d, size of structure
65 Length : 18 <- 24d, size of structure
87 Length : 20 <- 32d, length of record, including SSLB entries
106 Length : 18 <- 24d, length of record, including SSLB entry
/linux/arch/sparc/crypto/
H A DKconfig14 Length-preserving ciphers: DES with ECB and CBC modes
15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes
25 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
36 Length-preserving ciphers: Camellia with ECB and CBC modes
/linux/Documentation/usb/
H A Dusbip_protocol.rst147 | Offset | Length | Value | Description |
161 | Offset | Length | Value | Description |
232 | Offset | Length | Value | Description |
251 | Offset | Length | Value | Description |
308 | Offset | Length | Description |
338 | Offset | Length | Description |
379 | Offset | Length | Description |
413 | Offset | Length | Description |
426 | Offset | Length | Description |
H A Dusbmon.rst166 in this word, they proceed to read Data Length (except for isochronous URBs).
168 reading the Data Length or isochronous descriptors.
182 - Data Length. For submissions, this is the requested length. For callbacks,
192 reported in the Data Length word. In the case of an Isochronous input (Zi)
194 the collected data can be greater than the Data Length value (because Data
195 Length counts only the bytes that were received whereas the Data words
230 unsigned int length; /* 32: Length of data (submitted or actual) */
301 size_t alloc; /* Length of data (can be zero) */
/linux/arch/s390/crypto/
H A DKconfig20 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes
42 Length-preserving ciphers: DES with ECB, CBC, and CTR modes
43 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
/linux/drivers/usb/serial/
H A Dio_usbvend.h342 __u8 Length; // Descriptor Length (per USB spec) member
431 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member
531 __u8 Length; // C0 Desc length, per USB (= 40h) member
619 __le16 Length; member
/linux/arch/arm64/crypto/
H A DKconfig47 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
65 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
83 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
114 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
132 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
/linux/drivers/media/pci/ngene/
H A Dngene-core.c341 com.cmd.hdr.Length = 0; in ngene_command_load_firmware()
357 com.cmd.hdr.Length = 4; in ngene_command_load_firmware()
359 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
372 com.cmd.hdr.Length = 1; in ngene_command_config_buf()
387 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf()
403 com.cmd.hdr.Length = 1; in ngene_command_gpio_set()
481 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
486 while (Length > 0) { in FillTSBuffer()
492 Length -= 188; in FillTSBuffer()
[all …]
H A Dngene-cards.c824 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local
842 Length = EETag[2]; in ReadEEProm()
843 if (Length > MaxLen) in ReadEEProm()
844 Length = (u16) MaxLen; in ReadEEProm()
845 if (Length > 0) { in ReadEEProm()
847 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm()
851 if (Length < EETag[2]) in ReadEEProm()
860 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument
885 if (Length > EETag[2]) in WriteEEProm()
892 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
H A Dngene-i2c.c37 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read()
65 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
/linux/fs/smb/server/
H A Dsmb2misc.c151 ((struct smb2_write_req *)hdr)->Length) { in smb2_get_data_area_len()
155 *len = le32_to_cpu(((struct smb2_write_req *)hdr)->Length); in smb2_get_data_area_len()
275 return le32_to_cpu(h->Length); in smb2_read_req_len()
280 return le32_to_cpu(h->Length); in smb2_write_req_len()
H A Dauth.c207 nt_len = le16_to_cpu(authblob->NtChallengeResponse.Length); in ksmbd_decode_ntlmssp_auth_blob()
209 dn_len = le16_to_cpu(authblob->DomainName.Length); in ksmbd_decode_ntlmssp_auth_blob()
236 sess_key_len = le16_to_cpu(authblob->SessionKey.Length); in ksmbd_decode_ntlmssp_auth_blob()
349 chgblob->TargetName.Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob()
365 chgblob->TargetInfoArray.Length = 0; in ksmbd_build_ntlmssp_challenge_blob()
370 tinfo->Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob()
378 tinfo->Length = 0; in ksmbd_build_ntlmssp_challenge_blob()
381 chgblob->TargetInfoArray.Length = cpu_to_le16(target_info_len); in ksmbd_build_ntlmssp_challenge_blob()
H A Dntlmssp.h90 __le16 Length; member
97 __le16 Length; member
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst51 - Length of this directory entry. Must be a multiple of 4.
55 - Length of the file name.
83 - Length of this directory entry.
87 - Length of the file name.
172 - Length of this directory entry, which must be 12.
176 - Length of the file name, which must be zero.
254 - Length of this record, 12.
258 - Length of the name, 1.
279 - Length of the name, 2.
299 - Length of the tree information, 0x8.
/linux/Documentation/driver-api/cxl/platform/acpi/
H A Dsrat.rst35 Length : 28
39 Address Length : 0000003CA0000000
59 Length : 20 <- 32d, length of table
H A Dcedt.rst20 Length : 0020
38 Length : 002C
/linux/fs/smb/client/
H A Dsess.c701 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()
763 pbuf->Length = 0; in cifs_security_buffer_from_str()
773 pbuf->Length = cpu_to_le16(len); in cifs_security_buffer_from_str()
954 sec_blob->LmChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
964 sec_blob->NtChallengeResponse.Length = in build_ntlmssp_auth_blob()
972 sec_blob->NtChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
999 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1005 sec_blob->SessionKey.Length = 0; in build_ntlmssp_auth_blob()
/linux/Documentation/driver-api/pldmfw/
H A Dfile-format.rst69 | Component Bitmap Length |
117 | Record Length |
125 | Package Data Length |
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2.h905 U16 Length; member
913 U16 Length; member
921 U16 Length; member
1137 U32 Length; member
1173 U32 Length; member
/linux/drivers/message/fusion/lsi/
H A Dmpi.h388 U16 Length; member
397 U16 Length; member
406 U16 Length; member

12345