Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1710 class x509_cert_aux_st(Structure): class
1712 x509_cert_aux_st._fields_ = [
1719 assert sizeof(x509_cert_aux_st) == 20, sizeof(x509_cert_aux_st)
1720 assert alignment(x509_cert_aux_st) == 4, alignment(x509_cert_aux_st)
1721 X509_CERT_AUX = x509_cert_aux_st
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1710 class x509_cert_aux_st(Structure): class
1712 x509_cert_aux_st._fields_ = [
1719 assert sizeof(x509_cert_aux_st) == 20, sizeof(x509_cert_aux_st)
1720 assert alignment(x509_cert_aux_st) == 4, alignment(x509_cert_aux_st)
1721 X509_CERT_AUX = x509_cert_aux_st
/external/boringssl/src/include/openssl/
Dbase.h404 typedef struct x509_cert_aux_st X509_CERT_AUX;
Dx509.h230 struct x509_cert_aux_st struct