Searched refs:SoftBusDecryptDataWithSeq (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/ |
H A D | trans_common_mock.h | 42 virtual int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, 62 …MOCK_METHOD6(SoftBusDecryptDataWithSeq, int32_t (AesGcmCipherKey *, const unsigned char *, uint32_…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
H A D | trans_common_mock.cpp | 67 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq() function 70 …return GetCommonInterface()->SoftBusDecryptDataWithSeq(cipherKey, input, inLen, decryptData, decry… in SoftBusDecryptDataWithSeq()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | dsoftbus_crypto_test.cpp | 539 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData, 567 ret = SoftBusDecryptDataWithSeq(nullptr, (unsigned char*)encryptData, 570 ret = SoftBusDecryptDataWithSeq(&cipherKey, nullptr, 599 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData, 627 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData, 630 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData,
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_crypto.h | 86 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t …
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_session_test.cpp | 335 EXPECT_CALL(commMock, SoftBusDecryptDataWithSeq) 357 EXPECT_CALL(commMock, SoftBusDecryptDataWithSeq) 414 EXPECT_CALL(commMock, SoftBusDecryptDataWithSeq)
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/ |
H A D | softbus_adapter_crypto.c | 331 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq() function
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/ |
H A D | softbus_adapter_crypto.c | 455 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq() function
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_key.c | 474 int32_t ret = SoftBusDecryptDataWithSeq(&cipherKey, inDataInfo->inData + ENCRYPT_INDEX_LEN, in DecryptData()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 415 ret = SoftBusDecryptDataWithSeq( in ClientTransProxyDecryptPacketData()
|