drop structures for message formats, no longer used
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13471 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -36,31 +36,6 @@
|
|||||||
#ifndef GSSAPI_ARCFOUR_H_
|
#ifndef GSSAPI_ARCFOUR_H_
|
||||||
#define GSSAPI_ARCFOUR_H_ 1
|
#define GSSAPI_ARCFOUR_H_ 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The arcfour message have the following formats, these are only here
|
|
||||||
* for reference and is not used.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
typedef struct gss_arcfour_mic_token {
|
|
||||||
u_char TOK_ID[2]; /* 01 01 */
|
|
||||||
u_char SGN_ALG[2]; /* 11 00 */
|
|
||||||
u_char Filler[4];
|
|
||||||
u_char SND_SEQ[8];
|
|
||||||
u_char SGN_CKSUM[8];
|
|
||||||
} gss_arcfour_mic_token_desc, *gss_arcfour_mic_token;
|
|
||||||
|
|
||||||
typedef struct gss_arcfour_wrap_token {
|
|
||||||
u_char TOK_ID[2]; /* 02 01 */
|
|
||||||
u_char SGN_ALG[2];
|
|
||||||
u_char SEAL_ALG[2];
|
|
||||||
u_char Filler[2];
|
|
||||||
u_char SND_SEQ[8];
|
|
||||||
u_char SGN_CKSUM[8];
|
|
||||||
u_char Confounder[8];
|
|
||||||
} gss_arcfour_wrap_token_desc, *gss_arcfour_wrap_token;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define GSS_ARCFOUR_WRAP_TOKEN_SIZE 32
|
#define GSS_ARCFOUR_WRAP_TOKEN_SIZE 32
|
||||||
|
|
||||||
OM_uint32 _gssapi_wrap_arcfour(OM_uint32 *minor_status,
|
OM_uint32 _gssapi_wrap_arcfour(OM_uint32 *minor_status,
|
||||||
|
@@ -36,31 +36,6 @@
|
|||||||
#ifndef GSSAPI_ARCFOUR_H_
|
#ifndef GSSAPI_ARCFOUR_H_
|
||||||
#define GSSAPI_ARCFOUR_H_ 1
|
#define GSSAPI_ARCFOUR_H_ 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The arcfour message have the following formats, these are only here
|
|
||||||
* for reference and is not used.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
typedef struct gss_arcfour_mic_token {
|
|
||||||
u_char TOK_ID[2]; /* 01 01 */
|
|
||||||
u_char SGN_ALG[2]; /* 11 00 */
|
|
||||||
u_char Filler[4];
|
|
||||||
u_char SND_SEQ[8];
|
|
||||||
u_char SGN_CKSUM[8];
|
|
||||||
} gss_arcfour_mic_token_desc, *gss_arcfour_mic_token;
|
|
||||||
|
|
||||||
typedef struct gss_arcfour_wrap_token {
|
|
||||||
u_char TOK_ID[2]; /* 02 01 */
|
|
||||||
u_char SGN_ALG[2];
|
|
||||||
u_char SEAL_ALG[2];
|
|
||||||
u_char Filler[2];
|
|
||||||
u_char SND_SEQ[8];
|
|
||||||
u_char SGN_CKSUM[8];
|
|
||||||
u_char Confounder[8];
|
|
||||||
} gss_arcfour_wrap_token_desc, *gss_arcfour_wrap_token;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define GSS_ARCFOUR_WRAP_TOKEN_SIZE 32
|
#define GSS_ARCFOUR_WRAP_TOKEN_SIZE 32
|
||||||
|
|
||||||
OM_uint32 _gssapi_wrap_arcfour(OM_uint32 *minor_status,
|
OM_uint32 _gssapi_wrap_arcfour(OM_uint32 *minor_status,
|
||||||
|
Reference in New Issue
Block a user