Lines Matching refs: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 …
22 …igest_api.md#oh_cryptodigest_update) to pass in the data for generating an MD. The amount of data …
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.
74 …rchitecture-kit/_crypto_digest_api.md#oh_cryptodigest_getlength) to obtain the MD length, in bytes.