This module is the interface module for the ASN.1 runtime support functions. To encode and decode ASN.1 types in runtime the functions in this module should be used.
Starts the asn1 server that loads the drivers.
The server schedules a driver that is not blocked by
another caller. The driver is used by the asn1 application if
specs are compiled with options
Stops the asn1 server and unloads the drivers.
Decodes
Encodes
This function loads the linked-in driver before the first call to encode. If this function is not called the driver will be loaded automatically at the first call to encode. If one doesn't want the performance cost of a driver load when the application is running, this function makes it possible to load the driver in an initialization.
The driver is only used when encoding/decoding ASN.1 files that
were compiled with the options
This function unloads the linked-in driver. When the driver has been loaded it remains in the environment until it is unloaded. Normally the driver should remain loaded, it is crucial for the performance of ASN.1 encoding.
The driver is only used when ASN.1 modules have been compiled
with the flags
Validates that