Home
last modified time | relevance | path

Searched defs:node_offset (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/providers/implementations/include/prov/
Dblake2.h36 uint8_t node_offset[6];/* 14 */ member
60 uint8_t node_offset[8];/* 16 */ member
/third_party/python/Modules/_blake2/clinic/
Dblake2s_impl.c.h39 unsigned long long node_offset = 0; in py_blake2s_new() local
Dblake2b_impl.c.h39 unsigned long long node_offset = 0; in py_blake2b_new() local
/third_party/python/Modules/_blake2/impl/
Dblake2.h78 uint8_t node_offset[6];// 14 member
104 uint64_t node_offset; // 16 member
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()
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()
Dblake2s.c139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
Dblake2b.c151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
/third_party/python/Modules/_blake2/
Dblake2b_impl.c94 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl()
Dblake2s_impl.c94 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl()