Home
last modified time | relevance | path

Searched refs:tagData (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp155 Crypto_DataBlob tagData = { .data = tag, .len = sizeof(tag) }; variable
164 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
181 … (void)memcpy_s(tagData.data, GCM_TAG_LEN, cipherText + cipherTextLen - GCM_TAG_LEN, GCM_TAG_LEN);
183 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
/ohos5.0/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_session_proxy.cpp117 ErrCode NfcTagSessionProxy::WriteNdefTag(std::string tagData) in WriteNdefTag() argument
130 data.WriteString(tagData); in WriteNdefTag()
131 HILOGD("NfcTagSessionProxy WriteNdefTag tagData is %{public}s", tagData.c_str()); in WriteNdefTag()
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-aes-sym-encrypt-decrypt-ccm-ndk.md75 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)};
103 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-ndk.md77 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)};
106 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-ndk.md74 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)};
102 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.md75 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)};
103 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-ndk.md74 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)};
102 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-ndk.md77 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)};
106 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);