Home
last modified time | relevance | path

Searched refs:X509_info_st (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1809 class X509_info_st(Structure): class
1811 X509_info_st._fields_ = [
1820 assert sizeof(X509_info_st) == 44, sizeof(X509_info_st)
1821 assert alignment(X509_info_st) == 4, alignment(X509_info_st)
1822 X509_INFO = X509_info_st
/third_party/openssl/include/openssl/
Dx509.h245 typedef struct X509_info_st { struct