/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | kdf.c | 155 HcfResult HcfKdfCreate(const char *transformation, HcfKdf **returnObj) in HcfKdfCreate() argument 157 if ((!HcfIsStrValid(transformation, HCF_MAX_ALGO_NAME_LEN)) || (returnObj == NULL)) { in HcfKdfCreate() 163 if (ParseAndSetParameter(transformation, ¶ms, ParseKdfParams) != HCF_SUCCESS) { in HcfKdfCreate() 178 if (strcpy_s(returnGenerator->algoName, HCF_MAX_ALGO_NAME_LEN, transformation) != EOK) { in HcfKdfCreate()
|
H A D | cipher.c | 345 HcfResult HcfCipherCreate(const char *transformation, HcfCipher **returnObj) in HcfCipherCreate() argument 348 if (!HcfIsStrValid(transformation, HCF_MAX_ALGO_NAME_LEN) || (returnObj == NULL)) { in HcfCipherCreate() 352 if (ParseAndSetParameter(transformation, (void *)&attr, OnSetParameter) != HCF_SUCCESS) { in HcfCipherCreate() 367 if (strcpy_s(returnGenerator->algoName, HCF_MAX_ALGO_NAME_LEN, transformation) != EOK) { in HcfCipherCreate()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-transition-animation-component.md | 46 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions对象说明) | … 47 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions对象说明)| 是 | 设置组件转场时… 48 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions对象说明) | 是 | 设置组件… 69 > 5. 更详细的关于scale、rotate效果的介绍可参考[图形变换](ts-universal-attributes-transformation.md)。 103 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions对象说明) … 104 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions对象说明) | 否 | 设置组件转场时… 105 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions对象说明)| 否 | 设置组件转…
|
H A D | ts-animatorproperty.md | 3 …tributes-transformation.md#scale)、[rotate](ts-universal-attributes-transformation.md#rotate)、[tran…
|
H A D | ts-universal-component-area-change-event.md | 17 由绘制变化所导致的渲染属性变化不会响应回调,如[translate](ts-universal-attributes-transformation.md#translate)、[offset](ts…
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-transformation.md | 3 …ssified into image transformation and [PixelMap operation](image-pixelmap-operation.md). This topi… 7 …./../reference/apis-image-kit/js-apis-image.md#pixelmap7) for APIs related to image transformation. 24 3. Perform image transformation.
|
H A D | Readme-EN.md | 7 - [Using PixelMap to Transform Images](image-transformation.md) 25 - [Using Image to Transform Images](image-transformation-native.md)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | js-apis-system-cipher.md | 38 | transformation | string | 否 | RSA算法的填充项,默认为RSA/None/OAEPWithSHA25… 54 | transformation | string | 否 | AES算法的加密模式和填充项,默认AES/CBC/PKCS5Paddi… 166 transformation: 'AES/CBC/PKCS5Padding', 186 transformation: 'AES/CBC/PKCS5Padding',
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-animatorproperty.md | 3 …ibutes-transformation.md#scale), [rotate](ts-universal-attributes-transformation.md#rotate) and [t…
|
H A D | ts-basic-svg.md | 37 | \<feColorMatrix\> | Transforms colors based on a transformation matrix.| **in**: filter input, wh… 84 … Defines an element transformation animation.| **attributeName**: animatable attribute; value: tra… 88 > Currently, only single element attribute or transformation animations are supported, not nested a…
|
H A D | ts-transition-animation-component.md | 46 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions) | Yes|… 47 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions)| Yes| Scaling of… 48 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions) | Yes| Rotatio… 69 …bout the scale and rotate effects, see [Transformation](ts-universal-attributes-transformation.md). 103 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions) |No… 104 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions) | No| Scaling of … 105 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions)| No| Rotation …
|
H A D | ts-components-canvas-canvaspattern.md | 15 Uses a **Matrix2D** object as a parameter to perform matrix transformation on the current **CanvasP…
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | Readme-CN.md | 7 - [使用PixelMap完成图像变换](image-transformation.md) 25 - [使用Image完成图像变换](image-transformation-native.md)
|
H A D | image-decoding.md | 3 图片解码指将所支持格式的存档图片解码成统一的[PixelMap](image-overview.md),以便在应用或系统中进行图片显示或[图片处理](image-transformation.md)… 153 解码完成,获取到pixelMap对象后,可以进行后续[图片处理](image-transformation.md)。
|
H A D | image-overview.md | 39 4. [图片处理](image-transformation.md):对PixelMap进行处理,更改图片属性实现图片的旋转、缩放、裁剪等效果。然后通过[Image组件](../../ui/arkt…
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | js-apis-system-cipher.md | 38 | transformation | string | No | RSA padding. The default value is *… 54 | transformation | string | No | Encryption mode and padding of the … 166 transformation: 'AES/CBC/PKCS5Padding', 186 transformation: 'AES/CBC/PKCS5Padding',
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/ |
H A D | kdf.h | 51 HcfResult HcfKdfCreate(const char *transformation, HcfKdf **returnObj);
|
H A D | cipher.h | 87 HcfResult HcfCipherCreate(const char *transformation, HcfCipher **returnObj);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.1/ |
H A D | changelogs-security.md | 92 …* @param { string } transformation - indicates the description to be transformed to cipher specifi… 99 function createCipher(transformation: string): Cipher; 223 …* @param { string } transformation - indicates the description to be transformed to cipher specifi… 231 function createCipher(transformation: string): Cipher;
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.1/ |
H A D | changelogs-security.md | 92 …* @param { string } transformation - indicates the description to be transformed to cipher specifi… 99 function createCipher(transformation: string): Cipher; 223 …* @param { string } transformation - indicates the description to be transformed to cipher specifi… 231 function createCipher(transformation: string): Cipher;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-matrix4.md | 3 The **matrix4** module provides APIs for matrix transformation. You can use these APIs to translate… 224 // Before matrix transformation 481 Applies the current transformation effect to a coordinate point. 497 | [number, number] | Point object after matrix transformation | 515 Text(`Coordinates before matrix transformation: [${this.originPoint}]`) 521 Text(`Coordinates after matrix transformation: [${this.transformPoint}]`) 560 > This API must be used with **scale({centerX:0,centerY:0,x:1})** to ensure that the transformation… 823 Applies the current transformation effect to a coordinate point. 841 | [number, number] | Point object after matrix transformation |
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/include/ |
H A D | cipher.h | 52 char *transformation; member
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/ |
H A D | cipher_napi.cpp | 63 char *transformation = nullptr; member 196 ret = GetString(env, context->commonNapi->transformation_napi, &context->transformation, &len); in ReadAesData() 317 iv.transformation = asyncContext->transformation; in AesExcute() 553 CIPHER_FREE_PTR(context->transformation); in DeleteAesAsyncContext()
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_aes.c | 146 if ((iv->transformation != NULL) && (strcmp(iv->transformation, "AES/CBC/PKCS5Padding"))) { in InitAesCryptContext()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-types.md | 24 A three-dimensional vector used to represent a point, a direction, or a vector transformation in 3D… 34 A four-dimensional vector used to represent a point, a direction, or a vector transformation in 4D …
|