Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c3672 static PyObject *pkcs_7_asn = NULL; in certEncodingType() local
3679 if (pkcs_7_asn == NULL) { in certEncodingType()
3680 pkcs_7_asn = PyString_InternFromString("pkcs_7_asn"); in certEncodingType()
3681 if (pkcs_7_asn == NULL) in certEncodingType()
3689 Py_INCREF(pkcs_7_asn); in certEncodingType()
3690 return pkcs_7_asn; in certEncodingType()
/external/python/cpython2/Doc/library/
Dssl.rst472 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for
495 :const:`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for