Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dsha256module.c.h108 _sha256_sha224_impl(PyObject *module, PyObject *string);
122 return_value = _sha256_sha224_impl(module, string); in _sha256_sha224()
/external/python/cpython3/Modules/
Dsha256module.c649 _sha256_sha224_impl(PyObject *module, PyObject *string) in _sha256_sha224_impl() function