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()
5551 static PyObject *pkcs_7_asn = NULL; in certEncodingType() local5558 if (pkcs_7_asn == NULL) { in certEncodingType()5559 pkcs_7_asn = PyUnicode_InternFromString("pkcs_7_asn"); in certEncodingType()5560 if (pkcs_7_asn == NULL) in certEncodingType()5568 Py_INCREF(pkcs_7_asn); in certEncodingType()5569 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
484 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for507 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for