a8f34c8b2dd1d73cbfbb0da4c75855628559fb47
[platform/upstream/krb5.git] / doc / html / _sources / appdev / refs / types / krb5_mk_req_checksum_func.txt
1 .. highlightlang:: c
2
3 .. _krb5-mk-req-checksum-func-struct:
4
5 krb5_mk_req_checksum_func
6 =========================
7
8 ..
9 .. c:type:: krb5_mk_req_checksum_func
10 ..
11
12 Type of function used as a callback to generate checksum data for mk_req.
13
14
15
16 Declaration
17 ------------
18
19 typedef krb5_error_code( \* krb5_mk_req_checksum_func)(krb5_context, krb5_auth_context, void \*, krb5_data \*\*)
20
21