Home
last modified time | relevance | path

Searched refs:SHA1_ALGO_SQL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_operation_test.cpp41 const std::string SHA1_ALGO_SQL = "PRAGMA codec_hmac_algo=SHA1"; variable
726 EXPECT_EQ(SQLiteUtils::ExecuteRawSQL(db, SHA1_ALGO_SQL), E_OK);
796 EXPECT_EQ(SQLiteUtils::ExecuteRawSQL(db, SHA1_ALGO_SQL), E_OK);
843 EXPECT_EQ(SQLiteUtils::ExecuteRawSQL(db, SHA1_ALGO_SQL), E_OK);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp66 const std::string SHA1_ALGO_SQL = "PRAGMA codec_hmac_algo=SHA1;"; variable
2369 errCode = SQLiteUtils::ExecuteRawSQL(db, SHA1_ALGO_SQL); in UpdateCipherShaAlgo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp48 const std::string SHA1_ALGO_SQL = "PRAGMA codec_hmac_algo=SHA1"; variable
117 EXPECT_EQ(SQLiteUtils::ExecuteRawSQL(db, SHA1_ALGO_SQL), E_OK); in GetDB()