Searched refs:tagData (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_sym_cipher_test.cpp | 155 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 D | nfc_tag_session_proxy.cpp | 117 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 D | crypto-aes-sym-encrypt-decrypt-ccm-ndk.md | 75 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)}; 103 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-ndk.md | 77 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)}; 106 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-ndk.md | 74 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 D | crypto-aes-sym-encrypt-decrypt-ccm-ndk.md | 75 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)}; 103 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-ndk.md | 74 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)}; 102 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-ndk.md | 77 Crypto_DataBlob tagData = {.data = tag, .len = sizeof(tag)}; 106 ret = OH_CryptoSymCipherParams_SetParam(params, CRYPTO_TAG_DATABLOB, &tagData);
|