Home
last modified time | relevance | path

Searched refs:x509_st (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py843 class x509_st(Structure): class
845 X509 = x509_st
1724 x509_st._fields_ = [
1742 assert sizeof(x509_st) == 84, sizeof(x509_st)
1743 assert alignment(x509_st) == 4, alignment(x509_st)
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py843 class x509_st(Structure): class
845 X509 = x509_st
1724 x509_st._fields_ = [
1742 assert sizeof(x509_st) == 84, sizeof(x509_st)
1743 assert alignment(x509_st) == 4, alignment(x509_st)
/external/boringssl/src/include/openssl/
Dbase.h340 typedef struct x509_st X509;
Dx509.h242 struct x509_st struct