Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_blake2/clinic/
Dblake2s_impl.c.h15 py_blake2s_new_impl(PyTypeObject *type, PyObject *data, int digest_size,
194 …return_value = py_blake2s_new_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, l… in py_blake2s_new()
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c89 py_blake2s_new_impl(PyTypeObject *type, PyObject *data, int digest_size, in py_blake2s_new_impl() function