| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm2.c | 237 struct tpm_buf buf, sized; in tpm2_seal_trusted() local 264 rc = tpm_buf_init_sized(&sized); in tpm2_seal_trusted() 279 tpm_buf_append_u16(&sized, options->blobauth_len); in tpm2_seal_trusted() 282 tpm_buf_append(&sized, options->blobauth, options->blobauth_len); in tpm2_seal_trusted() 284 tpm_buf_append_u16(&sized, payload->key_len); in tpm2_seal_trusted() 285 tpm_buf_append(&sized, payload->key, payload->key_len); in tpm2_seal_trusted() 286 tpm_buf_append(&buf, sized.data, sized.length); in tpm2_seal_trusted() 289 tpm_buf_reset_sized(&sized); in tpm2_seal_trusted() 290 tpm_buf_append_u16(&sized, TPM_ALG_KEYEDHASH); in tpm2_seal_trusted() 291 tpm_buf_append_u16(&sized, hash); in tpm2_seal_trusted() [all …]
|
| /linux/Documentation/filesystems/ |
| H A D | erofs.rst | 238 1 fixed-sized output data compression (with non-compacted indexes); 240 3 fixed-sized output data compression (with compacted indexes, v5.3+); 295 been supported since Linux v5.15: Files are split in equal-sized data chunks 337 EROFS implements fixed-sized output compression which generates fixed-sized 338 compressed data blocks from variable-sized input in contrast to other existing 339 fixed-sized input solutions. Relatively higher compression ratios can be gotten 340 by using fixed-sized output compression since nowadays popular data compression 341 algorithms are mostly LZ77-based and such fixed-sized output approach can be 344 In details, original (uncompressed) data is turned into several variable-sized 346 In order to record each variable-sized extent, logical clusters (lclusters) are [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cafe_ccic.rst | 38 then worst-case-sized buffers will be allocated at module load time. 44 allocated at run time, they will be sized appropriately for the current
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-cdc_ncm | 8 tx_max sized frames with no terminating short 48 least one max sized datagram plus headers. 64 least one max sized datagram plus headers.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | statistics.rst | 11 Individual statistics will be collected for each step-sized area within 14 The I/O statistics counters for each step-sized area of a region are 133 Print counters for each step-sized area of a region. 146 Output format for each step-sized area of a region:
|
| H A D | persistent-data.rst | 36 This provides access to the data on disk in fixed sized-blocks. There
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-fm-rx.rst | 39 which can scroll strings sized as 8 x N characters. So, this control 52 also possible to find receivers which can scroll strings sized as 32
|
| H A D | ext-ctrls-fm-tx.rst | 45 which can scroll strings sized as 8 x N characters. So, this control 59 which can scroll strings sized as 32 x N or 64 x N characters. So,
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-set-buffer-size.rst | 35 filtered data. The default size is two maximum sized sections, i.e. if
|
| /linux/Documentation/devicetree/bindings/firmware/ |
| H A D | coreboot.txt | 11 1.) The coreboot table. This is a list of variable-sized descriptors
|
| /linux/Documentation/core-api/ |
| H A D | circular-buffers.rst | 12 (1) Convenience functions for determining information about power-of-2 sized 58 than 1 if multiple items or variable-sized items are to be included in the 66 Calculation of the occupancy or the remaining capacity of an arbitrarily sized
|
| H A D | cachetlb.rst | 69 sized translations from the TLB, instead of having the kernel 75 This time we need to remove the PAGE_SIZE sized translation 175 sized regions from the cache, instead of having the kernel 181 This time we need to remove a PAGE_SIZE sized range
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp42x-adi-coyote.dts | 42 * 32 MB of Flash in 128 0x20000 sized blocks
|
| H A D | intel-ixp42x-netgear-wg302v1.dts | 71 * 8 MB of Flash in 64 0x20000 sized blocks
|
| H A D | intel-ixp42x-dlink-dsm-g600.dts | 108 * 16 MB of Flash in 128 0x20000 sized blocks
|
| /linux/Documentation/arch/x86/ |
| H A D | xstate.rst | 24 because different CPUs have differently-sized XSAVE buffers. A compiled-in 28 properly-sized altstacks.
|
| /linux/Documentation/networking/device_drivers/ethernet/google/ |
| H A D | gve.rst | 125 The descriptor rings are power-of-two-sized ring buffers consisting of 174 The driver posts fixed sized buffers to HW on the RX buffer queue. The packet
|
| /linux/Documentation/bpf/ |
| H A D | map_cgrp_storage.rst | 8 The ``BPF_MAP_TYPE_CGRP_STORAGE`` map type represents a local fix-sized
|
| /linux/tools/testing/selftests/ |
| H A D | lib.mk | 47 CFLAGS += -Wno-gnu-variable-sized-type-not-at-end
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-test.rst | 164 | 9 | Weird sized block writes | Performs write operations with varying | 169 | 10 | Weird sized block reads | same for read |
|
| /linux/Documentation/userspace-api/ |
| H A D | futex2.rst | 85 supported one is 32 bit sized futex, and it need to be specified using
|
| /linux/Documentation/admin-guide/ |
| H A D | ldm.rst | 29 dummy MSDOS partition containing one disk-sized partition. This is what is
|
| /linux/samples/hid/ |
| H A D | Makefile | 240 -Wno-gnu-variable-sized-type-not-at-end \
|
| /linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
| H A D | netvsc.rst | 86 is probed. The receive area is broken into MTU sized chunks and each may
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | fm10k.rst | 84 NOTE: This driver will attempt to use multiple page sized buffers to receive
|