cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Typedefs | Enumerations
dnstring.c File Reference
#include <ctype.h>
#include "cert/cert.h"
#include "enc_dec/asn1.h"
#include "enc_dec/misc_rw.h"

Go to the source code of this file.

Macros

#define UCSIZE   2
 

Typedefs

typedef unsigned short int bmpchar_t
 

Enumerations

enum  ASN1_STRINGTYPE {
  STRINGTYPE_NONE, STRINGTYPE_PRINTABLE, STRINGTYPE_IA5, STRINGTYPE_T61,
  STRINGTYPE_UNICODE_PRINTABLE, STRINGTYPE_UNICODE_IA5, STRINGTYPE_UNICODE_T61, STRINGTYPE_UNICODE,
  STRINGTYPE_UTF8, STRINGTYPE_ERROR, STRINGTYPE_LAST
}
 

Macro Definition Documentation

#define UCSIZE   2

Definition at line 70 of file dnstring.c.

Typedef Documentation

typedef unsigned short int bmpchar_t

Definition at line 69 of file dnstring.c.

Enumeration Type Documentation

Enumerator:
STRINGTYPE_NONE 
STRINGTYPE_PRINTABLE 
STRINGTYPE_IA5 
STRINGTYPE_T61 
STRINGTYPE_UNICODE_PRINTABLE 
STRINGTYPE_UNICODE_IA5 
STRINGTYPE_UNICODE_T61 
STRINGTYPE_UNICODE 
STRINGTYPE_UTF8 
STRINGTYPE_ERROR 
STRINGTYPE_LAST 

Definition at line 39 of file dnstring.c.