Struct nrf_softdevice_s113::nrf_ecb_hal_data_t
source · #[repr(C)]pub struct nrf_ecb_hal_data_t {
pub key: soc_ecb_key_t,
pub cleartext: soc_ecb_cleartext_t,
pub ciphertext: soc_ecb_ciphertext_t,
}
Expand description
@brief AES ECB data structure
Fields§
§key: soc_ecb_key_t
< Encryption key.
cleartext: soc_ecb_cleartext_t
< Cleartext data.
ciphertext: soc_ecb_ciphertext_t
< Ciphertext data.
Trait Implementations§
source§impl Clone for nrf_ecb_hal_data_t
impl Clone for nrf_ecb_hal_data_t
source§fn clone(&self) -> nrf_ecb_hal_data_t
fn clone(&self) -> nrf_ecb_hal_data_t
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