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::EncryptionState Member List

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

EncryptionState(unique_ptr< EncryptionStateMetadata > metadata) (defined in duckdb::EncryptionState)duckdb::EncryptionStateexplicit
Finalize(data_ptr_t out, idx_t out_len, data_ptr_t tag, idx_t tag_len) (defined in duckdb::EncryptionState)duckdb::EncryptionStatevirtual
GenerateRandomData(data_ptr_t data, idx_t len) (defined in duckdb::EncryptionState)duckdb::EncryptionStatevirtual
GetCipher() const (defined in duckdb::EncryptionState)duckdb::EncryptionStateinline
InitializeDecryption(EncryptionNonce &nonce, const_data_ptr_t key, const_data_ptr_t aad=nullptr, idx_t aad_len=0) (defined in duckdb::EncryptionState)duckdb::EncryptionStatevirtual
InitializeEncryption(EncryptionNonce &nonce, const_data_ptr_t key, const_data_ptr_t aad=nullptr, idx_t aad_len=0) (defined in duckdb::EncryptionState)duckdb::EncryptionStatevirtual
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::EncryptionStatevirtual
~EncryptionState() (defined in duckdb::EncryptionState)duckdb::EncryptionStatevirtual