Searched defs:asn1_object_st (Results 1 – 4 of 4) sorted by relevance
359 struct asn1_object_st { struct360 const char *sn, *ln;361 int nid;362 int length;363 const unsigned char *data; // data remains const after init364 int flags; // Should we free this one
170 struct asn1_object_st struct172 const char *sn,*ln;173 int nid;174 int length;175 const unsigned char *data; /* data remains const after init */176 int flags; /* Should we free this one */
121 class asn1_object_st(Structure): class