Home
last modified time | relevance | path

Searched refs:sized (Results 1 – 25 of 92) sorted by relevance

1234

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c237 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 Derofs.rst238 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 Dcafe_ccic.rst38 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 Dsysfs-class-net-cdc_ncm8 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 Dstatistics.rst11 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 Dpersistent-data.rst36 This provides access to the data on disk in fixed sized-blocks. There
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst39 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 Dext-ctrls-fm-tx.rst45 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 Ddmx-set-buffer-size.rst35 filtered data. The default size is two maximum sized sections, i.e. if
/linux/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt11 1.) The coreboot table. This is a list of variable-sized descriptors
/linux/Documentation/core-api/
H A Dcircular-buffers.rst12 (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 Dcachetlb.rst69 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 Dintel-ixp42x-adi-coyote.dts42 * 32 MB of Flash in 128 0x20000 sized blocks
H A Dintel-ixp42x-netgear-wg302v1.dts71 * 8 MB of Flash in 64 0x20000 sized blocks
H A Dintel-ixp42x-dlink-dsm-g600.dts108 * 16 MB of Flash in 128 0x20000 sized blocks
/linux/Documentation/arch/x86/
H A Dxstate.rst24 because different CPUs have differently-sized XSAVE buffers. A compiled-in
28 properly-sized altstacks.
/linux/Documentation/networking/device_drivers/ethernet/google/
H A Dgve.rst125 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 Dmap_cgrp_storage.rst8 The ``BPF_MAP_TYPE_CGRP_STORAGE`` map type represents a local fix-sized
/linux/tools/testing/selftests/
H A Dlib.mk47 CFLAGS += -Wno-gnu-variable-sized-type-not-at-end
/linux/Documentation/driver-api/mmc/
H A Dmmc-test.rst164 | 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 Dfutex2.rst85 supported one is 32 bit sized futex, and it need to be specified using
/linux/Documentation/admin-guide/
H A Dldm.rst29 dummy MSDOS partition containing one disk-sized partition. This is what is
/linux/samples/hid/
H A DMakefile240 -Wno-gnu-variable-sized-type-not-at-end \
/linux/Documentation/networking/device_drivers/ethernet/microsoft/
H A Dnetvsc.rst86 is probed. The receive area is broken into MTU sized chunks and each may
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dfm10k.rst84 NOTE: This driver will attempt to use multiple page sized buffers to receive

1234