Home
last modified time | relevance | path

Searched defs:cipherKey (Results 1 – 11 of 11) 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/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/adapter/common/mbedtls/
Dsoftbus_adapter_crypto.c218 int32_t SoftBusEncryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusEncryptData()
238 int32_t SoftBusEncryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusEncryptDataWithSeq()
260 int32_t SoftBusDecryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusDecryptData()
280 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq()
/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_adapter_crypto.c315 int32_t SoftBusEncryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusEncryptData()
335 int32_t SoftBusEncryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusEncryptDataWithSeq()
357 int32_t SoftBusDecryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusDecryptData()
377 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq()
/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()
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_key.c179 AesGcmCipherKey cipherKey = {.keyLen = sessionKey.len}; in EncryptData() local
211 AesGcmCipherKey cipherKey = {.keyLen = sessionKey.len}; in DecryptData() 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/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_session.c164 AesGcmCipherKey cipherKey = {0}; in TransProxyEncryptPacketData() local
192 AesGcmCipherKey cipherKey = {0}; in TransProxyDecryptPacketData() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dvtp_stream_socket.cpp1494 AesGcmCipherKey cipherKey = {0}; in Encrypt() local
1518 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
Dkvstore_data_service.cpp450 …s KvStoreDataService::InitNbDbOption(const Options &options, const std::vector<uint8_t> &cipherKey, in InitNbDbOption()