Skip to main content

switch_secure_settings_t

Type Alias switch_secure_settings_t 

Source
pub type switch_secure_settings_t = secure_settings_s;

Aliased Type§

#[repr(C)]
pub struct switch_secure_settings_t { pub crypto_tag: i32, pub local_raw_key: [u8; 64], pub remote_raw_key: [u8; 64], pub crypto_type: u32, pub local_crypto_key: *mut i8, pub remote_crypto_key: *mut i8, pub local_key_material_next: *mut switch_crypto_key_material_s, pub local_key_material_n: u64, pub remote_key_material_next: *mut switch_crypto_key_material_s, pub remote_key_material_n: u64, }

Fields§

§crypto_tag: i32§local_raw_key: [u8; 64]§remote_raw_key: [u8; 64]§crypto_type: u32§local_crypto_key: *mut i8§remote_crypto_key: *mut i8§local_key_material_next: *mut switch_crypto_key_material_s§local_key_material_n: u64§remote_key_material_next: *mut switch_crypto_key_material_s§remote_key_material_n: u64