Home
last modified time | relevance | path

Searched refs:leaf_size_obj (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_blake2/clinic/
Dblake2b_impl.c.h16 int fanout, int depth, PyObject *leaf_size_obj,
33 PyObject *leaf_size_obj = NULL; in py_blake2b_new() local
40 …&data, &digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &nod… in py_blake2b_new()
43 …ew_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_o… in py_blake2b_new()
Dblake2s_impl.c.h16 int fanout, int depth, PyObject *leaf_size_obj,
33 PyObject *leaf_size_obj = NULL; in py_blake2s_new() local
40 …&data, &digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &nod… in py_blake2s_new()
43 …ew_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_o… in py_blake2s_new()
/external/python/cpython3/Modules/_blake2/
Dblake2b_impl.c91 int fanout, int depth, PyObject *leaf_size_obj, in py_blake2b_new_impl() argument
156 if (leaf_size_obj != NULL) { in py_blake2b_new_impl()
157 leaf_size = PyLong_AsUnsignedLong(leaf_size_obj); in py_blake2b_new_impl()
Dblake2s_impl.c91 int fanout, int depth, PyObject *leaf_size_obj, in py_blake2s_new_impl() argument
156 if (leaf_size_obj != NULL) { in py_blake2s_new_impl()
157 leaf_size = PyLong_AsUnsignedLong(leaf_size_obj); in py_blake2s_new_impl()