Searched refs:x509_asn (Results 1 – 2 of 2) sorted by relevance
3671 static PyObject *x509_asn = NULL; in certEncodingType() local3674 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()
472 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for480 [(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