MIT Kerberos Documentation


krb5_key - Opaque identifier for a key.

krb5_key

Declaration

typedef struct krb5_key_st* krb5_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.

Members

krb5_keyblock krb5_key.keyblock
int krb5_key.refcount
struct derived_key * krb5_key.derived
void * krb5_key.cache