/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 27 …ze of the data to be passed in each time to 20 bytes, and call [OH_CryptoSymCipher_Update](../../r… 29 …- Currently, the amount of data to be passed in by a single **OH_CryptoSymCipher_Update()** is not… 30 …OH_CryptoSymCipher_Update()**. If the result is not **null**, obtain the data and combine the data… 32 …OH_CryptoSymCipher_Update()** operation matches the block size, the ciphertext is output. Otherwis… 38 …- If data has been passed in by **OH_CryptoSymCipher_Update()**, pass in **null** in the **data** … 52 …ze of the data to be passed in each time to 20 bytes, and call [OH_CryptoSymCipher_Update](../../r… 134 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate); 144 ret = OH_CryptoSymCipher_Update(encCtx, (Crypto_DataBlob *)&msgBlob, &outUpdate);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 25 …ze of the data to be passed in each time to 20 bytes, and call [OH_CryptoSymCipher_Update](../../r… 27 …- Currently, the amount of data to be passed in by a single **OH_CryptoSymCipher_Update()** is not… 28 …OH_CryptoSymCipher_Update()**. If the result is not **null**, obtain the data and combine the data… 30 …OH_CryptoSymCipher_Update()** operation matches the block size, the ciphertext is output. Otherwis… 36 …- If data has been passed in by **OH_CryptoSymCipher_Update()**, pass in **null** in the **data** … 50 …ze of the data to be passed in each time to 20 bytes, and call [OH_CryptoSymCipher_Update](../../r… 133 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate); 143 ret = OH_CryptoSymCipher_Update(encCtx, (Crypto_DataBlob *)&msgBlob, &outUpdate);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-ndk.md | 25 5. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 27 …Currently, the amount of data to be passed in by a single **OH_CryptoSymCipher_Update()** is not l… 30 …- If a large amount of data is to be encrypted, you can call **OH_CryptoSymCipher_Update()** multi… 33 …- If data has been passed in by **OH_CryptoSymCipher_Update()**, pass in **null** in the **data** … 46 2. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 116 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate);
|
H A D | crypto-3des-sym-encrypt-decrypt-ecb-ndk.md | 27 4. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 30 …- If a large amount of data is to be encrypted, you can call **OH_CryptoSymCipher_Update()** multi… 34 …- If data has been passed in by **OH_CryptoSymCipher_Update()**, pass in **null** in the **data** … 42 2. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_…
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-ndk.md | 27 5. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 32 …- If a large amount of data is to be encrypted, you can call **OH_CryptoSymCipher_Update()** multi… 35 …- If data has been passed in by **OH_CryptoSymCipher_Update()**, pass in **null** in the **data** … 49 2. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 120 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate);
|
H A D | crypto-sm4-sym-encrypt-decrypt-cbc-ndk.md | 24 5. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 27 …- If a large amount of data is to be encrypted, you can call **OH_CryptoSymCipher_Update()** multi… 31 …- If data has been passed in by **OH_CryptoSymCipher_Update()**, pass in **null** in the **data** … 42 2. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_…
|
H A D | crypto-sm4-sym-encrypt-decrypt-ecb-ndk.md | 24 4. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 27 …- If a large amount of data is to be encrypted, you can call **OH_CryptoSymCipher_Update()** multi… 31 …- If data has been passed in by **OH_CryptoSymCipher_Update()**, pass in **null** in the **data** … 42 2. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_…
|
H A D | crypto-aes-sym-encrypt-decrypt-ccm-ndk.md | 27 5. Use [OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_… 29 …Currently, the amount of data to be passed in by a single **OH_CryptoSymCipher_Update** is not lim… 34 …- If data has been passed in by **OH_CryptoSymCipher_Update**, pass in **null** in the **data** pa… 117 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate);
|
H A D | crypto-aes-sym-encrypt-decrypt-ecb-ndk.md | 25 …ta. If a large amount of data is to be encrypted, you can call [OH_CryptoSymCipher_Update](../../r… 34 …xt. If a large amount of data is to be decrypted, you can call [OH_CryptoSymCipher_Update](../../r…
|
H A D | crypto-aes-sym-encrypt-decrypt-cbc-ndk.md | 27 …ta. If a large amount of data is to be encrypted, you can call [OH_CryptoSymCipher_Update](../../r… 37 …ta. If a large amount of data is to be decrypted, you can call [OH_CryptoSymCipher_Update](../../r…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_sym_cipher_api.md | 45 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymCipher_Update](#oh_cryp… 196 [OH_CryptoSymCipher_Update](#oh_cryptosymcipher_update) 258 ### OH_CryptoSymCipher_Update() 261 OH_Crypto_ErrCode OH_CryptoSymCipher_Update (OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_D…
|
H A D | crypto__sym__cipher_8h.md | 44 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymCipher_Update](_crypto_…
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 27 5. 将一次传入数据量设置为20字节,多次调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_cr… 52 2. 将一次传入数据量设置为20字节,多次调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_cr… 135 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate); 145 ret = OH_CryptoSymCipher_Update(encCtx, (Crypto_DataBlob *)&msgBlob, &outUpdate);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 25 5. 将一次传入数据量设置为20字节,多次调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_cr… 50 2. 将一次传入数据量设置为20字节,多次调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_cr… 133 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate); 143 ret = OH_CryptoSymCipher_Update(encCtx, (Crypto_DataBlob *)&msgBlob, &outUpdate);
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-ndk.md | 27 5. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 49 2. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 120 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-ndk.md | 25 5. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 46 2. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 116 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate);
|
H A D | crypto-3des-sym-encrypt-decrypt-ecb-ndk.md | 27 4. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 43 2. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap…
|
H A D | crypto-aes-sym-encrypt-decrypt-ecb-ndk.md | 25 4. 加密内容较短时,可以不调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sy… 34 2. 解密内容较短时,可以不调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sy…
|
H A D | crypto-sm4-sym-encrypt-decrypt-ecb-ndk.md | 24 4. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 42 2. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap…
|
H A D | crypto-aes-sym-encrypt-decrypt-cbc-ndk.md | 27 5. 加密内容较短时,可以不调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sy… 37 2. 解密内容较短时,可以不调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sy…
|
H A D | crypto-sm4-sym-encrypt-decrypt-cbc-ndk.md | 24 5. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 42 2. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap…
|
H A D | crypto-aes-sym-encrypt-decrypt-ccm-ndk.md | 27 5. 调用[OH_CryptoSymCipher_Update](../../reference/apis-crypto-architecture-kit/_crypto_sym_cipher_ap… 117 ret = OH_CryptoSymCipher_Update(encCtx, &msgBlob, &outUpdate);
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_sym_cipher_api.md | 45 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymCipher_Update](#oh_cryp… 196 [OH_CryptoSymCipher_Update](#oh_cryptosymcipher_update) 258 ### OH_CryptoSymCipher_Update() 261 OH_Crypto_ErrCode OH_CryptoSymCipher_Update (OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_D…
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_sym_cipher_test.cpp | 65 ret = OH_CryptoSymCipher_Update(cipher, &input, &output); in AesEncrypt() 109 ret = OH_CryptoSymCipher_Update(cipher, &input, &output); in AesDecrypt()
|
/ohos5.0/base/security/crypto_framework/interfaces/kits/native/include/ |
H A D | crypto_sym_cipher.h | 161 OH_Crypto_ErrCode OH_CryptoSymCipher_Update(OH_CryptoSymCipher *ctx, Crypto_DataBlob *in, Crypto_Da…
|