Home
last modified time | relevance | path

Searched defs:asn1_ctx_st (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dasn1.h172 typedef struct asn1_ctx_st { struct
173 unsigned char *p; /* work char pointer */
174 int eos; /* end of sequence read for indefinite
176 int error; /* error code to use when returning an error */
177 int inf; /* constructed if 0x20, indefinite is 0x21 */
178 int tag; /* tag from last 'get object' */
179 int xclass; /* class from last 'get object' */
180 long slen; /* length of last 'get object' */
181 unsigned char *max; /* largest value of p allowed */
182 unsigned char *q; /* temporary variable */
[all …]