Searched defs:cipherKey (Results 1 – 8 of 8) sorted by relevance
| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| D | softbus_adapter_crypto.c | 216 int32_t SoftBusEncryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusEncryptData() 236 int32_t SoftBusEncryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusEncryptDataWithSeq() 258 int32_t SoftBusDecryptData(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t inLen, in SoftBusDecryptData() 278 int32_t SoftBusDecryptDataWithSeq(AesGcmCipherKey *cipherKey, const unsigned char *input, uint32_t … in SoftBusDecryptDataWithSeq()
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
| D | stream_adaptor.cpp | 104 AesGcmCipherKey cipherKey = {0}; in Encrypt() local 129 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
|
| /foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/ |
| D | kvstore_user_manager.h | 35 const std::vector<uint8_t> &cipherKey, sptr<T> &kvStore) in GetKvStore()
|
| D | kvstore_app_manager.cpp | 99 const std::vector<uint8_t> &cipherKey, sptr<KvStoreImpl> &kvStore) in GetKvStore() 170 const std::vector<uint8_t> &cipherKey, sptr<SingleKvStoreImpl> &kvStore) in GetKvStore() 366 …atus KvStoreAppManager::InitDbOption(const Options &options, const std::vector<uint8_t> &cipherKey, in InitDbOption() 386 …us KvStoreAppManager::InitNbDbOption(const Options &options, const std::vector<uint8_t> &cipherKey, in InitNbDbOption()
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_sessionkey.c | 224 AesGcmCipherKey cipherKey = {0}; in AuthEncryptBySeq() local 268 AesGcmCipherKey cipherKey = {0}; in AuthEncrypt() local 313 AesGcmCipherKey cipherKey = {0}; in AuthDecrypt() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
| D | client_trans_tcp_direct_message.c | 56 AesGcmCipherKey cipherKey = {0}; in TransTdcDecrypt() local 68 AesGcmCipherKey cipherKey = {0}; in TransTdcEncryptWithSeq() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_session.c | 122 AesGcmCipherKey cipherKey = {0}; in TransProxyEncryptPacketData() local 150 AesGcmCipherKey cipherKey = {0}; in TransProxyDecryptPacketData() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
| D | vtp_stream_socket.cpp | 1324 AesGcmCipherKey cipherKey = {0}; in Encrypt() local 1348 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
|