Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1651 class x509_attributes_st(Structure): class
1662 x509_attributes_st._fields_ = [
1667 assert sizeof(x509_attributes_st) == 12, sizeof(x509_attributes_st)
1668 assert alignment(x509_attributes_st) == 4, alignment(x509_attributes_st)
1669 X509_ATTRIBUTE = x509_attributes_st
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1651 class x509_attributes_st(Structure): class
1662 x509_attributes_st._fields_ = [
1667 assert sizeof(x509_attributes_st) == 12, sizeof(x509_attributes_st)
1668 assert alignment(x509_attributes_st) == 4, alignment(x509_attributes_st)
1669 X509_ATTRIBUTE = x509_attributes_st
/external/boringssl/src/include/openssl/
Dbase.h403 typedef struct x509_attributes_st X509_ATTRIBUTE;
Dx509.h176 struct x509_attributes_st struct