Home
last modified time | relevance | path

Searched defs:cipherKey (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/unittest/
Ddsoftbus_crypto_test.cpp280 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/
Dlnn_common_utils.c55 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/
Dsoftbusdecryptdata_fuzzer.cpp27 AesGcmCipherKey cipherKey; in SoftBusDecryptDataTest() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
Dstream_adaptor.cpp113 AesGcmCipherKey cipherKey = {0}; in Encrypt() local
139 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
Dtrans_common_mock.cpp61 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/
Dsoftbus_adapter_crypto.c262 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/
Dsoftbus_adapter_crypto.c394 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/
Dauth_session_key.c199 AesGcmCipherKey cipherKey = {.keyLen = sessionKey.len}; in EncryptData() local
231 AesGcmCipherKey cipherKey = {.keyLen = sessionKey.len}; in DecryptData() local
/foundation/communication/dsoftbus/core/transmission/common/src/
Dsoftbus_message_open_channel.c378 AesGcmCipherKey cipherKey = {0}; in TransTdcEncrypt() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
Dclient_trans_tcp_direct_message.c73 AesGcmCipherKey cipherKey = {0}; in TransTdcDecrypt() local
91 AesGcmCipherKey cipherKey = {0}; in TransTdcEncryptWithSeq() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
Dclient_trans_proxy_manager.c349 AesGcmCipherKey cipherKey = {0}; in ClientTransProxyDecryptPacketData() local
806 AesGcmCipherKey cipherKey = {0}; in ClientTransProxyEncryptWithSeq() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dvtp_stream_socket.cpp1503 AesGcmCipherKey cipherKey = {0}; in Encrypt() local
1527 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_message.c820 AesGcmCipherKey cipherKey = {0}; in TransProxyEncryptFastData() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
Dkvstore_data_service.cpp481 …s KvStoreDataService::InitNbDbOption(const Options &options, const std::vector<uint8_t> &cipherKey, in InitNbDbOption()