File: checksum.h

package info (click to toggle)
gss 0.0.18-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,900 kB
  • ctags: 1,535
  • sloc: sh: 9,385; ansic: 5,782; xml: 3,981; python: 2,873; perl: 621; makefile: 146; sed: 16
file content (25 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* krb5/checksum.h --- (Un)pack checksum fields in Krb5 GSS contexts.
 * Copyright (C) 2003, 2004  Simon Josefsson
 *
 * This file is part of the Generic Security Service (GSS).
 *
 * GSS is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * GSS is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
 * License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with GSS; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 */

OM_uint32
_gss_krb5_checksum_pack (const gss_cred_id_t initiator_cred_handle,
			 const gss_channel_bindings_t input_chan_bindings,
			 OM_uint32 req_flags, char **data, size_t * datalen);