| /linux/Documentation/crypto/ |
| H A D | sha3.rst | 48 For users that need to pass in data incrementally, an incremental API is also 49 provided. The incremental API uses the following struct:: 81 output data incrementally, an incremental API is also provided. The incremental
|
| /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() 337 * If you don't need incremental computation, consider sha256() instead. 444 * If you don't need incremental computation, consider hmac_sha256() instead. 461 * If you don't need incremental computation, consider hmac_sha256_usingrawkey() 575 * If you don't need incremental computation, consider sha384() instead. 653 * If you don't need incremental computation, consider hmac_sha384() instead. 670 * If you don't need incremental computation, consider hmac_sha384_usingrawkey() 750 * If you don't need incremental computation, consider sha512() instead. [all …]
|
| H A D | sha3.h | 271 * the incremental API if you're able to provide all the input at once. 284 * the incremental API if you're able to provide all the input at once. 297 * the incremental API if you're able to provide all the input at once. 310 * the incremental API if you're able to provide all the input at once. 324 * the incremental API if you're able to provide all the input at once as well 339 * the incremental API if you're able to provide all the input at once as well
|
| 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()
|
| H A D | md5.h | 52 * If you don't need incremental computation, consider md5() instead. 130 * If you don't need incremental computation, consider hmac_md5() instead. 143 * If you don't need incremental computation, consider hmac_md5_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/lib/crypto/tests/ |
| H A D | hash-test-template.h | 102 * one-shot instead of incremental), since consistency between different ways of 146 * computation as it does with an incremental computation. 189 "Incremental test failed with total_len=%zu num_parts=%zu offset=%zu", in test_hash_incremental_updates() 421 * concurrently, *including doing different parts of the same incremental 425 * 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/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/Documentation/filesystems/ |
| H A D | btrfs.rst | 28 * Efficient incremental backup and FS mirroring (send/receive)
|
| /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/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/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/driver-api/nvdimm/ |
| H A D | firmware-activate.rst | 35 If the platform has a concept of incremental work needed to perform
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | ci-hdrc-usb2.yaml | 111 /* Incremental burst of unspecified length */
|
| /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/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/include/crypto/internal/ |
| H A D | aead.h | 149 * you still need to provide incremental updates in multiples of
|
| /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...
|
| /linux/samples/bpf/ |
| H A D | README.rst | 75 We recommend that developers who want the fastest incremental builds
|
| /linux/tools/docs/ |
| 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)
|