Lines Matching defs:enc
5554 PyObject *keyusage = NULL, *cert = NULL, *enc = NULL, *tup = NULL;
5574 if ((enc = certEncodingType(pCertCtx->dwCertEncodingType)) == NULL) {
5593 PyTuple_SET_ITEM(tup, 1, enc);
5594 enc = NULL;
5609 /* In error cases cert, enc and tup may not be NULL */
5611 Py_XDECREF(enc);
5652 PyObject *crl = NULL, *enc = NULL, *tup = NULL;
5672 if ((enc = certEncodingType(pCrlCtx->dwCertEncodingType)) == NULL) {
5682 PyTuple_SET_ITEM(tup, 1, enc);
5683 enc = NULL;
5697 /* In error cases cert, enc and tup may not be NULL */
5699 Py_XDECREF(enc);