Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dsha1module.c.h78 _sha1_sha1_impl(PyObject *module, PyObject *string);
92 return_value = _sha1_sha1_impl(module, string); in _sha1_sha1()
/external/python/cpython3/Modules/
Dsha1module.c489 _sha1_sha1_impl(PyObject *module, PyObject *string) in _sha1_sha1_impl() function