![]() |
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.
|
This is the complete list of members for duckdb::EncryptionState, including all inherited members.
| EncryptionState(unique_ptr< EncryptionStateMetadata > metadata) (defined in duckdb::EncryptionState) | duckdb::EncryptionState | explicit |
| Finalize(data_ptr_t out, idx_t out_len, data_ptr_t tag, idx_t tag_len) (defined in duckdb::EncryptionState) | duckdb::EncryptionState | virtual |
| GenerateRandomData(data_ptr_t data, idx_t len) (defined in duckdb::EncryptionState) | duckdb::EncryptionState | virtual |
| GetCipher() const (defined in duckdb::EncryptionState) | duckdb::EncryptionState | inline |
| InitializeDecryption(EncryptionNonce &nonce, const_data_ptr_t key, const_data_ptr_t aad=nullptr, idx_t aad_len=0) (defined in duckdb::EncryptionState) | duckdb::EncryptionState | virtual |
| InitializeEncryption(EncryptionNonce &nonce, const_data_ptr_t key, const_data_ptr_t aad=nullptr, idx_t aad_len=0) (defined in duckdb::EncryptionState) | duckdb::EncryptionState | virtual |
| metadata (defined in duckdb::EncryptionState) | duckdb::EncryptionState | |
| Process(const_data_ptr_t in, idx_t in_len, data_ptr_t out, idx_t out_len) (defined in duckdb::EncryptionState) | duckdb::EncryptionState | virtual |
| ~EncryptionState() (defined in duckdb::EncryptionState) | duckdb::EncryptionState | virtual |