Searched refs:filepath_bytes (Results 1 – 1 of 1) sorted by relevance
3053 PyObject *filepath_bytes = NULL; in load_dh_params() local3057 filepath_bytes = filepath; in load_dh_params()3062 filepath_bytes = PyUnicode_AsEncodedString( in load_dh_params()3065 if (!filepath_bytes) in load_dh_params()3069 bio = BIO_new_file(PyBytes_AS_STRING(filepath_bytes), "r"); in load_dh_params()3071 Py_DECREF(filepath_bytes); in load_dh_params()3080 Py_DECREF(filepath_bytes); in load_dh_params()