#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include "cifspdu.h"
#include "cifsglob.h"
#include "cifs_debug.h"
#include "cifsproto.h"
Go to the source code of this file.
#define ASN1_APL 1 /* Application */ |
#define ASN1_CON 1 /* Constructed */ |
#define ASN1_CTX 2 /* Context */ |
#define ASN1_ENUM 10 /* Enumerated */ |
#define ASN1_EOC 0 /* End Of Contents or N/A */ |
#define ASN1_ERR_DEC_BADVALUE 5 |
#define ASN1_ERR_DEC_EMPTY 2 |
#define ASN1_ERR_DEC_EOC_MISMATCH 3 |
#define ASN1_ERR_DEC_LENGTH_MISMATCH 4 |
#define ASN1_ERR_NOERROR 0 |
#define ASN1_EXT 8 /* External */ |
#define ASN1_GENSTR 27 /* General String */ |
#define ASN1_GENTIM 24 /* General Time */ |
#define ASN1_GRASTR 25 /* Graphical String */ |
#define ASN1_IA5STR 22 /* IA5 String */ |
#define ASN1_INT 2 /* Integer */ |
#define ASN1_NUL 5 /* Null */ |
#define ASN1_NUMSTR 18 /* Numerical String */ |
#define ASN1_OJD 7 /* Object Description */ |
#define ASN1_OJI 6 /* Object Identifier */ |
#define ASN1_OTS 4 /* Octet String */ |
#define ASN1_PRI 0 /* Primitive */ |
#define ASN1_PRNSTR 19 /* Printable String */ |
#define ASN1_PRV 3 /* Private */ |
#define ASN1_SET 17 /* Set */ |
#define ASN1_TEXSTR 20 /* Teletext String */ |
#define ASN1_UNI 0 /* Universal */ |
#define ASN1_UNITIM 23 /* Universal Time */ |
#define ASN1_VIDSTR 21 /* Video String */ |
#define ASN1_VISSTR 26 /* Visible String */ |
#define KRB5U2U_OID_LEN 8 |
#define NTLMSSP_OID_LEN 10 |