Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c1276 PyObject *pnotBefore, *pnotAfter; in _decode_certificate() local
1340 pnotBefore = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate()
1341 if (pnotBefore == NULL) in _decode_certificate()
1343 if (PyDict_SetItemString(retval, "notBefore", pnotBefore) < 0) { in _decode_certificate()
1344 Py_DECREF(pnotBefore); in _decode_certificate()
1347 Py_DECREF(pnotBefore); in _decode_certificate()
/external/python/cpython3/Modules/
D_ssl.c1572 PyObject *pnotBefore, *pnotAfter; in _decode_certificate() local
1640 pnotBefore = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate()
1641 if (pnotBefore == NULL) in _decode_certificate()
1643 if (PyDict_SetItemString(retval, "notBefore", pnotBefore) < 0) { in _decode_certificate()
1644 Py_DECREF(pnotBefore); in _decode_certificate()
1647 Py_DECREF(pnotBefore); in _decode_certificate()