Struct nrfxlib_sys::ocrypto_aes_ctr_ctx
source · #[repr(C)]pub struct ocrypto_aes_ctr_ctx {
pub xkey: [u32; 60],
pub counter: [u8; 16],
pub cipher: [u8; 16],
pub position: u32,
pub key_size: u8,
}Expand description
@cond
Fields§
§xkey: [u32; 60]§counter: [u8; 16]§cipher: [u8; 16]§position: u32§key_size: u8Trait Implementations§
source§impl Clone for ocrypto_aes_ctr_ctx
impl Clone for ocrypto_aes_ctr_ctx
source§fn clone(&self) -> ocrypto_aes_ctr_ctx
fn clone(&self) -> ocrypto_aes_ctr_ctx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more