Searched refs:binascii_b2a_hex_impl (Results 1 – 2 of 2) sorted by relevance
456 binascii_b2a_hex_impl(PyObject *module, Py_buffer *data, PyObject *sep,501 return_value = binascii_b2a_hex_impl(module, &data, sep, bytes_per_sep); in binascii_b2a_hex()
1179 binascii_b2a_hex_impl(PyObject *module, Py_buffer *data, PyObject *sep, in binascii_b2a_hex_impl() function