#include <ctype.h>
#include "crypt.h"
#include "bn/bn.h"
#include "enc_dec/asn1.h"
Go to the source code of this file.
| #define OBJECT_HEADER_DATA_SIZE 16 |
| #define READOBJ_FLAG_BITSTRING 0x01 /* Object is BIT STRING */ |
| #define READOBJ_FLAG_INDEFOK 0x02 /* Indefinite lengths allowed */ |
| #define READOBJ_FLAG_MAX 0x0F /* Maximum possible flag value */ |
| #define READOBJ_FLAG_NONE 0x00 /* No flag */ |
| #define READOBJ_FLAG_UNIVERSAL 0x04 /* Relax type-checking requirements */ |
| #define selectTag |
( |
|
tag, |
|
|
|
defaultTag |
|
) |
| |
- Enumerator:
| READLENGTH_NONE |
|
| READLENGTH_SHORT |
|
| READLENGTH_SHORT_INDEF |
|
| READLENGTH_LONG_INDEF |
|
| READLENGTH_LAST |
|
Definition at line 43 of file asn1_rd.c.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 169 of file asn1_rd.c.
| RETVAL STDC_NONNULL_ARG |
( |
(1, 2, 3) |
| ) |
|