Type Alias switch_secure_settings_t
Source pub type switch_secure_settings_t = secure_settings_s;
#[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,
}