Home
last modified time | relevance | path

Searched defs:encryptAlgo (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_config.cpp27 int journalSize, int pageSize, const std::string& encryptAlgo) in RdbStoreConfig()
173 void RdbStoreConfig::SetEncryptAlgo(const std::string &encryptAlgo) in SetEncryptAlgo()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_store_config.h569 std::string encryptAlgo; variable
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
Drdb_store_config.h211 std::string encryptAlgo; variable
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_config_test.cpp745 std::string encryptAlgo = "sha256"; variable