Skip to content
Snippets Groups Projects
user avatar
Lev Walkin authored
ae1422b1
History
Name Last commit Last update
..
standard-modules
tests
ANY.c
ANY.h
BIT_STRING.c
BIT_STRING.h
BMPString.c
BMPString.h
BOOLEAN.c
BOOLEAN.h
ENUMERATED.c
ENUMERATED.h
GeneralString.c
GeneralString.h
GeneralizedTime.c
GeneralizedTime.h
GraphicString.c
GraphicString.h
IA5String.c
IA5String.h
INTEGER.c
INTEGER.h
ISO646String.c
ISO646String.h
Makefile.am
Makefile.in
NULL.c
NULL.h
NativeEnumerated.c
NativeEnumerated.h
NativeInteger.c
NativeInteger.h
NativeReal.c
NativeReal.h
NumericString.c
NumericString.h
OBJECT_IDENTIFIER.c
OBJECT_IDENTIFIER.h
OCTET_STRING.c
OCTET_STRING.h
ObjectDescriptor.c
ObjectDescriptor.h
PrintableString.c
PrintableString.h
README
REAL.c
REAL.h
RELATIVE-OID.c
RELATIVE-OID.h
T61String.c
T61String.h
TeletexString.c
TeletexString.h
UTCTime.c
UTCTime.h
UTF8String.c
UTF8String.h
UniversalString.c
UniversalString.h
VideotexString.c
VideotexString.h
VisibleString.c
VisibleString.h
asn_SEQUENCE_OF.c
asn_SEQUENCE_OF.h
asn_SET_OF.c
asn_SET_OF.h
asn_application.h
asn_codecs.h
asn_codecs_prim.c
asn_codecs_prim.h
asn_internal.h
asn_system.h
ber_decoder.c
ber_decoder.h
ber_tlv_length.c
ber_tlv_length.h
ber_tlv_tag.c
ber_tlv_tag.h
constr_CHOICE.c
constr_CHOICE.h
constr_SEQUENCE.c
constr_SEQUENCE.h
constr_SEQUENCE_OF.c
constr_SEQUENCE_OF.h
constr_SET.c
constr_SET.h
constr_SET_OF.c
constr_SET_OF.h
constr_TYPE.c
constr_TYPE.h
constraints.c
constraints.h
converter-sample.c
der_encoder.c
der_encoder.h
file-dependencies
per_decoder.c
per_decoder.h
per_encoder.c
This directory contains encoder/decoder code for various encoding rules
(PER, DER, BER, XER) that work with the tables constructed by the compiler.
The compiler itself does not generate much code. It creates parsing tables
and then copies (links) over these files which contain generic codecs.