add prototypes for gss_oid_equal and gss_verify_mic_internal
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11730 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 - 2002 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2003 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -103,6 +103,14 @@ gssapi_krb5_verify_header(u_char **str,
|
|||||||
size_t total_len,
|
size_t total_len,
|
||||||
char *type);
|
char *type);
|
||||||
|
|
||||||
|
OM_uint32
|
||||||
|
gss_verify_mic_internal(OM_uint32 * minor_status,
|
||||||
|
const gss_ctx_id_t context_handle,
|
||||||
|
const gss_buffer_t message_buffer,
|
||||||
|
const gss_buffer_t token_buffer,
|
||||||
|
gss_qop_t * qop_state,
|
||||||
|
char * type);
|
||||||
|
|
||||||
OM_uint32
|
OM_uint32
|
||||||
gss_krb5_get_remotekey(const gss_ctx_id_t context_handle,
|
gss_krb5_get_remotekey(const gss_ctx_id_t context_handle,
|
||||||
krb5_keyblock **key);
|
krb5_keyblock **key);
|
||||||
@@ -125,6 +133,9 @@ gss_address_to_krb5addr(OM_uint32 gss_addr_type,
|
|||||||
#define SC_LOCAL_SUBKEY 0x08
|
#define SC_LOCAL_SUBKEY 0x08
|
||||||
#define SC_REMOTE_SUBKEY 0x10
|
#define SC_REMOTE_SUBKEY 0x10
|
||||||
|
|
||||||
|
int
|
||||||
|
gss_oid_equal(const gss_OID a, const gss_OID b);
|
||||||
|
|
||||||
void
|
void
|
||||||
gssapi_krb5_set_error_string (void);
|
gssapi_krb5_set_error_string (void);
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 - 2002 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2003 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -103,6 +103,14 @@ gssapi_krb5_verify_header(u_char **str,
|
|||||||
size_t total_len,
|
size_t total_len,
|
||||||
char *type);
|
char *type);
|
||||||
|
|
||||||
|
OM_uint32
|
||||||
|
gss_verify_mic_internal(OM_uint32 * minor_status,
|
||||||
|
const gss_ctx_id_t context_handle,
|
||||||
|
const gss_buffer_t message_buffer,
|
||||||
|
const gss_buffer_t token_buffer,
|
||||||
|
gss_qop_t * qop_state,
|
||||||
|
char * type);
|
||||||
|
|
||||||
OM_uint32
|
OM_uint32
|
||||||
gss_krb5_get_remotekey(const gss_ctx_id_t context_handle,
|
gss_krb5_get_remotekey(const gss_ctx_id_t context_handle,
|
||||||
krb5_keyblock **key);
|
krb5_keyblock **key);
|
||||||
@@ -125,6 +133,9 @@ gss_address_to_krb5addr(OM_uint32 gss_addr_type,
|
|||||||
#define SC_LOCAL_SUBKEY 0x08
|
#define SC_LOCAL_SUBKEY 0x08
|
||||||
#define SC_REMOTE_SUBKEY 0x10
|
#define SC_REMOTE_SUBKEY 0x10
|
||||||
|
|
||||||
|
int
|
||||||
|
gss_oid_equal(const gss_OID a, const gss_OID b);
|
||||||
|
|
||||||
void
|
void
|
||||||
gssapi_krb5_set_error_string (void);
|
gssapi_krb5_set_error_string (void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user