Searched refs:pkcs_7_asn (Results 1 – 4 of 4) sorted by relevance
3756 static PyObject *pkcs_7_asn = NULL; in certEncodingType() local3763 if (pkcs_7_asn == NULL) { in certEncodingType()3764 pkcs_7_asn = PyString_InternFromString("pkcs_7_asn"); in certEncodingType()3765 if (pkcs_7_asn == NULL) in certEncodingType()3773 Py_INCREF(pkcs_7_asn); in certEncodingType()3774 return pkcs_7_asn; in certEncodingType()
5325 static PyObject *pkcs_7_asn = NULL; in certEncodingType() local5332 if (pkcs_7_asn == NULL) { in certEncodingType()5333 pkcs_7_asn = PyUnicode_InternFromString("pkcs_7_asn"); in certEncodingType()5334 if (pkcs_7_asn == NULL) in certEncodingType()5342 Py_INCREF(pkcs_7_asn); in certEncodingType()5343 return pkcs_7_asn; in certEncodingType()
485 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for508 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
476 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for499 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for