Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_ssl.c5407 static PyObject *pkcs_7_asn = NULL; in certEncodingType() local
5414 if (pkcs_7_asn == NULL) { in certEncodingType()
5415 pkcs_7_asn = PyUnicode_InternFromString("pkcs_7_asn"); in certEncodingType()
5416 if (pkcs_7_asn == NULL) in certEncodingType()
5424 Py_INCREF(pkcs_7_asn); in certEncodingType()
5425 return pkcs_7_asn; in certEncodingType()

Completed in 8 milliseconds