Type Definition krb5_sys::krb5_key [] [src]

type krb5_key = *mut krb5_key_st;

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.