/linux/include/crypto/ |
H A D | sha2.h | 162 * If you don't need incremental computation, consider sha224() instead. 240 * If you don't need incremental computation, consider hmac_sha224() instead. 257 * If you don't need incremental computation, consider hmac_sha224_usingrawkey() 335 * If you don't need incremental computation, consider sha256() instead. 413 * If you don't need incremental computation, consider hmac_sha256() instead. 430 * If you don't need incremental computation, consider hmac_sha256_usingrawkey() 542 * If you don't need incremental computation, consider sha384() instead. 620 * If you don't need incremental computation, consider hmac_sha384() instead. 637 * If you don't need incremental computation, consider hmac_sha384_usingrawkey() 715 * If you don't need incremental computation, consider sha512() instead. [all …]
|
H A D | sha1.h | 60 * If you don't need incremental computation, consider sha1() instead. 138 * If you don't need incremental computation, consider hmac_sha1() instead. 151 * If you don't need incremental computation, consider hmac_sha1_usingrawkey()
|
/linux/drivers/s390/cio/ |
H A D | itcw.c | 3 * Functions for incremental construction of fcx enabled I/O control blocks. 21 * struct itcw - incremental tcw helper data type 23 * This structure serves as a handle for the incremental construction of a 156 * itcw_init - initialize incremental tcw data structure 167 * Prepare the specified buffer to be used as an incremental tcw, i.e. a 177 * On success, return pointer to the resulting incremental tcw data structure,
|
/linux/Documentation/process/ |
H A D | applying-patches.rst | 252 The 5.x.y incremental patches live at 315 The -stable team provides normal as well as incremental patches. Below is 321 These patches are not incremental, meaning that for example the 5.7.3 337 Incremental patches 340 Incremental patches are different: instead of being applied on top 369 The -rc patches are not incremental, they apply to a base 5.x kernel, just
|
/linux/drivers/crypto/bcm/ |
H A D | cipher.h | 233 * shash descriptor - needed to perform incremental hashing in 267 * from total_sent for incremental hashing. total_sent includes previous 331 * Digest from incremental hash is saved here to include in next hash 334 * msg_buf because that gets deleted between incremental hash ops
|
/linux/Documentation/devicetree/bindings/net/pse-pd/ |
H A D | microchip,pd692x0.yaml | 43 incremental order even if they are not used. 67 Incremental index of the PSE manager starting from 0, ranging
|
/linux/fs/bcachefs/ |
H A D | mean_and_variance.c | 3 * Functions for incremental mean and variance. 20 * This is includes some incremental algorithms for mean and variance calculation
|
/linux/Documentation/networking/ |
H A D | xfrm_sync.rst | 124 used to provide default values for the XFRMA_ETIMER_THRESH in incremental 129 in incremental packet count. The default is two packets.
|
/linux/lib/crypto/tests/ |
H A D | hash-test-template.h | 104 * one-shot instead of incremental), since consistency between different ways of 148 * computation as it does with an incremental computation. 191 "Incremental test failed with total_len=%zu num_parts=%zu offset=%zu", in test_hash_incremental_updates() 536 * concurrently, *including doing different parts of the same incremental 540 * implementations don't correctly handle these mixed incremental computations.
|
/linux/arch/s390/include/asm/ |
H A D | itcw.h | 3 * Functions for incremental construction of fcx enabled I/O control blocks.
|
/linux/Documentation/filesystems/ |
H A D | btrfs.rst | 28 * Efficient incremental backup and FS mirroring (send/receive)
|
/linux/arch/m68k/include/asm/ |
H A D | mcfdma.h | 86 #define MCFDMA_DMR_DSTM_IA 0x00002000L /* Destination uses incremental addressing */ 98 #define MCFDMA_DMR_SRCM_IA 0x00000020L /* Source uses incremental addressing */
|
/linux/drivers/acpi/riscv/ |
H A D | irq.c | 43 * the incremental order like RINTC(24)->IMSIC(25)->APLIC(26)->PLIC(27). 44 * Hence, simply sorting the subtypes in incremental order will
|
/linux/mm/ |
H A D | mapping_dirty_helpers.c | 253 * @nr: Number of incremental page offsets to cover 282 * @nr: Number of incremental page offsets to cover
|
/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x-csi2.c | 98 * incremental subdevices (not connected in the forward path) can be registered 343 /* Register internal ops for incremental subdev registration */ in adv748x_csi2_init()
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | firmware-activate.rst | 35 If the platform has a concept of incremental work needed to perform
|
/linux/net/ceph/ |
H A D | osdmap.c | 1340 bool incremental) in __decode_pools() argument 1353 if (!incremental || !pi) { in __decode_pools() 1391 decode_mapping_fn_t fn, bool incremental) in decode_pg_mapping() argument 1395 WARN_ON(!incremental && !fn); in decode_pg_mapping() 1409 WARN_ON(!incremental); in decode_pg_mapping() 1415 pg = fn(p, end, incremental); in decode_pg_mapping() 1433 bool incremental) in __decode_pg_temp() argument 1439 if (len == 0 && incremental) in __decode_pg_temp() 1472 bool incremental) in __decode_primary_temp() argument 1478 if (osd == (u32)-1 && incremental) in __decode_primary_temp() [all …]
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | ci-hdrc-usb2.yaml | 111 /* Incremental burst of unspecified length */
|
/linux/include/crypto/internal/ |
H A D | aead.h | 149 * you still need to provide incremental updates in multiples of
|
/linux/Documentation/userspace-api/ |
H A D | unshare.rst | 115 allowed incremental context unsharing in future without an ABI change. 120 incremental unsharing of those resources on an as needed basis.
|
/linux/drivers/mtd/tests/ |
H A D | nandbiterrs.c | 55 MODULE_PARM_DESC(mode, "0=incremental errors, 1=overwrite test"); 206 pr_info("incremental biterrors test\n"); in incremental_errors_test()
|
/linux/samples/bpf/ |
H A D | README.rst | 75 We recommend that developers who want the fastest incremental builds
|
/linux/scripts/ |
H A D | patch-kernel | 51 # Add better support for (non-incremental) 2.6.x.y patches; 282 # There is no incremental searching for extraversion...
|
H A D | test_doc_build.py | 50 # Sphinx versions to be installed and their incremental requirements 78 # is to avoid to many incremental changes for the next entries
|
/linux/include/net/ |
H A D | checksum.h | 126 /* Implements RFC 1624 (Incremental Internet Checksum)
|