ee3ec76006ccb1c7150fbae3fd06523f0f971bc6
[platform/upstream/krb5.git] / doc / html / _sources / appdev / refs / types / krb5_keyblock.txt
1 .. highlightlang:: c
2
3 .. _krb5-keyblock-struct:
4
5 krb5_keyblock
6 =============
7
8 ..
9 .. c:type:: krb5_keyblock
10 ..
11
12 Exposed contents of a key.
13
14
15
16 Declaration
17 ------------
18
19 typedef struct _krb5_keyblock  krb5_keyblock
20
21
22 Members
23 ---------
24
25
26 .. c:member:: krb5_magic        krb5_keyblock.magic
27
28                                              
29                                              
30
31 .. c:member:: krb5_enctype      krb5_keyblock.enctype
32
33                                              
34                                              
35
36 .. c:member:: unsigned int      krb5_keyblock.length
37
38                                              
39                                              
40
41 .. c:member:: krb5_octet *      krb5_keyblock.contents
42
43                                              
44                                              
45