Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dx509.h151 struct X509_name_st struct
154 int modified; /* true if 'bytes' needs to be built */
155 BUF_MEM *bytes;
157 unsigned char *canon_enc;
158 int canon_enclen;
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py852 class X509_name_st(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py852 class X509_name_st(Structure): class