Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dsha512module.c.h78 _sha512_sha512_impl(PyObject *module, PyObject *string);
92 return_value = _sha512_sha512_impl(module, string); in _sha512_sha512()
/external/python/cpython3/Modules/
Dsha512module.c674 _sha512_sha512_impl(PyObject *module, PyObject *string) in _sha512_sha512_impl() function