Searched refs:SoftBusDecryptDataWithSeq (Results 1 - 9 of 9) sorted by relevance
/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 inLen, in SoftBusDecryptDataWithSeq() function 70 return GetCommonInterface()->SoftBusDecryptDataWithSeq(cipherKey, input, inLen, decryptData, decryptLen, seqNum); in SoftBusDecryptDataWithSeq()
|
/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_t,
|
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | dsoftbus_crypto_test.cpp | 539 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData, in HWTEST_F() 567 ret = SoftBusDecryptDataWithSeq(nullptr, (unsigned char*)encryptData, in HWTEST_F() 570 ret = SoftBusDecryptDataWithSeq(&cipherKey, nullptr, in HWTEST_F() 599 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData, in HWTEST_F() 627 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData, in HWTEST_F() 630 ret = SoftBusDecryptDataWithSeq(&cipherKey, (unsigned char*)encryptData, in HWTEST_F()
|
/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 inLen,
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_session_test.cpp | 335 EXPECT_CALL(commMock, SoftBusDecryptDataWithSeq) in HWTEST_F() 357 EXPECT_CALL(commMock, SoftBusDecryptDataWithSeq) in HWTEST_F() 414 EXPECT_CALL(commMock, SoftBusDecryptDataWithSeq) in HWTEST_F()
|
/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 inLen, in SoftBusDecryptDataWithSeq() function
|
/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() 478 AUTH_LOGE(AUTH_FSM, "SoftBusDecryptDataWithSeq fail=%{public}d", ret); in DecryptData()
|
/foundation/communication/dsoftbus/adapter/common/openssl/ |
H A D | softbus_adapter_crypto.c | 459 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusDecryptDataWithSeq() function
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 415 ret = SoftBusDecryptDataWithSeq( in ClientTransProxyDecryptPacketData()
|
Completed in 9 milliseconds