/linux-6.12.1/arch/arm64/crypto/ |
D | sm4-ce-gcm-glue.c | 28 const u8 *ghash_table, const u8 *lengths); 32 const u8 *ghash_table, const u8 *lengths); 142 const u8 *ghash_table, const u8 *lengths)) in gcm_crypt() argument 147 be128 __aligned(8) lengths; in gcm_crypt() 151 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_crypt() 152 lengths.b = cpu_to_be64(walk->total * 8); in gcm_crypt() 171 (const u8 *)&lengths); in gcm_crypt() 191 (const u8 *)&lengths); in gcm_crypt()
|
D | ghash-ce-glue.c | 343 be128 lengths; in gcm_encrypt() local 347 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt() 348 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt() 362 tag = (u8 *)&lengths; in gcm_encrypt() 408 be128 lengths; in gcm_decrypt() local 413 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt() 414 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt() 432 tag = (u8 *)&lengths; in gcm_decrypt()
|
/linux-6.12.1/include/trace/events/ |
D | dma.h | 187 __dynamic_array(unsigned int, lengths, ents) 202 ((unsigned int *)__get_dynamic_array(lengths))[i] = 215 __print_array(__get_dynamic_array(lengths), 216 __get_dynamic_array_len(lengths) / 300 __dynamic_array(unsigned int, lengths, nents) 312 ((unsigned int *)__get_dynamic_array(lengths))[i] = 324 __print_array(__get_dynamic_array(lengths), 325 __get_dynamic_array_len(lengths) /
|
/linux-6.12.1/fs/orangefs/ |
D | xattr.c | 468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr() 469 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr() 473 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr() 477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr() 488 listxattr.lengths[i])) { in orangefs_listxattr() 494 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr() 495 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr() 502 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
|
D | downcall.h | 73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
|
/linux-6.12.1/arch/arm/crypto/ |
D | ghash-ce-glue.c | 498 be128 lengths; in gcm_encrypt() local 543 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt() 544 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt() 546 tag = (u8 *)&lengths; in gcm_encrypt() 590 be128 lengths; in gcm_decrypt() local 638 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt() 639 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt() 641 tag = (u8 *)&lengths; in gcm_decrypt()
|
/linux-6.12.1/lib/ |
D | build_OID_registry | 51 my @lengths = (); 70 push @lengths, $size;
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap5-dss.txt | 64 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll' 86 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
D | ti,omap4-dss.txt | 83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll' 105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
D | ti,dra7-dss.txt | 60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
D | ti,omap3-dss.txt | 77 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
|
/linux-6.12.1/Documentation/devicetree/bindings/net/can/ |
D | ti_hecc.txt | 9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
|
/linux-6.12.1/tools/mm/ |
D | thpmaps | 109 lengths = (np.diff(vec) + self.element_size).reshape(len(vec)) 110 buf = bytearray(int(np.sum(lengths))) 113 for offset, length in zip(offsets, lengths):
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-m420.rst | 26 All line lengths are identical: if the Y lines include pad bytes so do
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-trigger-pattern.txt | 32 use zero-time lengths (the brightness must be same as the previous tuple's). So
|
/linux-6.12.1/Documentation/devicetree/bindings/crypto/ |
D | hisilicon,hip07-sec.txt | 7 - reg: Memory addresses and lengths of the memory regions through which
|
/linux-6.12.1/crypto/ |
D | gcm.c | 228 be128 lengths; in gcm_hash_len() local 230 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len() 231 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len() 232 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len() 236 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len()
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | axis,artpec6-pcie.txt | 11 - reg: base addresses and lengths of the PCIe controller (DBI),
|
D | layerscape-pcie-gen4.txt | 9 - reg: base addresses and lengths of the PCIe controller register blocks.
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | nxp,lpc1850-gpio.txt | 6 - reg : List of addresses and lengths of the GPIO controller
|
/linux-6.12.1/Documentation/arch/s390/ |
D | 3270.ChangeLog | 18 * Do read and write lengths correctly in fs3270_read()
|
/linux-6.12.1/Documentation/networking/ |
D | udplite.rst | 215 lengths), only the first fragment needs to be considered. When using 216 larger checksum coverage lengths, each eligible fragment needs to be 230 coverage lengths are likely to be expected.
|
/linux-6.12.1/drivers/mtd/parsers/ |
D | Kconfig | 100 of devices. It is used to describe the offsets and lengths of kernel 159 the offsets, lengths and names of all the images stored in the
|
/linux-6.12.1/security/selinux/ |
D | Kconfig | 58 chain lengths are high (e.g. > 20) then selecting a higher value here
|
/linux-6.12.1/Documentation/filesystems/ |
D | fiemap.rst | 35 extent may end after fm_length. All offsets and lengths are in bytes. 93 All offsets and lengths are in bytes and mirror those on disk. It is valid
|