#[repr(C)]pub struct psa_tls12_prf_key_derivation_s {Show 13 fields
pub private_left_in_block: u8,
pub private_block_number: u8,
pub private_state: psa_tls12_prf_key_derivation_state_t,
pub private_secret: *mut u8,
pub private_secret_length: usize,
pub private_seed: *mut u8,
pub private_seed_length: usize,
pub private_label: *mut u8,
pub private_label_length: usize,
pub private_other_secret: *mut u8,
pub private_other_secret_length: usize,
pub private_Ai: [u8; 64],
pub private_output_block: [u8; 64],
}
Fields§
§private_left_in_block: u8
§private_block_number: u8
§private_state: psa_tls12_prf_key_derivation_state_t
§private_secret: *mut u8
§private_secret_length: usize
§private_seed: *mut u8
§private_seed_length: usize
§private_label: *mut u8
§private_label_length: usize
§private_other_secret: *mut u8
§private_other_secret_length: usize
§private_Ai: [u8; 64]
§private_output_block: [u8; 64]
Trait Implementations§
source§impl Clone for psa_tls12_prf_key_derivation_s
impl Clone for psa_tls12_prf_key_derivation_s
source§fn clone(&self) -> psa_tls12_prf_key_derivation_s
fn clone(&self) -> psa_tls12_prf_key_derivation_s
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 psa_tls12_prf_key_derivation_s
impl Debug for psa_tls12_prf_key_derivation_s
source§impl Default for psa_tls12_prf_key_derivation_s
impl Default for psa_tls12_prf_key_derivation_s
impl Copy for psa_tls12_prf_key_derivation_s
Auto Trait Implementations§
impl Freeze for psa_tls12_prf_key_derivation_s
impl RefUnwindSafe for psa_tls12_prf_key_derivation_s
impl !Send for psa_tls12_prf_key_derivation_s
impl !Sync for psa_tls12_prf_key_derivation_s
impl Unpin for psa_tls12_prf_key_derivation_s
impl UnwindSafe for psa_tls12_prf_key_derivation_s
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
)