xref: /freebsd/crypto/krb5/doc/html/_sources/appdev/refs/types/krb5_key.rst.txt (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1.. highlight:: c
2
3.. _krb5-key-struct:
4
5krb5_key
6========
7
8..
9.. c:type:: krb5_key
10..
11
12Opaque identifier for a key.
13
14Use 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.
15
16Declaration
17------------
18
19typedef struct krb5_key_st\* krb5_key
20
21
22