Home
last modified time | relevance | path

Searched refs:GetCryptoParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp212 rdbStoreConfig.SetCryptoParam(rdbConfig.GetCryptoParam()); in GetSlaveRdbStoreConfig()
523 if (!config.GetCryptoParam().IsValid()) { in SetEncryptAgo()
525 SqliteUtils::Anonymous(config.GetName()).c_str(), config.GetCryptoParam().iterNum, in SetEncryptAgo()
526 …config.GetCryptoParam().encryptAlgo, config.GetCryptoParam().hmacAlgo, config.GetCryptoParam().kdf… in SetEncryptAgo()
527 config.GetCryptoParam().cryptoPageSize); in SetEncryptAgo()
548 SqliteUtils::HmacAlgoDescription(config.GetCryptoParam().hmacAlgo) + in SetEncryptAgo()
556 SqliteUtils::KdfAlgoDescription(config.GetCryptoParam().kdfAlgo) + in SetEncryptAgo()
564 …std::string(GlobalExpr::CODEC_PAGE_SIZE_PREFIX) + std::to_string(config.GetCryptoParam().cryptoPag… in SetEncryptAgo()
H A Drdb_store_impl.cpp1589 SqliteUtils::Anonymous(config.GetName()).c_str(), config.GetCryptoParam().iterNum, in SetDefaultEncryptSql()
1590 …config.GetCryptoParam().encryptAlgo, config.GetCryptoParam().hmacAlgo, config.GetCryptoParam().kdf… in SetDefaultEncryptSql()
1591 config.GetCryptoParam().cryptoPageSize); in SetDefaultEncryptSql()
1597 SqliteUtils::Anonymous(config.GetName()).c_str(), config.GetCryptoParam().iterNum, in SetDefaultEncryptSql()
1598 …config.GetCryptoParam().encryptAlgo, config.GetCryptoParam().hmacAlgo, config.GetCryptoParam().kdf… in SetDefaultEncryptSql()
1599 config.GetCryptoParam().cryptoPageSize); in SetDefaultEncryptSql()
1611 if (!config.GetCryptoParam().IsValid()) { in SetDefaultEncryptAlgo()
1634 …SqliteUtils::HmacAlgoDescription(config.GetCryptoParam().hmacAlgo) + std::string(GlobalExpr::ALGO_… in SetDefaultEncryptAlgo()
1641 SqliteUtils::KdfAlgoDescription(config.GetCryptoParam().kdfAlgo) + in SetDefaultEncryptAlgo()
1649 std::to_string(config.GetCryptoParam().cryptoPageSize); in SetDefaultEncryptAlgo()
H A Drdb_store_config.cpp634 RdbStoreConfig::CryptoParam RdbStoreConfig::GetCryptoParam() const in GetCryptoParam() function in OHOS::NativeRdb::RdbStoreConfig
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h256 CryptoParam GetCryptoParam() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h677 CryptoParam GetCryptoParam() const;