Searched full:transformation (Results 1 – 25 of 104) sorted by relevance
12345
| /kernel/linux/linux-5.10/Documentation/crypto/ |
| D | intro.rst | 8 as other data transformation mechanisms and methods to invoke these. 27 - data transformation implementations (typically ciphers) that can be 32 however, does not discuss all API calls available to data transformation 37 Note: The terms "transformation" and cipher algorithm are used 43 The transformation implementation is an actual code or interface to 44 hardware which implements a certain transformation with precisely 47 The transformation object (TFM) is an instance of a transformation 48 implementation. There can be multiple transformation objects associated 49 with a single transformation implementation. Each of those 50 transformation objects is held by a crypto API consumer or another [all …]
|
| D | devel-algos.rst | 4 Registering And Unregistering Transformation 8 API. One is used to register a generic cryptographic transformation, 19 former function registers a single transformation, while the latter 20 works on an array of transformation descriptions. The latter is useful 52 This section describes the simplest of all transformation 62 filled in with proper callbacks to implement this transformation. 103 This section describes the multi-block cipher transformation 105 which operate on scatterlists of data supplied to the transformation 141 Registering And Unregistering The Transformation 144 There are multiple ways to register a HASH transformation, depending on [all …]
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| D | Kconfig | 23 tristate "Transformation user configuration interface" 26 Support for Transformation(XFRM) user configuration interface 37 Transformation(XFRM) user configuration interface like IPsec 43 tristate "Transformation virtual interface" 51 bool "Transformation sub policy support" 61 bool "Transformation migrate database" 72 bool "Transformation statistics" 76 statistics about transformation error (or almost error) factor
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | crypto.h | 197 * @cia_min_keysize: Minimum key size supported by the transformation. This is 198 * the smallest key length supported by this transformation 203 * @cia_max_keysize: Maximum key size supported by the transformation. This is 204 * the largest key length supported by this transformation 209 * @cia_setkey: Set key for the transformation. This function is used to either 211 * transformation context for programming it later. Note that this 212 * function does modify the transformation context. This function 214 * transformation object, so one must make sure the key is properly 233 * transformation context, the key might need to be re-programmed 235 * modify the transformation context, as this function may be [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | xfrm_proc.rst | 10 Transformation Statistics 14 dropped by the transformation code and why. These counters are defined 36 Transformation protocol specific error 40 Transformation mode specific error 91 Transformation protocol specific error 94 Transformation mode specific error
|
| D | pktgen.rst | 283 Default IPsec transformation with ESP encapsulation plus transport mode 290 you can use "pgset spi SPI_VALUE" to specify which transformation mode
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | hash.h | 27 * @digestsize: Size of the result of the transformation. A buffer of this size 32 * @statesize: Size of the block for partial state of the transformation. A 34 * will save the partial state of the transformation into it. On the 64 * @init: **[mandatory]** Initialize the transformation context. Intended only to initialize the 65 * state of the HASH transformation at the beginning. This shall fill in 67 * transformation. No data processing happens at this point. Driver code 69 * @update: **[mandatory]** Push a chunk of data into the driver for transformation. This 72 * function must not finalize the HASH transformation by calculating the 74 * transformation. This function shall not modify the transformation 76 * transformation object. Data processing can happen synchronously [all …]
|
| D | skcipher.h | 49 * @min_keysize: Minimum key size supported by the transformation. This is the 50 * smallest key length supported by this transformation algorithm. 54 * @max_keysize: Maximum key size supported by the transformation. This is the 55 * largest key length supported by this transformation algorithm. 59 * @setkey: Set key for the transformation. This function is used to either 61 * transformation context for programming it later. Note that this 62 * function does modify the transformation context. This function can 63 * be called multiple times during the existence of the transformation 76 * key was stored in transformation context, the key might need to be 78 * shall not modify the transformation context, as this function may [all …]
|
| D | aead.h | 104 * transformation. A transformation may support smaller tag sizes. 109 * @setauthsize: Set authentication size for the AEAD transformation. This 111 * authentication tag to be either generated by the transformation 121 * @init: Initialize the cryptographic transformation object. This function 122 * is used to initialize the cryptographic transformation object. 124 * after the transformation context was allocated. In case the 127 * requirement of the transformation and put any software fallbacks 129 * @exit: Deinitialize the cryptographic transformation object. This is a
|
| D | acompress.h | 61 * @init: Initialize the cryptographic transformation object. 63 * transformation object. This function is called only once at 64 * the instantiation time, right after the transformation context 68 * transformation and put any software fallbacks in place. 69 * @exit: Deinitialize the cryptographic transformation object. This is a
|
| D | akcipher.h | 77 * @init: Initialize the cryptographic transformation object. 79 * transformation object. This function is called only once at 80 * the instantiation time, right after the transformation context 84 * transformation and put any software fallbacks in place. 85 * @exit: Deinitialize the cryptographic transformation object. This is a 264 * Function assumes that the key is already set in the transformation. If this
|
| /kernel/linux/linux-5.10/include/sound/sof/ |
| D | channel_map.h | 16 * \brief Channel map, specifies transformation of one-to-many or many-to-one. 26 * Ext ID is the identifier of external part of the transformation. Depending 49 * More than one transformation per a single channel is allowed (in case 51 * A channel may be skipped in the transformation list, then it is filled 52 * with 0's by the transformation function.
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | Kconfig | 51 tristate "IPv6: AH transformation" 66 tristate "IPv6: ESP transformation" 81 tristate "IPv6: ESP transformation offload" 86 Support for ESP transformation offload. This makes sense 106 tristate "IPv6: IPComp transformation"
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | kasan.h | 21 /* Offset for mem to shadow address transformation */
|
| /kernel/linux/linux-5.10/Documentation/timers/ |
| D | highres.rst | 66 Figure #3 (OLS slides p.18) illustrates the transformation. 139 Figure #4 (OLS slides p.20) illustrates the transformation. 205 Figure #5 (OLS slides p.22) illustrates the transformation.
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | Kconfig | 342 tristate "IP: AH transformation" 357 tristate "IP: ESP transformation" 372 tristate "IP: ESP transformation offload" 377 Support for ESP transformation offload. This makes sense 397 tristate "IP: IPComp transformation"
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-transform.sh | 13 # The transformation assumes that the qemu command is confined to a
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 178 producing the transformation matrix. 183 mechanically mounted in an ideal way and we need no transformation):
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_color_mgmt.c | 42 * from the framebuffer before it is given to the transformation matrix. 61 * Blob property to set the current transformation matrix (CTM) apply to 73 * after the transformation matrix to data sent to the connector. The
|
| D | drm_rect.c | 242 * @rotation: Transformation to be applied 308 * @rotation: Transformation whose inverse is to be applied
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| D | atmel-ecc.c | 29 * atmel_ecdh_ctx - transformation context 274 dev_err(&ctx->client->dev, "Failed to allocate transformation for '%s': %ld\n", in atmel_ecdh_init_tfm()
|
| /kernel/linux/linux-5.10/drivers/crypto/vmx/ |
| D | aes.c | 36 "Failed to allocate transformation for '%s': %ld\n", in p8_aes_init()
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | jr3_pci.h | 151 * coordinate transformation, or new sensor full scale is set by the 355 * whenever a new coordinate transformation is calculated. It is 485 * a coordinate transformation or a full scale change. Peak data is 690 * transformation from the center of the sensor to either flange.
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
| D | exynos_drm_ipp.h | 79 * struct exynos_drm_ipp_task - a structure describing transformation that
|
| /kernel/linux/linux-5.10/tools/build/ |
| D | fixdep.c | 11 * base transformation of dependecies without the CONFIG mangle.
|
12345