pub type krb5_keyblock = _krb5_keyblock;Expand description
Exposed contents of a key.
Aliased Type§
#[repr(C)]pub struct krb5_keyblock {
pub magic: i32,
pub enctype: i32,
pub length: u32,
pub contents: *mut u8,
}Fields§
§magic: i32§enctype: i32§length: u32§contents: *mut u8