Type Alias krb5_key

Source
pub type krb5_key = *mut krb5_key_st;
Expand description

Opaque identifier for a key.

Use with the krb5_k APIs for better performance for repeated operations with the same key and usage. Key identifiers must not be used simultaneously within multiple threads, as they may contain mutable internal state and are not mutex-protected.