Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_ssl.c5406 static PyObject *x509_asn = NULL; in certEncodingType() local
5409 if (x509_asn == NULL) { in certEncodingType()
5410 x509_asn = PyUnicode_InternFromString("x509_asn"); in certEncodingType()
5411 if (x509_asn == NULL) in certEncodingType()
5421 Py_INCREF(x509_asn); in certEncodingType()
5422 return x509_asn; in certEncodingType()

Completed in 8 milliseconds