Home
last modified time | relevance | path

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

/third_party/openssl/crypto/blake2/
Dblake2_local.h38 uint8_t node_depth; /* 15 */ member
61 uint8_t node_depth; /* 17 */ member
/third_party/python/Modules/_blake2/clinic/
Dblake2s_impl.c.h40 int node_depth = 0; in py_blake2s_new() local
Dblake2b_impl.c.h40 int node_depth = 0; in py_blake2b_new() local
/third_party/python/Modules/_blake2/impl/
Dblake2.h79 uint8_t node_depth; // 15 member
105 uint8_t node_depth; // 17 member
Dblake2b-ref.c115 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
Dblake2s-ref.c108 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
Dblake2s.c145 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
Dblake2b.c157 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
/third_party/python/Modules/_blake2/
Dblake2b_impl.c92 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl()
Dblake2s_impl.c91 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl()