Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c3755 static PyObject *x509_asn = NULL; in certEncodingType() local
3758 if (x509_asn == NULL) { in certEncodingType()
3759 x509_asn = PyString_InternFromString("x509_asn"); in certEncodingType()
3760 if (x509_asn == NULL) in certEncodingType()
3770 Py_INCREF(x509_asn); in certEncodingType()
3771 return x509_asn; in certEncodingType()
/external/python/cpython3/Modules/
D_ssl.c5324 static PyObject *x509_asn = NULL; in certEncodingType() local
5327 if (x509_asn == NULL) { in certEncodingType()
5328 x509_asn = PyUnicode_InternFromString("x509_asn"); in certEncodingType()
5329 if (x509_asn == NULL) in certEncodingType()
5339 Py_INCREF(x509_asn); in certEncodingType()
5340 return x509_asn; in certEncodingType()
/external/python/cpython2/Doc/library/
Dssl.rst485 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
493 [(b'data...', 'x509_asn', {'1.3.6.1.5.5.7.3.1', '1.3.6.1.5.5.7.3.2'}),
494 (b'data...', 'x509_asn', True)]
508 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
/external/python/cpython3/Doc/library/
Dssl.rst476 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
484 [(b'data...', 'x509_asn', {'1.3.6.1.5.5.7.3.1', '1.3.6.1.5.5.7.3.2'}),
485 (b'data...', 'x509_asn', True)]
499 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for