|
ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
|
#include "Asn1cEncDec.hh"#include "loggers.hh"#include <ber_decoder.h>#include <der_encoder.h>#include <per_encoder.h>#include <per_decoder.h>Functions | |
| void | titan2asn1c (const INTEGER &t, long &a) |
| void | titan2asn1c (const INTEGER &t, unsigned long &a) |
| void | titan2asn1c (const INTEGER &t, INTEGER_t &a) |
| INTEGER | asn1c2titan (const INTEGER_t &a) |
| INTEGER | asn1c2titan (long n) |
| INTEGER | asn1c2titan (unsigned long n) |
| void | titan2asn1c (const BOOLEAN &t, BOOLEAN_t &a) |
| BOOLEAN | asn1c2titan (const BOOLEAN_t &a) |
| void | titan2asn1c (const OCTETSTRING &t, OCTET_STRING_t &a) |
| OCTETSTRING | asn1c2titan (const OCTET_STRING_t &a) |
| void | titan2asn1c (const BITSTRING &t, BIT_STRING_t &a) |
| BITSTRING | asn1c2titan (const BIT_STRING_t &a) |
| int | asn1c_collect_encoded_data (const void *buffer, size_t size, void *application_specific_key) |
| int | asn1c_per2ber (asn_TYPE_descriptor_t &td, const TTCN_Buffer &per, TTCN_Buffer &ber, void **ctx) |
| int | asn1c_ber2per (asn_TYPE_descriptor_t &td, const TTCN_Buffer &ber, TTCN_Buffer &per, void **ctx) |
| INTEGER asn1c2titan | ( | const INTEGER_t & | a | ) |
| INTEGER asn1c2titan | ( | long | n | ) |
| INTEGER asn1c2titan | ( | unsigned long | n | ) |
| BOOLEAN asn1c2titan | ( | const BOOLEAN_t & | a | ) |
| OCTETSTRING asn1c2titan | ( | const OCTET_STRING_t & | a | ) |
| BITSTRING asn1c2titan | ( | const BIT_STRING_t & | a | ) |
| int asn1c_ber2per | ( | asn_TYPE_descriptor_t & | td, |
| const TTCN_Buffer & | ber, | ||
| TTCN_Buffer & | per, | ||
| void ** | ctx | ||
| ) |
| int asn1c_collect_encoded_data | ( | const void * | buffer, |
| size_t | size, | ||
| void * | application_specific_key | ||
| ) |
| int asn1c_per2ber | ( | asn_TYPE_descriptor_t & | td, |
| const TTCN_Buffer & | per, | ||
| TTCN_Buffer & | ber, | ||
| void ** | ctx | ||
| ) |
| void titan2asn1c | ( | const INTEGER & | t, |
| long & | a | ||
| ) |
| void titan2asn1c | ( | const INTEGER & | t, |
| unsigned long & | a | ||
| ) |
| void titan2asn1c | ( | const INTEGER & | t, |
| INTEGER_t & | a | ||
| ) |
| void titan2asn1c | ( | const BOOLEAN & | t, |
| BOOLEAN_t & | a | ||
| ) |
| void titan2asn1c | ( | const OCTETSTRING & | t, |
| OCTET_STRING_t & | a | ||
| ) |
| void titan2asn1c | ( | const BITSTRING & | t, |
| BIT_STRING_t & | a | ||
| ) |
1.8.13