| silcber.html
 BER Interface
 Header: silcber.h
 
 DESCRIPTION
 
 The Basic Encoding Rules (BER) is the data encoding format for the
 ASN.1.  This interface provides routines for encoding and decoding
 arbitraty BER data blocks.  Naturally, this interface can be used
 to encode and decode DER blocks as well.  These routines does not
 allocate any memory and have been optimized for general ASN.1 usage.
 References: ITU-T X.690
 http://www.itu.int/ITU-T/studygroups/com17/languages/X690_0702.pdf
SilcBerClass
SilcBerEncoding
silc_ber_encode
silc_ber_decode
silc_ber_encoded_len 
 
 
 
 |