Home
last modified time | relevance | path

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

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