Struct esp_idf_sys::mbedtls_chachapoly_context
source · #[repr(C)]pub struct mbedtls_chachapoly_context {
pub private_chacha20_ctx: mbedtls_chacha20_context,
pub private_poly1305_ctx: mbedtls_poly1305_context,
pub private_aad_len: u64,
pub private_ciphertext_len: u64,
pub private_state: c_int,
pub private_mode: mbedtls_chachapoly_mode_t,
}
Fields§
§private_chacha20_ctx: mbedtls_chacha20_context
< The ChaCha20 context.
private_poly1305_ctx: mbedtls_poly1305_context
< The Poly1305 context.
private_aad_len: u64
< The length (bytes) of the Additional Authenticated Data.
private_ciphertext_len: u64
< The length (bytes) of the ciphertext.
private_state: c_int
< The current state of the context.
private_mode: mbedtls_chachapoly_mode_t
< Cipher mode (encrypt or decrypt).
Trait Implementations§
source§impl Clone for mbedtls_chachapoly_context
impl Clone for mbedtls_chachapoly_context
source§fn clone(&self) -> mbedtls_chachapoly_context
fn clone(&self) -> mbedtls_chachapoly_context
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for mbedtls_chachapoly_context
impl Debug for mbedtls_chachapoly_context
source§impl Default for mbedtls_chachapoly_context
impl Default for mbedtls_chachapoly_context
impl Copy for mbedtls_chachapoly_context
Auto Trait Implementations§
impl Freeze for mbedtls_chachapoly_context
impl RefUnwindSafe for mbedtls_chachapoly_context
impl Send for mbedtls_chachapoly_context
impl Sync for mbedtls_chachapoly_context
impl Unpin for mbedtls_chachapoly_context
impl UnwindSafe for mbedtls_chachapoly_context
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)