Home
last modified time | relevance | path

Searched refs:node_offset (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Modules/_blake2/
H A Dblake2s_impl.c81 node_offset: unsigned_long_long = 0
94 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl()
163 if (node_offset > 0xFFFFFFFFFFFFULL) { in py_blake2s_new_impl()
165 PyErr_SetString(PyExc_OverflowError, "node_offset is too large"); in py_blake2s_new_impl()
168 store48(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()
171 store64(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()
91 py_blake2s_new_impl(PyTypeObject *type, PyObject *data, int digest_size, Py_buffer *key, Py_buffer *salt, Py_buffer *person, int fanout, int depth, unsigned long leaf_size, unsigned long long node_offset, int node_depth, int inner_size, int last_node, int usedforsecurity) py_blake2s_new_impl() argument
H A Dblake2b_impl.c81 node_offset: unsigned_long_long = 0
94 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl()
163 if (node_offset > 0xFFFFFFFFFFFFULL) { in py_blake2b_new_impl()
165 PyErr_SetString(PyExc_OverflowError, "node_offset is too large"); in py_blake2b_new_impl()
168 store48(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()
171 store64(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()
91 py_blake2b_new_impl(PyTypeObject *type, PyObject *data, int digest_size, Py_buffer *key, Py_buffer *salt, Py_buffer *person, int fanout, int depth, unsigned long leaf_size, unsigned long long node_offset, int node_depth, int inner_size, int last_node, int usedforsecurity) py_blake2b_new_impl() argument
/third_party/python/Modules/_blake2/clinic/
H A Dblake2s_impl.c.h8 " node_offset=0, node_depth=0, inner_size=0, last_node=False,\n"
18 unsigned long long node_offset, int node_depth,
25 static const char * const _keywords[] = {"", "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", "usedforsecurity", NULL}; in py_blake2s_new()
39 unsigned long long node_offset = 0; in py_blake2s_new() local
130 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2s_new()
169 return_value = py_blake2s_new_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size, node_offset, node_depth, inner_size, last_node, usedforsecurity); in py_blake2s_new()
H A Dblake2b_impl.c.h8 " node_offset=0, node_depth=0, inner_size=0, last_node=False,\n"
18 unsigned long long node_offset, int node_depth,
25 static const char * const _keywords[] = {"", "digest_size", "key", "salt", "person", "fanout", "depth", "leaf_size", "node_offset", "node_depth", "inner_size", "last_node", "usedforsecurity", NULL}; in py_blake2b_new()
39 unsigned long long node_offset = 0; in py_blake2b_new() local
130 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2b_new()
169 return_value = py_blake2b_new_impl(type, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size, node_offset, node_depth, inner_size, last_node, usedforsecurity); in py_blake2b_new()
/third_party/python/Modules/_blake2/impl/
H A Dblake2b-ref.c109 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
111 store64( &P->node_offset, node_offset ); in blake2b_param_set_node_offset()
188 store64( &P->node_offset, 0 ); in blake2b_init()
211 store64( &P->node_offset, 0 ); in blake2b_init_key()
H A Dblake2s-ref.c102 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
104 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
182 store48( &P->node_offset, 0 ); in blake2s_init()
204 store48( &P->node_offset, 0 ); in blake2s_init_key()
H A Dblake2.h78 uint8_t node_offset[6];// 14 member
104 uint64_t node_offset; // 16 member
H A Dblake2b.c151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
153 P->node_offset = node_offset; in blake2b_param_set_node_offset()
H A Dblake2s.c139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dblake2.h36 uint8_t node_offset[6];/* 14 */ member
60 uint8_t node_offset[8];/* 16 */ member
/third_party/openssl/providers/implementations/include/prov/
H A Dblake2.h36 uint8_t node_offset[6];/* 14 */ member
60 uint8_t node_offset[8];/* 16 */ member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c260 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_triangles() local
261 uint32_t node_id = node_offset >> 3; in build_triangles()
420 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_instances() local
421 uint32_t node_id = (node_offset >> 3) | radv_bvh_node_instance; in build_instances()
476 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_aabbs() local
477 uint32_t node_id = (node_offset >> 3) | radv_bvh_node_aabb; in build_aabbs()
1191 nir_ssa_def *node_offset = nir_iadd(&b, node_dst_offset, nir_imul_imm(&b, global_id, 64)); in build_leaf_shader() local
1192 nir_ssa_def *triangle_node_dst_addr = nir_iadd(&b, node_dst_addr, nir_u2u64(&b, node_offset)); in build_leaf_shader()
1261 nir_iadd_imm(&b, nir_ushr_imm(&b, node_offset, 3), radv_bvh_node_triangle); in build_leaf_shader()
1270 nir_ssa_def *node_offset in build_leaf_shader() local
1330 nir_ssa_def *node_offset = nir_iadd(&b, node_dst_offset, nir_imul_imm(&b, global_id, 128)); build_leaf_shader() local
1605 nir_ssa_def *node_offset = nir_iadd(&b, node_dst_offset, nir_ishl_imm(&b, global_id, 7)); build_internal_shader() local
2024 uint32_t node_offset; global() member
[all...]
/third_party/python/Lib/test/
H A Dtest_hashlib.py692 constructor(node_offset=0)
693 constructor(node_offset=max_offset)
694 self.assertRaises(ValueError, constructor, node_offset=-1)
695 self.assertRaises(OverflowError, constructor, node_offset=max_offset+1)
710 node_offset=512,
772 node_offset=5,
815 node_offset=5,
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2b_prov.c90 store64(P->node_offset, 0); in ossl_blake2b_param_init()
H A Dblake2s_prov.c85 store48(P->node_offset, 0); in ossl_blake2s_param_init()
/third_party/openssl/providers/implementations/digests/
H A Dblake2b_prov.c90 store64(P->node_offset, 0); in ossl_blake2b_param_init()
H A Dblake2s_prov.c85 store48(P->node_offset, 0); in ossl_blake2s_param_init()

Completed in 13 milliseconds