/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_digest_api.md | 6 Provides APIs for message digest (MD) algorithms. 51 Defines an MD. 101 Generates an MD. 109 | ctx | Pointer to the MD instance. | 110 | out | Pointer to the MD generated. | 147 | ctx | Pointer to the MD instance. | 151 MD algorithm obtained. 162 Obtains the length of an MD. 170 | ctx | Pointer to the MD instance. | 203 | ctx | Pointer to the MD instance. | [all …]
|
H A D | crypto__digest_8h.md | 6 Provides APIs for message digest (MD) algorithms. 24 …pi.md#oh_cryptodigest) [OH_CryptoDigest](_crypto_digest_api.md#oh_cryptodigest) | Defines an MD. | 31 …CryptoDigest](_crypto_digest_api.md#oh_cryptodigest) \*\*ctx) | Creates an MD instance based on th… 32 …x, [Crypto_DataBlob](_crypto___data_blob.md) \*in) | Updates the data used for generating an MD. | 33 …i.md#oh_cryptodigest) \*ctx, [Crypto_DataBlob](_crypto___data_blob.md) \*out) | Generates an MD. | 34 … ([OH_CryptoDigest](_crypto_digest_api.md#oh_cryptodigest) \*ctx) | Obtains the length of an MD. | 36 …roy) ([OH_CryptoDigest](_crypto_digest_api.md#oh_cryptodigest) \*ctx) | Destroys an MD instance. |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | grid_system_manager.cpp | 34 const SystemGridInfo GRID_COLUMNS_8(GridSizeType::MD, LARGE_GUTTER, 32.0_vp, 8); 38 const SystemGridInfo GRID_TEMPLATE_COLUMNS_8(GridSizeType::MD, SMALL_GUTTER, 32.0_vp, 8); 49 SystemGridInfo(GridSizeType::MD, SMALL_GUTTER, SMALL_MARGIN, 6), 55 SystemGridInfo(GridSizeType::MD, LARGE_GUTTER, LARGE_MARGIN, 2, 6), 58 SystemGridInfo(GridSizeType::MD, LARGE_GUTTER, LARGE_MARGIN, 2, 6), 61 SystemGridInfo(GridSizeType::MD, LARGE_GUTTER, LARGE_MARGIN, 8), 64 SystemGridInfo(GridSizeType::MD, LARGE_GUTTER, LARGE_MARGIN, 8), 67 SystemGridInfo(GridSizeType::MD, SMALL_GUTTER, SMALL_MARGIN, 6), 70 SystemGridInfo(GridSizeType::MD, SMALL_GUTTER, SMALL_MARGIN, 4), 143 } else if (sizeType == GridSizeType::MD) { in GetSystemGridInfo() [all …]
|
H A D | grid_column_info.h | 51 columnInfo_->columns_[ScreenSizeType::MD] = static_cast<int32_t>(mdSizeColumn); 52 columnInfo_->dimOffsets_[ScreenSizeType::MD] = offset; 73 columnInfo_->maxColumns_[ScreenSizeType::MD] = static_cast<int32_t>(mdSizeMaxColumn); in SetMdSizeMaxColumn()
|
H A D | screen_system_manager.cpp | 34 currentSize_ = ScreenSizeType::MD; in OnSurfaceChanged() 53 size = ScreenSizeType::MD; in GetSize()
|
H A D | screen_system_manager.h | 33 MD, enumerator 42 {ScreenSizeType::MD, "md"},
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-message-digest-ndk.md | 1 # MD Operations (C/C++) 13 During the MD operation, you can use **OH_CryptoDigest_Update()** to pass in all the data at a time… 15 The following provides examples of MD operations with different data passing methods. 18 ### MD (Passing In Full Data) 20 …/_crypto_digest_api.md#oh_cryptodigest_create) with the MD algorithm **SHA256** to generate an MD … 24 …erence/apis-crypto-architecture-kit/_crypto_digest_api.md#oh_cryptodigest_final) to generate an MD. 26 …rchitecture-kit/_crypto_digest_api.md#oh_cryptodigest_getlength) to obtain the MD length, in bytes. 66 ### MD (Passing In Data by Segment) 68 …/_crypto_digest_api.md#oh_cryptodigest_create) with the MD algorithm **SHA256** to generate an MD … 72 …erence/apis-crypto-architecture-kit/_crypto_digest_api.md#oh_cryptodigest_final) to generate an MD. [all …]
|
H A D | crypto-generate-message-digest.md | 1 # MD Operations (ArkTS) 7 > From API version 12, wearable devices support MD operations. 13 The following provides examples of MD operations with different data passing methods. 16 ### MD (Passing In Full Data) 22 …(../../reference/apis-crypto-architecture-kit/js-apis-cryptoFramework.md#digest) to generate an MD. 26 - Example: Pass in the full data to calculate an MD using **await**. 45 - Example: Pass in the full data to calculate an MD using a synchronous API. 64 ### MD (Passing In Data by Segment) 70 …./../reference/apis-crypto-architecture-kit/js-apis-cryptoFramework.md#digest-1) to generate an MD. 74 - Example: Pass in data by segment to calculate an MD using **await**. [all …]
|
H A D | crypto-sign-sig-verify-overview.md | 30 | md | MD algorithm.| 32 | mgf1_md | MD algorithm used in MGF1.| 51 | Asymmetric Key Type| Padding Mode| MD Algorithm| API Version| 60 | RSA | PKCS1 | MD algorithm that meets the length requirements| 10+ | 75 | Asymmetric Key Type| Padding Mode| MD| Mask Digest| API Version| 117 | RSA | PSS | MD algorithm that meets the length requirements| MGF1_ MD algorithm that meets the le… 137 The Crypto framework provides RSA signing without MD. 148 > 2. If the padding mode is **PKCS1** and an MD algorithm is set, the data to be signed must be the… 199 | Asymmetric Key Type| MD| API Version| 233 | Asymmetric Key Type| MD| API Version| [all …]
|
H A D | crypto-generate-message-digest-overview.md | 1 # MD Overview and Algorithm Specifications 3 …essage digest (MD) algorithm allows a fixed-length digest to be generated from data of arbitrary s… 20 | MD Algorithm| Supported Type| API Version|
|
H A D | crypto-asym-encrypt-decrypt-spec.md | 30 | md | MD algorithm.| 32 | mgf1_md | MD algorithm used in MGF1.| 77 …nsists of the asymmetric key type, padding mode (which is **PKCS1_OAEP**), MD algorithm, and mask … 81 For example, if the asymmetric key type is **RSA2048**, the padding mode is **PKCS1_OAEP**, the MD … 87 | Asymmetric Key Type| Padding Mode| MD Algorithm| Mask Digest Algorithm| API Version| 125 | RSA | PKCS1_OAEP | MD algorithm that meets the length requirements| MGF1_ MD algorithm that meets… 146 … generated. C2 is the ciphertext data. C3 is the value calculated using the specified MD algorithm. 153 | Asymmetric Key Type| MD Algorithm| API Version| 161 ### SM2 MD Algorithm Parameter 163 Since API version 11, SM2 MD digest algorithm parameter can be obtained. The symbol "√" indicates t… [all …]
|
H A D | crypto-sym-key-generation-conversion-spec.md | 81 - You are advised to use the output length of the message digest (MD) algorithm as the key length. 85 …by HMAC is the same as the length of the MD generated, the string parameter consists of the MAC al… 87 - If the length of the key used by HMAC is not within the range of the MD generated by the MD algor… 89 | MAC Algorithm| MD Algorithm| Key Length (Bit)| String Parameter| API Version|
|
H A D | crypto-compute-mac.md | 10 The specified message digest (MD) algorithm is used to generate a MAC based on the shared secret ke… 17 | MD Algorithm| Supported Type| API Version| 36 …itecture-kit/js-apis-cryptoFramework.md#cryptoframeworkcreatemac) with the MD algorithm SHA256 to … 66 let macAlgName = 'SHA256'; // MD algorithm. 96 let macAlgName = 'SHA256'; // MD algorithm. 111 …itecture-kit/js-apis-cryptoFramework.md#cryptoframeworkcreatemac) with the MD algorithm SHA256 to … 141 let macAlgName = "SHA256"; // MD algorithm. 177 let macAlgName = "SHA256"; // MD algorithm.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_grid_col_bridge.cpp | 21 constexpr int MD = 2; variable 35 Local<JSValueRef> md = runtimeCallInfo->GetCallArgRef(MD + 1); in SetGridColOffset() 51 containerSizeArray[MD] = md->Int32Value(vm); in SetGridColOffset() 53 containerSizeArray[MD] = -1; in SetGridColOffset() 93 Local<JSValueRef> md = runtimeCallInfo->GetCallArgRef(MD + 1); in SetSpan() 109 containerSizeArray[MD] = md->Int32Value(vm); in SetSpan() 111 containerSizeArray[MD] = -1; in SetSpan() 150 Local<JSValueRef> md = runtimeCallInfo->GetCallArgRef(MD + 1); in SetOrder() 166 containerSizeArray[MD] = md->Int32Value(vm); in SetOrder() 168 containerSizeArray[MD] = -1; in SetOrder()
|
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/9Release/ |
H A D | check-illegal-code.md | 68 Button('MD') 70 this.sizeType = SizeType.MD 143 Button('MD') 145 this.sizeType = SizeType.MD 218 Button('MD') 220 this.sizeType = SizeType.MD 293 Button('MD') 295 this.sizeType = SizeType.MD 368 Button('MD') 443 Button('MD') [all …]
|
H A D | check-deprecated-doc.md | 71 Button('MD') 73 this.sizeType = SizeType.MD 148 Button('MD') 150 this.sizeType = SizeType.MD 225 Button('MD') 302 Button('MD') 379 Button('MD') 456 Button('MD') 533 Button('MD') 609 Button('MD') [all …]
|
H A D | check-legal-code.md | 70 Button('MD') 72 this.sizeType = SizeType.MD 147 Button('MD') 149 this.sizeType = SizeType.MD 224 Button('MD') 301 Button('MD') 378 Button('MD') 455 Button('MD') 532 Button('MD') 608 Button('MD') [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkGridRow.ts | 20 export const MD = 2; 96 gutters[BreakpointConstants.MD] = value; 103 gutters[BreakpointConstants.MD] = value?.md; 124 …utters[BreakpointConstants.XS], xGutters[BreakpointConstants.SM], xGutters[BreakpointConstants.MD], 126 …utters[BreakpointConstants.XS], yGutters[BreakpointConstants.SM], yGutters[BreakpointConstants.MD],
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_col_component.h | 61 case GridSizeType::MD: in GetSpan() 92 case GridSizeType::MD: in GetOffset() 123 case GridSizeType::MD: in GetOrder()
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-message-digest-overview.md | 18 当创建MD消息摘要时,需要使用表中“支持种类”一列,指定MD消息摘要算法规格。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridcontainer.md | 48 | MD | 中等宽度类型设备。 | 120 Button('MD') 122 this.sizeType = SizeType.MD
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridcontainer.md | 48 | MD | Medium-sized device.| 120 Button('MD') 122 this.sizeType = SizeType.MD
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-signing-signature-verification-overview.md | 16 | Algorithm/MD Algorithm/Padding Mode| Description| API Version| <!--DelCol4-->Mandatory| 20 …and passes in the hashed data. The length of the hashed data must meet the MD algorithm specificat… 35 | Algorithm/MD Algorithm/Padding Mode| Description| API Version|
|
H A D | huks-hmac-overview.md | 3 …-1. The universal keystore supports the use of HMAC with mainstream message digest (MD) algorithms. 15 | MD Algorithm| Supported Key Length (Bit)| API Version| <!--DelCol4-->Mandatory|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_grid_col.cpp | 54 constexpr size_t MD = 2; variable 73 gridContainerSize.md = containerSizeArray[MD].value(); in InheritGridContainerSize() 101 containerSizeArray[MD] = md->ToNumber<int32_t>(); in ParserGridContainerSize()
|