Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c3756 static PyObject *pkcs_7_asn = NULL; in certEncodingType() local
3763 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()
/external/python/cpython3/Modules/
D_ssl.c5325 static PyObject *pkcs_7_asn = NULL; in certEncodingType() local
5332 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()
/external/python/cpython2/Doc/library/
Dssl.rst485 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
508 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
/external/python/cpython3/Doc/library/
Dssl.rst476 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
499 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for