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