Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dsha3module.c.h19 py_sha3_new_impl(PyTypeObject *type, PyObject *data, int usedforsecurity);
75 return_value = py_sha3_new_impl(type, data, usedforsecurity); in py_sha3_new()
/external/python/cpython3/Modules/
Dsha3module.c110 py_sha3_new_impl(PyTypeObject *type, PyObject *data, int usedforsecurity) in py_sha3_new_impl() function