Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::EncryptionEngine Member List

This is the complete list of members for duckdb::EncryptionEngine, including all inherited members.

AddKeyToCache(DatabaseInstance &db, data_ptr_t key, const string &key_name, bool wipe=true) (defined in duckdb::EncryptionEngine)duckdb::EncryptionEnginestatic
AddKeyToCache(DatabaseInstance &db, data_ptr_t key) (defined in duckdb::EncryptionEngine)duckdb::EncryptionEnginestatic
AddTempKeyToCache(DatabaseInstance &db)duckdb::EncryptionEnginestatic
ContainsKey(DatabaseInstance &db, const string &key_name) (defined in duckdb::EncryptionEngine)duckdb::EncryptionEnginestatic
DecryptBlock(AttachedDatabase &attached_db, const string &key_id, data_ptr_t internal_buffer, uint64_t block_size, uint64_t delta)duckdb::EncryptionEnginestatic
DecryptTemporaryBuffer(DatabaseInstance &db, data_ptr_t buffer, idx_t buffer_size, data_ptr_t metadata)duckdb::EncryptionEnginestatic
EncryptBlock(AttachedDatabase &attached_db, const string &key_id, FileBuffer &block, FileBuffer &temp_buffer_manager, uint64_t delta)duckdb::EncryptionEnginestatic
EncryptionEngine() (defined in duckdb::EncryptionEngine)duckdb::EncryptionEngine
EncryptTemporaryBuffer(DatabaseInstance &db, data_ptr_t buffer, idx_t buffer_size, data_ptr_t metadata)duckdb::EncryptionEnginestatic
GetKeyFromCache(DatabaseInstance &db, const string &key_name)duckdb::EncryptionEnginestatic
~EncryptionEngine() (defined in duckdb::EncryptionEngine)duckdb::EncryptionEngine