Home
last modified time | relevance | path

Searched refs:GetEncryptKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob.c78 static int32_t GetEncryptKey(struct HksBlob *mainKey) in GetEncryptKey() function
141 ret = GetEncryptKey(&encryptKey); in GetDeriveKey()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h188 std::vector<uint8_t> GetEncryptKey() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h503 std::vector<uint8_t> GetEncryptKey() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp360 std::vector<uint8_t> RdbStoreConfig::GetEncryptKey() const in GetEncryptKey() function in OHOS::NativeRdb::RdbStoreConfig
H A Drdb_store_impl.cpp95 syncerParam_.password_ = config.GetEncryptKey(); in InitSyncerParam()
905 auto key = config_.GetEncryptKey(); in RdbStoreImpl()
1485 std::vector<uint8_t> key = config_.GetEncryptKey(); in CreateBackupBindArgs()
1725 key = config.GetEncryptKey(); in Attach()
H A Dsqlite_connection.cpp613 std::vector<uint8_t> key = config.GetEncryptKey(); in SetEncrypt()