Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dasn1.h.in160 struct asn1_string_st { struct
161 int length;
162 int type;
163 unsigned char *data;
169 long flags;
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py134 class asn1_string_st(Structure): class