/linux/drivers/staging/rtl8712/ |
H A D | wlan_bssdef.h | 37 u32 Length; /* Length of structure */ member 48 u32 Length; /* Length of structure */ member 70 u32 Length; member 132 u32 Length; member 145 u32 Length; /* Length of this structure */ member 154 u32 Length; /* Length of this structure */ member 160 u32 Length; /* Length of this structure */ member
|
H A D | rtl871x_cmd.c | 330 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd() 431 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd() 442 …psecnetwork->Configuration.FHConfig.Length = cpu_to_le32(psecnetwork->Configuration.FHConfig.Lengt… in r8712_joinbss_cmd() 443 psecnetwork->Configuration.Length = cpu_to_le32(psecnetwork->Configuration.Length); in r8712_joinbss_cmd() 643 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback() 653 pnetwork->Configuration.FHConfig.Length = le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_createbss_cmd_callback() 654 pnetwork->Configuration.Length = le32_to_cpu(pnetwork->Configuration.Length); in r8712_createbss_cmd_callback() 677 pnetwork->Length = r8712_get_wlan_bssid_ex_sz(pnetwork); in r8712_createbss_cmd_callback() 678 memcpy(&(pwlan->network), pnetwork, pnetwork->Length); in r8712_createbss_cmd_callback()
|
H A D | rtl871x_mlme.c | 379 target->Length = bssid_ex_sz; in update_scanned_network() 455 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback() 472 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback() 473 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback() 474 pnetwork->Configuration.Length = in r8712_survey_event_callback() 475 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback() 675 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback() 694 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback() 695 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback() 696 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback() [all …]
|
/linux/arch/x86/crypto/ |
H A D | Kconfig | 28 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XCTR, XTS 45 Length-preserving ciphers: Blowfish with ECB and CBC modes 56 Length-preserving ciphers: Camellia with ECB and CBC modes 68 Length-preserving ciphers: Camellia with ECB and CBC modes 79 Length-preserving ciphers: Camellia with ECB and CBC modes 94 Length-preserving ciphers: CAST5 (CAST-128) cipher algorithm 112 Length-preserving ciphers: CAST6 (CAST-256) cipher algorithm 128 Length-preserving ciphers: Triple DES EDE with ECB and CBC modes 142 Length-preserving ciphers: Serpent cipher algorithm 158 Length-preserving ciphers: Serpent cipher algorithm [all …]
|
H A D | crc32c-pcl-intel-asm_64.S | 271 LABEL less_than_ %j # less_than_j: Length should be in 286 .Lless_than_8: # Length should be stored in 294 .Lless_than_4: # Length should be stored in 301 .Lless_than_2: # Length should be stored in the MSB 306 .Lless_than_1: # Length should be zero
|
/linux/arch/sparc/crypto/ |
H A D | Kconfig | 14 Length-preserving ciphers: DES with ECB and CBC modes 15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes 75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes 86 Length-preserving ciphers: Camellia with ECB and CBC modes
|
/linux/Documentation/usb/ |
H A D | usbip_protocol.rst | 147 | 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 D | usbmon.rst | 166 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/drivers/usb/serial/ |
H A D | io_usbvend.h | 341 __u8 Length; // Descriptor Length (per USB spec) member 430 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member 530 __u8 Length; // C0 Desc length, per USB (= 40h) member 618 __le16 Length; member
|
/linux/arch/s390/crypto/ |
H A D | Kconfig | 91 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes 114 Length-preserving ciphers: DES with ECB, CBC, and CTR modes 115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes 129 Length-preserving cipher: ChaCha20 stream cipher (RFC 7539)
|
/linux/arch/arm64/crypto/ |
H A D | Kconfig | 136 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS, 160 Length-preserving ciphers: AES cipher algorithms (FIPS-197) 177 Length-preserving ciphers: AES cipher algorithms (FIPS-197) 195 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12 208 Length-preserving ciphers: AES cipher algorithms (FIPS-197) 239 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016) 257 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
|
/linux/fs/smb/server/ |
H A D | ntlmssp.h | 90 __le16 Length; member 97 __le16 Length; member
|
H A D | smb2misc.c | 152 ((struct smb2_write_req *)hdr)->Length) { in smb2_get_data_area_len() 156 *len = le32_to_cpu(((struct smb2_write_req *)hdr)->Length); in smb2_get_data_area_len() 276 return le32_to_cpu(h->Length); in smb2_read_req_len() 281 return le32_to_cpu(h->Length); in smb2_write_req_len()
|
H A D | auth.c | 327 nt_len = le16_to_cpu(authblob->NtChallengeResponse.Length); in ksmbd_decode_ntlmssp_auth_blob() 329 dn_len = le16_to_cpu(authblob->DomainName.Length); in ksmbd_decode_ntlmssp_auth_blob() 356 sess_key_len = le16_to_cpu(authblob->SessionKey.Length); in ksmbd_decode_ntlmssp_auth_blob() 470 chgblob->TargetName.Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob() 486 chgblob->TargetInfoArray.Length = 0; in ksmbd_build_ntlmssp_challenge_blob() 491 tinfo->Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob() 499 tinfo->Length = 0; in ksmbd_build_ntlmssp_challenge_blob() 502 chgblob->TargetInfoArray.Length = cpu_to_le16(target_info_len); in ksmbd_build_ntlmssp_challenge_blob()
|
/linux/drivers/media/pci/ngene/ |
H A D | ngene-core.c | 341 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 D | ngene-cards.c | 824 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 D | ngene-i2c.c | 37 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read() 65 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
|
/linux/Documentation/filesystems/ext4/ |
H A D | directory.rst | 51 - 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/pldmfw/ |
H A D | file-format.rst | 69 | Component Bitmap Length | 117 | Record Length | 125 | Package Data Length |
|
/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2.h | 898 U16 Length; member 906 U16 Length; member 914 U16 Length; member 1130 U32 Length; member 1166 U32 Length; member
|
/linux/arch/riscv/crypto/ |
H A D | Kconfig | 13 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTS 27 Length-preserving ciphers: ChaCha20 stream cipher algorithm
|
/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_Qos.h | 17 u16 Length; member
|
/linux/tools/power/pm-graph/config/ |
H A D | freeze.cfg | 69 # Minimum Device Length 83 # Minimum Callgraph Length
|
H A D | standby.cfg | 69 # Minimum Device Length 83 # Minimum Callgraph Length
|
/linux/drivers/message/fusion/lsi/ |
H A D | mpi.h | 388 U16 Length; member 397 U16 Length; member 406 U16 Length; member
|