Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_blake2/clinic/
Dblake2b_impl.c.h17 PyObject *node_offset_obj, int node_depth,
34 PyObject *node_offset_obj = NULL; in py_blake2b_new() local
40 …digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &node_depth,… in py_blake2b_new()
43 …ta, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_obj, node_depth, … in py_blake2b_new()
Dblake2s_impl.c.h17 PyObject *node_offset_obj, int node_depth,
34 PyObject *node_offset_obj = NULL; in py_blake2s_new() local
40 …digest_size, &key, &salt, &person, &fanout, &depth, &leaf_size_obj, &node_offset_obj, &node_depth,… in py_blake2s_new()
43 …ta, digest_size, &key, &salt, &person, fanout, depth, leaf_size_obj, node_offset_obj, node_depth, … in py_blake2s_new()
/external/python/cpython3/Modules/_blake2/
Dblake2b_impl.c92 PyObject *node_offset_obj, int node_depth, in py_blake2b_new_impl() argument
169 if (node_offset_obj != NULL) { in py_blake2b_new_impl()
170 node_offset = PyLong_AsUnsignedLongLong(node_offset_obj); in py_blake2b_new_impl()
Dblake2s_impl.c92 PyObject *node_offset_obj, int node_depth, in py_blake2s_new_impl() argument
169 if (node_offset_obj != NULL) { in py_blake2s_new_impl()
170 node_offset = PyLong_AsUnsignedLongLong(node_offset_obj); in py_blake2s_new_impl()