Searched refs:py_blake2s_new_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_blake2/clinic/ |
D | blake2s_impl.c.h | 15 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/ |
D | blake2s_impl.c | 89 py_blake2s_new_impl(PyTypeObject *type, PyObject *data, int digest_size, in py_blake2s_new_impl() function
|