Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dsha256module.c.h78 _sha256_sha256_impl(PyObject *module, PyObject *string);
92 return_value = _sha256_sha256_impl(module, string); in _sha256_sha256()
/external/python/cpython3/Modules/
Dsha256module.c609 _sha256_sha256_impl(PyObject *module, PyObject *string) in _sha256_sha256_impl() function