Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dx509.h145 struct X509_name_st { struct
147 int modified; // true if 'bytes' needs to be built
148 BUF_MEM *bytes;
150 unsigned char *canon_enc;
151 int canon_enclen;
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509.h145 struct X509_name_st { struct
147 int modified; // true if 'bytes' needs to be built
148 BUF_MEM *bytes;
150 unsigned char *canon_enc;
151 int canon_enclen;
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py852 class X509_name_st(Structure): class
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py852 class X509_name_st(Structure): class