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

/external/python/cpython2/Modules/
H A D_ssl.c3672 static PyObject *pkcs_7_asn = NULL; local
3679 if (pkcs_7_asn == NULL) {
3680 pkcs_7_asn = PyString_InternFromString("pkcs_7_asn");
3681 if (pkcs_7_asn == NULL)
3689 Py_INCREF(pkcs_7_asn);
3690 return pkcs_7_asn;
/external/python/cpython3/Modules/
H A D_ssl.c4759 static PyObject *pkcs_7_asn = NULL; local
4766 if (pkcs_7_asn == NULL) {
4767 pkcs_7_asn = PyUnicode_InternFromString("pkcs_7_asn");
4768 if (pkcs_7_asn == NULL)
4776 Py_INCREF(pkcs_7_asn);
4777 return pkcs_7_asn;

Completed in 515 milliseconds