Home
last modified time | relevance | path

Searched defs:Decrypt (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md907 #### Decrypt subsubsection
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md907 #### Decrypt subsubsection
/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/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
H A Dcrypto_manager.cpp170 bool CryptoManager::Decrypt(std::vector<uint8_t> &source, std::vector<uint8_t> &key) in Decrypt() function in OHOS::DistributedData::CryptoManager
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp143 int32_t Decrypt(struct OnlyDecryptStructure *onlyDecryptStruct) in Decrypt() function
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp152 ErrCode AesGcmHelper::Decrypt(std::string &plainText, const std::string &cipherText) in Decrypt() function in OHOS::Notification::AesGcmHelper
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dhuks_aes_adapter.cpp221 int32_t HuksAesAdapter::Decrypt(std::unique_ptr<Uint8ArrayBuffer> &inBuffer, in Decrypt() function in OHOS::IntellVoiceUtils::HuksAesAdapter
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp232 bool SecurityManager::Decrypt(std::vector<uint8_t> &source, std::vector<uint8_t> &key) in Decrypt() function in OHOS::DistributedKv::SecurityManager
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_crypto_hal.h163 typedef int32_t (*Decrypt)(const struct HksBlob *, const struct HksUsageSpec *, typedef
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp757 bool BaseKey::Decrypt(const UserAuth &auth) in StoreKey() function in OHOS::StorageDaemon::BaseKey
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp1565 ssize_t VtpStreamSocket::Decrypt(const void *in, ssize_t inLen, void *out, ssize_t outLen) const in Decrypt() function in Communication::SoftBus::VtpStreamSocket