/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | crypto_manager_test.cpp | 123 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 D | stream_adaptor_test.cpp | 103 …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 D | crypto_manager.h | 28 bool Decrypt(std::vector<uint8_t> &source, std::vector<uint8_t> &key);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | aes_gcm_helper.h | 28 static ErrCode Decrypt(std::string &plainText, const std::string &cipherText);
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | huks_aes_adapter.h | 30 …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 D | stream_adaptor.h | 45 static ssize_t Decrypt(const void *in, ssize_t inLen, void *out, ssize_t outLen,
|
H A D | stream_adaptor_listener.h | 148 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 D | backup_manager.cpp | 138 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 D | security_manager.h | 74 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 D | interface_i_huks.md | 35 | [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 D | data_operation_callback.cpp | 66 ret = HuksAesAdapter::Decrypt(inData, outData); in OnIntellVoiceDataOprEvent()
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_common_api.md | 84 | CRYPTO_DECRYPT_MODE | Decrypt data. |
|
H A D | js-apis-system-cipher.md | 103 // Decrypt data. 180 // Decrypt data.
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-aes-sym-encrypt-decrypt-ecb.md | 42 // Decrypt the message. 91 // Decrypt the message.
|
H A D | crypto-sm4-sym-encrypt-decrypt-ecb.md | 53 // Decrypt the message. 96 // Decrypt the message.
|
H A D | crypto-3des-sym-encrypt-decrypt-ecb.md | 53 // Decrypt the message. 96 // Decrypt the message.
|
H A D | crypto-aes-sym-encrypt-decrypt-cbc.md | 57 // Decrypt the message. 121 // Decrypt the message.
|
H A D | crypto-sm2-ciphertext-conversion.md | 16 3. Decrypt the SM2 ciphertext using the **cryptoFramework** APIs.
|
H A D | crypto-rsa-asym-encrypt-decrypt-pkcs1.md | 48 // Decrypt the message. 98 // Decrypt the message.
|
H A D | crypto-sm2-asym-encrypt-decrypt.md | 49 // Decrypt the message. 100 // Decrypt the message.
|
H A D | crypto-sm4-sym-encrypt-decrypt-cbc.md | 66 // Decrypt the message. 128 // Decrypt the message.
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/ |
H A D | vtpstreamsocket_fuzzer.cpp | 132 vtpStreamSocket.Decrypt(nullptr, size, nullptr, size); in VtpDecrypt()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | stream_adaptor.cpp | 143 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 D | hks_mbedtls_engine.c | 330 Decrypt func = (Decrypt)GetAbility(HKS_CRYPTO_ABILITY_DECRYPT(usageSpec->algType)); in HksCryptoHalDecrypt()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | security_manager.cpp | 86 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
|