| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| D | dsoftbus_crypto_test.cpp | 280 AesGcmCipherKey cipherKey; variable 302 AesGcmCipherKey cipherKey; variable 325 AesGcmCipherKey cipherKey; variable 345 AesGcmCipherKey cipherKey; variable 368 AesGcmCipherKey cipherKey; variable 390 AesGcmCipherKey cipherKey; variable 410 AesGcmCipherKey cipherKey; variable 433 AesGcmCipherKey cipherKey; variable 460 AesGcmCipherKey cipherKey; variable 494 AesGcmCipherKey cipherKey; variable [all …]
|
| /foundation/communication/dsoftbus/core/bus_center/utils/src/ |
| D | lnn_common_utils.c | 55 AesGcmCipherKey cipherKey = {.keyLen = in->keyLen}; in LnnEncryptAesGcm() local 84 AesGcmCipherKey cipherKey = {.keyLen = in->keyLen}; in LnnDecryptAesGcm() local
|
| /foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusdecryptdata_fuzzer/ |
| D | softbusdecryptdata_fuzzer.cpp | 27 AesGcmCipherKey cipherKey; in SoftBusDecryptDataTest() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
| D | stream_adaptor.cpp | 113 AesGcmCipherKey cipherKey = {0}; in Encrypt() local 139 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
|
| /foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
| D | trans_common_mock.cpp | 61 int32_t SoftBusEncryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusEncryptDataWithSeq() 67 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq()
|
| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| D | softbus_adapter_crypto.c | 262 int32_t SoftBusEncryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusEncryptData() 282 int32_t SoftBusEncryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusEncryptDataWithSeq() 304 int32_t SoftBusDecryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusDecryptData() 324 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq()
|
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| D | softbus_adapter_crypto.c | 394 int32_t SoftBusEncryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusEncryptData() 414 int32_t SoftBusEncryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusEncryptDataWithSeq() 436 int32_t SoftBusDecryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusDecryptData() 456 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq()
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_key.c | 199 AesGcmCipherKey cipherKey = {.keyLen = sessionKey.len}; in EncryptData() local 231 AesGcmCipherKey cipherKey = {.keyLen = sessionKey.len}; in DecryptData() local
|
| /foundation/communication/dsoftbus/core/transmission/common/src/ |
| D | softbus_message_open_channel.c | 378 AesGcmCipherKey cipherKey = {0}; in TransTdcEncrypt() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
| D | client_trans_tcp_direct_message.c | 73 AesGcmCipherKey cipherKey = {0}; in TransTdcDecrypt() local 91 AesGcmCipherKey cipherKey = {0}; in TransTdcEncryptWithSeq() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
| D | client_trans_proxy_manager.c | 349 AesGcmCipherKey cipherKey = {0}; in ClientTransProxyDecryptPacketData() local 806 AesGcmCipherKey cipherKey = {0}; in ClientTransProxyEncryptWithSeq() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
| D | vtp_stream_socket.cpp | 1503 AesGcmCipherKey cipherKey = {0}; in Encrypt() local 1527 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_message.c | 820 AesGcmCipherKey cipherKey = {0}; in TransProxyEncryptFastData() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
| D | kvstore_data_service.cpp | 481 …s KvStoreDataService::InitNbDbOption(const Options &options, const std::vector<uint8_t> &cipherKey, in InitNbDbOption()
|