| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 28 const u8 *ghash_table, const u8 *lengths); 32 const u8 *ghash_table, const u8 *lengths); 135 const u8 *ghash_table, const u8 *lengths)) in gcm_crypt() argument 140 be128 __aligned(8) lengths; in gcm_crypt() 144 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_crypt() 145 lengths.b = cpu_to_be64(walk->total * 8); in gcm_crypt() 161 l = (const u8 *)&lengths; in gcm_crypt()
|
| H A D | ghash-ce-glue.c | 290 be128 lengths; in gcm_encrypt() local 294 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt() 295 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt() 309 tag = (u8 *)&lengths; in gcm_encrypt() 353 be128 lengths; in gcm_decrypt() local 358 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt() 359 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt() 377 tag = (u8 *)&lengths; in gcm_decrypt()
|
| /linux/fs/orangefs/ |
| H A D | xattr.c | 470 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr() 471 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr() 475 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr() 479 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr() 490 listxattr.lengths[i])) { in orangefs_listxattr() 496 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr() 497 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr() 504 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
|
| H A D | downcall.h | 73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
|
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 315 be128 lengths; in gcm_encrypt() local 357 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt() 358 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt() 360 tag = (u8 *)&lengths; in gcm_encrypt() 404 be128 lengths; in gcm_decrypt() local 449 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt() 450 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt() 452 tag = (u8 *)&lengths; in gcm_decrypt()
|
| /linux/include/trace/events/ |
| H A D | dma.h | 294 __dynamic_array(unsigned int, lengths, min(ents, DMA_TRACE_MAX_ENTRIES)) 314 ((unsigned int *)__get_dynamic_array(lengths))[i] = 330 __print_array(__get_dynamic_array(lengths), 331 __get_dynamic_array_len(lengths) / 449 __dynamic_array(unsigned int, lengths, nents) 461 ((unsigned int *)__get_dynamic_array(lengths))[i] = 473 __print_array(__get_dynamic_array(lengths), 474 __get_dynamic_array_len(lengths) /
|
| /linux/lib/ |
| H A D | build_OID_registry | 51 my @lengths = (); 72 push @lengths, $size;
|
| /linux/Documentation/devicetree/bindings/display/ti/ |
| H A 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',
|
| H A 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',
|
| H A D | ti,dra7-dss.txt | 60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
| H A D | ti,omap3-dss.txt | 77 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
|
| /linux/security/selinux/ |
| H A D | Kconfig | 58 chain lengths are high (e.g. > 20) then selecting a higher value here 80 shorter chain lengths especially when expanding AVC nodes via
|
| /linux/Documentation/devicetree/bindings/net/can/ |
| H A D | ti_hecc.txt | 9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
|
| /linux/tools/mm/ |
| H A 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/crypto/ |
| H A D | gcm.c | 224 be128 lengths; in gcm_hash_len() local 226 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len() 227 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len() 228 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len() 232 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-m420.rst | 27 All line lengths are identical: if the Y lines include pad bytes so do
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-trigger-pattern.txt | 32 use zero-time lengths (the brightness must be same as the previous tuple's). So
|
| /linux/Documentation/arch/s390/ |
| H A D | 3270.ChangeLog | 18 * Do read and write lengths correctly in fs3270_read()
|
| /linux/Documentation/userspace-api/fwctl/ |
| H A D | pds_fwctl.rst | 37 and out buffer lengths and pointers. The driver verifies the existence
|
| /linux/Documentation/networking/ |
| H A 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/drivers/mtd/parsers/ |
| H A 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/Documentation/core-api/ |
| H A D | packing.rst | 154 Note on buffer lengths not multiple of 4 162 With buffer lengths not multiple of 4, this means one group will be incomplete.
|
| /linux/Documentation/filesystems/ |
| H A D | fiemap.rst | 24 extent may end after fm_length. All offsets and lengths are in bytes. 76 All offsets and lengths are in bytes and mirror those on disk. It is valid
|
| /linux/Documentation/fb/ |
| H A D | pxafb.rst | 153 and lengths of each component within the framebuffer.
|
| H A D | api.rst | 249 drivers. Drivers must fill the red, blue and green offsets to 0 and lengths 255 and lengths to the bits_per_pixel value.
|