Home
last modified time | relevance | path

Searched refs:Decrypt (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcrypto_manager_test.cpp123 auto result = CryptoManager::GetInstance().Decrypt(encryptKey, key);
139 auto result = CryptoManager::GetInstance().Decrypt(randomKey, key);
155 auto result = CryptoManager::GetInstance().Decrypt(srcKey, key);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Dstream_adaptor_test.cpp103 …ret = adaptor->Decrypt(data.get(), dataLen, streamData.buf, streamData.bufLen, adaptor->GetSession…
127 …ret = adaptor->Decrypt(data.get(), dataLen + 1, streamData.buf, streamData.bufLen, adaptor->GetSes…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/include/
H A Dcrypto_manager.h28 bool Decrypt(std::vector<uint8_t> &source, std::vector<uint8_t> &key);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Daes_gcm_helper.h28 static ErrCode Decrypt(std::string &plainText, const std::string &cipherText);
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dhuks_aes_adapter.h30 …static int32_t Decrypt(std::unique_ptr<Uint8ArrayBuffer> &inBuffer, std::unique_ptr<Uint8ArrayBuff…
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor.h45 static ssize_t Decrypt(const void *in, ssize_t inLen, void *out, ssize_t outLen,
H A Dstream_adaptor_listener.h148 ssize_t decLen = adaptor_->Decrypt(buf, bufLen, plainData.get(), plainDataLength, in ConvertRawStreamData()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp138 CryptoManager::GetInstance().Decrypt(secretKey.sKey, decryptKey); in DoBackup()
304 return CryptoManager::GetInstance().Decrypt(secretKey.sKey, password); in GetPassWord()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsecurity_manager.h74 bool Decrypt(std::vector<uint8_t> &source, std::vector<uint8_t> &key);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/huks/
H A Dinterface_i_huks.md35 | [Decrypt](#decrypt) ([in] struct [HuksBlob](_huks_blob.md) encKey, [in] struct [HuksParamSet](_hu…
153 ### Decrypt()
156 IHuks::Decrypt ([in] struct HuksBlob encKey, [in] struct HuksParamSet paramSet, [in] struct HuksBlo…
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Ddata_operation_callback.cpp66 ret = HuksAesAdapter::Decrypt(inData, outData); in OnIntellVoiceDataOprEvent()
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/
H A D_crypto_common_api.md84 | CRYPTO_DECRYPT_MODE | Decrypt data. |
H A Djs-apis-system-cipher.md103 // Decrypt data.
180 // Decrypt data.
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-aes-sym-encrypt-decrypt-ecb.md42 // Decrypt the message.
91 // Decrypt the message.
H A Dcrypto-sm4-sym-encrypt-decrypt-ecb.md53 // Decrypt the message.
96 // Decrypt the message.
H A Dcrypto-3des-sym-encrypt-decrypt-ecb.md53 // Decrypt the message.
96 // Decrypt the message.
H A Dcrypto-aes-sym-encrypt-decrypt-cbc.md57 // Decrypt the message.
121 // Decrypt the message.
H A Dcrypto-sm2-ciphertext-conversion.md16 3. Decrypt the SM2 ciphertext using the **cryptoFramework** APIs.
H A Dcrypto-rsa-asym-encrypt-decrypt-pkcs1.md48 // Decrypt the message.
98 // Decrypt the message.
H A Dcrypto-sm2-asym-encrypt-decrypt.md49 // Decrypt the message.
100 // Decrypt the message.
H A Dcrypto-sm4-sym-encrypt-decrypt-cbc.md66 // Decrypt the message.
128 // Decrypt the message.
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/
H A Dvtpstreamsocket_fuzzer.cpp132 vtpStreamSocket.Decrypt(nullptr, size, nullptr, size); in VtpDecrypt()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dstream_adaptor.cpp143 ssize_t StreamAdaptor::Decrypt(const void *in, ssize_t inLen, void *out, ssize_t outLen, in Decrypt() function in StreamAdaptor
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_engine.c330 Decrypt func = (Decrypt)GetAbility(HKS_CRYPTO_ABILITY_DECRYPT(usageSpec->algType)); in HksCryptoHalDecrypt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp86 if ((!secKey.empty() && Decrypt(secKey, key)) || !key.empty()) { in GetDBPassword()
232 bool SecurityManager::Decrypt(std::vector<uint8_t> &source, std::vector<uint8_t> &key) in Decrypt() function in OHOS::DistributedKv::SecurityManager

123