Home
last modified time | relevance | path

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

/third_party/python/Modules/_sha3/clinic/
Dsha3module.c.h12 py_sha3_new_impl(PyTypeObject *type, PyObject *data, int usedforsecurity);
45 return_value = py_sha3_new_impl(type, data, usedforsecurity); in py_sha3_new()
/third_party/python/Modules/_sha3/
Dsha3module.c198 py_sha3_new_impl(PyTypeObject *type, PyObject *data, int usedforsecurity) in py_sha3_new_impl() function