Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c3671 static PyObject *x509_asn = NULL; in certEncodingType() local
3674 if (x509_asn == NULL) { in certEncodingType()
3675 x509_asn = PyString_InternFromString("x509_asn"); in certEncodingType()
3676 if (x509_asn == NULL) in certEncodingType()
3686 Py_INCREF(x509_asn); in certEncodingType()
3687 return x509_asn; in certEncodingType()
/external/python/cpython2/Doc/library/
Dssl.rst472 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
480 [(b'data...', 'x509_asn', {'1.3.6.1.5.5.7.3.1', '1.3.6.1.5.5.7.3.2'}),
481 (b'data...', 'x509_asn', True)]
495 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for