Home
last modified time | relevance | path

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

12345

/linux-6.15/arch/x86/crypto/
H A DKconfig144 Length-preserving ciphers: Serpent cipher algorithm
160 Length-preserving ciphers: Serpent cipher algorithm
177 Length-preserving ciphers: Serpent cipher algorithm
190 Length-preserving ciphers: Serpent cipher algorithm
206 Length-preserving ciphers: SM4 cipher algorithms
228 Length-preserving ciphers: SM4 cipher algorithms
270 Length-preserving cipher: Twofish cipher algorithm
288 Length-preserving cipher: Twofish cipher algorithm
304 Length-preserving cipher: ARIA cipher algorithms
323 Length-preserving cipher: ARIA cipher algorithms
[all …]
/linux-6.15/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
65 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
76 Length-preserving ciphers: Camellia with ECB and CBC modes
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dallwinner,sun50i-a100-ledc.yaml70 description: Length of high pulse when transmitting a "0" bit
74 description: Length of low pulse when transmitting a "0" bit
78 description: Length of high pulse when transmitting a "1" bit
82 description: Length of low pulse when transmitting a "1" bit
/linux-6.15/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 |
/linux-6.15/arch/s390/crypto/
H A DKconfig79 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes
102 Length-preserving ciphers: DES with ECB, CBC, and CTR modes
103 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
118 Length-preserving cipher: ChaCha20 stream cipher (RFC 7539)
/linux-6.15/drivers/usb/serial/
H A Dio_usbvend.h341 __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-6.15/arch/arm64/crypto/
H A DKconfig137 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS,
161 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
178 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
197 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
210 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
241 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
259 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
/linux-6.15/fs/smb/server/
H A Dntlmssp.h90 __le16 Length; member
97 __le16 Length; member
H A Dsmb2misc.c152 ((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 Dauth.c327 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-6.15/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()
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()
485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
486 while (Length > 0) { in FillTSBuffer()
492 Length -= 188; in FillTSBuffer()
929 SCListEntry->Length = Buffer1Length; in AllocateRingBuffers()
962 SCListEntry->Length = Buffer2Length; in AllocateRingBuffers()
[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-6.15/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-6.15/Documentation/driver-api/pldmfw/
H A Dfile-format.rst69 | Component Bitmap Length |
117 | Record Length |
125 | Package Data Length |
/linux-6.15/arch/riscv/crypto/
H A DKconfig13 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTS
26 Length-preserving ciphers: ChaCha20 stream cipher algorithm
/linux-6.15/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-6.15/tools/power/pm-graph/config/
H A Dfreeze.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
H A Dstandby.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
H A Dfreeze-callgraph.cfg70 # Minimum Device Length
84 # Minimum Callgraph Length
H A Dfreeze-dev.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
H A Dstandby-dev.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
H A Dsuspend-callgraph.cfg70 # Minimum Device Length
88 # Minimum Callgraph Length
H A Dsuspend-dev.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
/linux-6.15/drivers/message/fusion/lsi/
H A Dmpi.h388 U16 Length; member
397 U16 Length; member
406 U16 Length; member

12345