#[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn sha1_start(&self) -> &SHA1_START
pub const fn sha1_start(&self) -> &SHA1_START
0x80 -
Sourcepub const fn sha1_continue(&self) -> &SHA1_CONTINUE
pub const fn sha1_continue(&self) -> &SHA1_CONTINUE
0x84 -
Sourcepub const fn sha256_start(&self) -> &SHA256_START
pub const fn sha256_start(&self) -> &SHA256_START
0x90 -
Sourcepub const fn sha256_continue(&self) -> &SHA256_CONTINUE
pub const fn sha256_continue(&self) -> &SHA256_CONTINUE
0x94 -
Sourcepub const fn sha256_load(&self) -> &SHA256_LOAD
pub const fn sha256_load(&self) -> &SHA256_LOAD
0x98 -
Sourcepub const fn sha256_busy(&self) -> &SHA256_BUSY
pub const fn sha256_busy(&self) -> &SHA256_BUSY
0x9c -
Sourcepub const fn sha384_start(&self) -> &SHA384_START
pub const fn sha384_start(&self) -> &SHA384_START
0xa0 -
Sourcepub const fn sha384_continue(&self) -> &SHA384_CONTINUE
pub const fn sha384_continue(&self) -> &SHA384_CONTINUE
0xa4 -
Sourcepub const fn sha384_load(&self) -> &SHA384_LOAD
pub const fn sha384_load(&self) -> &SHA384_LOAD
0xa8 -
Sourcepub const fn sha384_busy(&self) -> &SHA384_BUSY
pub const fn sha384_busy(&self) -> &SHA384_BUSY
0xac -
Sourcepub const fn sha512_start(&self) -> &SHA512_START
pub const fn sha512_start(&self) -> &SHA512_START
0xb0 -
Sourcepub const fn sha512_continue(&self) -> &SHA512_CONTINUE
pub const fn sha512_continue(&self) -> &SHA512_CONTINUE
0xb4 -
Sourcepub const fn sha512_load(&self) -> &SHA512_LOAD
pub const fn sha512_load(&self) -> &SHA512_LOAD
0xb8 -
Sourcepub const fn sha512_busy(&self) -> &SHA512_BUSY
pub const fn sha512_busy(&self) -> &SHA512_BUSY
0xbc -
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more