Struct esp_idf_sys::mbedtls_sha1_context
source · #[repr(C)]pub struct mbedtls_sha1_context {
pub total: [u32; 2],
pub state: [u32; 5],
pub buffer: [c_uchar; 64],
pub first_block: c_int,
pub mode: esp_sha_type,
pub sha_state: esp_sha1_state,
}
Expand description
\brief SHA-1 context structure
Fields§
§total: [u32; 2]
< number of bytes processed
state: [u32; 5]
< intermediate digest state
buffer: [c_uchar; 64]
< data block being processed
first_block: c_int
< if first then true else false
mode: esp_sha_type
§sha_state: esp_sha1_state
Trait Implementations§
source§impl Clone for mbedtls_sha1_context
impl Clone for mbedtls_sha1_context
source§fn clone(&self) -> mbedtls_sha1_context
fn clone(&self) -> mbedtls_sha1_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_sha1_context
impl Debug for mbedtls_sha1_context
source§impl Default for mbedtls_sha1_context
impl Default for mbedtls_sha1_context
impl Copy for mbedtls_sha1_context
Auto Trait Implementations§
impl Freeze for mbedtls_sha1_context
impl RefUnwindSafe for mbedtls_sha1_context
impl Send for mbedtls_sha1_context
impl Sync for mbedtls_sha1_context
impl Unpin for mbedtls_sha1_context
impl UnwindSafe for mbedtls_sha1_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: 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
)§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
)