Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 25 of 66) sorted by relevance

123

/linux-6.15/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c28 const u8 *ghash_table, const u8 *lengths);
32 const u8 *ghash_table, const u8 *lengths);
137 const u8 *ghash_table, const u8 *lengths)) in gcm_crypt() argument
142 be128 __aligned(8) lengths; in gcm_crypt()
146 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_crypt()
147 lengths.b = cpu_to_be64(walk->total * 8); in gcm_crypt()
166 (const u8 *)&lengths); in gcm_crypt()
186 (const u8 *)&lengths); in gcm_crypt()
H A Dghash-ce-glue.c334 be128 lengths; in gcm_encrypt() local
338 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt()
339 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
353 tag = (u8 *)&lengths; in gcm_encrypt()
399 be128 lengths; in gcm_decrypt() local
404 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt()
405 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
423 tag = (u8 *)&lengths; in gcm_decrypt()
/linux-6.15/fs/orangefs/
H A Dxattr.c468 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()
H A Ddowncall.h73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
/linux-6.15/include/trace/events/
H A Ddma.h287 __dynamic_array(unsigned int, lengths, ents)
302 ((unsigned int *)__get_dynamic_array(lengths))[i] =
315 __print_array(__get_dynamic_array(lengths),
316 __get_dynamic_array_len(lengths) /
434 __dynamic_array(unsigned int, lengths, nents)
446 ((unsigned int *)__get_dynamic_array(lengths))[i] =
458 __print_array(__get_dynamic_array(lengths),
459 __get_dynamic_array_len(lengths) /
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c315 be128 lengths; in gcm_encrypt() local
360 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt()
361 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
363 tag = (u8 *)&lengths; in gcm_encrypt()
407 be128 lengths; in gcm_decrypt() local
455 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt()
456 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
458 tag = (u8 *)&lengths; in gcm_decrypt()
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dnvidia,tegra210-quad-peripheral-props.yaml17 Tap value varies based on platform design trace lengths from Tegra
26 Tap value varies based on platform design trace lengths from Tegra
/linux-6.15/lib/
H A Dbuild_OID_registry51 my @lengths = ();
70 push @lengths, $size;
/linux-6.15/Documentation/devicetree/bindings/display/ti/
H A Dti,omap5-dss.txt64 - 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',
H A Dti,omap4-dss.txt83 - 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',
H A Dti,dra7-dss.txt60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,omap3-dss.txt77 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
/linux-6.15/Documentation/filesystems/bcachefs/
H A Dcasefolding.rst52 Another option was to store without the two lengths, and just take the length of
58 decided to simply encode the two string lengths in the key to avoid random
62 a casefold cache, and then treat the first 4 bytes the name block as lengths.
/linux-6.15/Documentation/devicetree/bindings/net/can/
H A Dti_hecc.txt9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
/linux-6.15/tools/mm/
H A Dthpmaps109 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.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst26 All line lengths are identical: if the Y lines include pad bytes so do
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dleds-trigger-pattern.txt32 use zero-time lengths (the brightness must be same as the previous tuple's). So
/linux-6.15/Documentation/devicetree/bindings/crypto/
H A Dhisilicon,hip07-sec.txt7 - reg: Memory addresses and lengths of the memory regions through which
/linux-6.15/Documentation/devicetree/bindings/gpio/
H A Dnxp,lpc1850-gpio.txt6 - reg : List of addresses and lengths of the GPIO controller
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Daxis,artpec6-pcie.txt11 - reg: base addresses and lengths of the PCIe controller (DBI),
/linux-6.15/crypto/
H A Dgcm.c228 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.15/Documentation/arch/s390/
H A D3270.ChangeLog18 * Do read and write lengths correctly in fs3270_read()
/linux-6.15/Documentation/userspace-api/fwctl/
H A Dpds_fwctl.rst37 and out buffer lengths and pointers. The driver verifies the existence
/linux-6.15/Documentation/networking/
H A Dudplite.rst215 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.15/security/selinux/
H A DKconfig58 chain lengths are high (e.g. > 20) then selecting a higher value here

123