Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/mbedtls/
Dsoftbus_adapter_crypto.c216 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/
Dstream_adaptor.cpp104 AesGcmCipherKey cipherKey = {0}; in Encrypt() local
129 AesGcmCipherKey cipherKey = {0}; in Decrypt() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/
Dkvstore_user_manager.h35 const std::vector<uint8_t> &cipherKey, sptr<T> &kvStore) in GetKvStore()
Dkvstore_app_manager.cpp99 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/
Dauth_sessionkey.c224 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/
Dclient_trans_tcp_direct_message.c56 AesGcmCipherKey cipherKey = {0}; in TransTdcDecrypt() local
68 AesGcmCipherKey cipherKey = {0}; in TransTdcEncryptWithSeq() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_session.c122 AesGcmCipherKey cipherKey = {0}; in TransProxyEncryptPacketData() local
150 AesGcmCipherKey cipherKey = {0}; in TransProxyDecryptPacketData() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dvtp_stream_socket.cpp1324 AesGcmCipherKey cipherKey = {0}; in Encrypt() local
1348 AesGcmCipherKey cipherKey = {0}; in Decrypt() local