Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dsha512module.c.h108 _sha512_sha384_impl(PyObject *module, PyObject *string);
122 return_value = _sha512_sha384_impl(module, string); in _sha512_sha384()
/external/python/cpython3/Modules/
Dsha512module.c714 _sha512_sha384_impl(PyObject *module, PyObject *string) in _sha512_sha384_impl() function