Searched refs:leaf_size_obj (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_blake2/clinic/ |
D | blake2b_impl.c.h | 16 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()
|
D | blake2s_impl.c.h | 16 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/ |
D | blake2b_impl.c | 91 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()
|
D | blake2s_impl.c | 91 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()
|