Home
last modified time | relevance | path

Searched refs:OH_CryptoSymCipherParams_SetParam (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-aes-sym-encrypt-decrypt-ccm-ndk.md23 …sym_cipher_api.md#oh_cryptosymcipherparams_create)创建参数对象,调用[OH_CryptoSymCipherParams_SetParam](../…
37 …m_cipher_api.md#oh_cryptosymcipherparams_create)创建Params,使用[OH_CryptoSymCipherParams_SetParam](../…
95 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivData);
99 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadData);
103 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
131 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagOutPut);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-ndk.md23 …sym_cipher_api.md#oh_cryptosymcipherparams_create)创建参数对象,调用[OH_CryptoSymCipherParams_SetParam](../…
38 …m_cipher_api.md#oh_cryptosymcipherparams_create)创建Params,使用[OH_CryptoSymCipherParams_SetParam](../…
98 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivData);
102 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadData);
106 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
134 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagOutPut);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-ndk.md21 …sym_cipher_api.md#oh_cryptosymcipherparams_create)创建参数对象,调用[OH_CryptoSymCipherParams_SetParam](../…
36 …m_cipher_api.md#oh_cryptosymcipherparams_create)创建Params,使用[OH_CryptoSymCipherParams_SetParam](../…
94 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivData);
98 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadData);
102 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
130 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagOutPut);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md23 …sym_cipher_api.md#oh_cryptosymcipherparams_create)创建参数对象,调用[OH_CryptoSymCipherParams_SetParam](../…
41 7. 调用[OH_CryptoSymCipherParams_SetParam](../../reference/apis-crypto-architecture-kit/_crypto_sym_c…
110 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
114 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadBlob);
118 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagInit);
165 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tag);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md21 …sym_cipher_api.md#oh_cryptosymcipherparams_create)创建参数对象,调用[OH_CryptoSymCipherParams_SetParam](../…
39 …m_cipher_api.md#oh_cryptosymcipherparams_create)创建Params,使用[OH_CryptoSymCipherParams_SetParam](../…
108 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
112 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadBlob);
116 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagInit);
163 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tag);
H A Dcrypto-aes-sym-encrypt-decrypt-cbc-ndk.md23 …sym_cipher_api.md#oh_cryptosymcipherparams_create)创建参数对象,调用[OH_CryptoSymCipherParams_SetParam](../…
75 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
H A Dcrypto-sm4-sym-encrypt-decrypt-cbc-ndk.md20 …sym_cipher_api.md#oh_cryptosymcipherparams_create)创建参数对象,调用[OH_CryptoSymCipherParams_SetParam](../…
83 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp160 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivData);
162 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadData);
164 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
183 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-aes-sym-encrypt-decrypt-ccm-ndk.md23 …) to create a symmetric cipher parameter instance, and use [OH_CryptoSymCipherParams_SetParam](../…
37 …herparams_create) to create a **Params** instance, and use [OH_CryptoSymCipherParams_SetParam](../…
95 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivData);
99 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadData);
103 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
131 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagOutPut);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-ndk.md21 …) to create a symmetric cipher parameter instance, and use [OH_CryptoSymCipherParams_SetParam](../…
36 …herparams_create) to create a **Params** instance, and use [OH_CryptoSymCipherParams_SetParam](../…
94 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivData);
98 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadData);
102 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
130 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagOutPut);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-ndk.md23 …) to create a symmetric cipher parameter instance, and use [OH_CryptoSymCipherParams_SetParam](../…
38 …herparams_create) to create a **Params** instance, and use [OH_CryptoSymCipherParams_SetParam](../…
98 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivData);
102 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadData);
106 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
134 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagOutPut);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md23 …) to create a symmetric cipher parameter instance, and use [OH_CryptoSymCipherParams_SetParam](../…
41 7. Use [OH_CryptoSymCipherParams_SetParam](../../reference/apis-crypto-architecture-kit/_crypto_sym…
109 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
113 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadBlob);
117 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagInit);
164 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tag);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md21 …) to create a symmetric cipher parameter instance, and use [OH_CryptoSymCipherParams_SetParam](../…
39 …herparams_create) to create a **Params** instance, and use [OH_CryptoSymCipherParams_SetParam](../…
108 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
112 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_AAD_DATABLOB, &aadBlob);
116 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagInit);
163 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tag);
H A Dcrypto-sm4-sym-encrypt-decrypt-cbc-ndk.md20 …) to create a symmetric cipher parameter instance, and use [OH_CryptoSymCipherParams_SetParam](../…
83 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
H A Dcrypto-aes-sym-encrypt-decrypt-cbc-ndk.md23 …) to create a symmetric cipher parameter instance, and use [OH_CryptoSymCipherParams_SetParam](../…
75 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_IV_DATABLOB, &ivBlob);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/
H A D_crypto_sym_cipher_api.md41 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymCipherParams_SetParam](…
345 ### OH_CryptoSymCipherParams_SetParam()
348 OH_Crypto_ErrCode OH_CryptoSymCipherParams_SetParam (OH_CryptoSymCipherParams *params, CryptoSymCip…
H A Dcrypto__sym__cipher_8h.md40 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymCipherParams_SetParam](…
/ohos5.0/base/security/crypto_framework/interfaces/kits/native/include/
H A Dcrypto_sym_cipher.h101 OH_Crypto_ErrCode OH_CryptoSymCipherParams_SetParam(OH_CryptoSymCipherParams *params,
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/
H A D_crypto_sym_cipher_api.md41 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymCipherParams_SetParam](…
345 ### OH_CryptoSymCipherParams_SetParam()
348 OH_Crypto_ErrCode OH_CryptoSymCipherParams_SetParam (OH_CryptoSymCipherParams *params, CryptoSymCip…
H A Dcrypto__sym__cipher_8h.md40 | [OH_Crypto_ErrCode](_crypto_common_api.md#oh_crypto_errcode) [OH_CryptoSymCipherParams_SetParam](…
/ohos5.0/base/security/crypto_framework/frameworks/native/src/
H A Dsym_cipher.c71 OH_Crypto_ErrCode OH_CryptoSymCipherParams_SetParam(OH_CryptoSymCipherParams *params, in OH_CryptoSymCipherParams_SetParam() function