Searched refs:node_depth (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/blake2/ |
| H A D | blake2_local.h | 38 uint8_t node_depth; /* 15 */ member 61 uint8_t node_depth; /* 17 */ member
|
| H A D | blake2s.c | 88 P->node_depth = 0; in BLAKE2s_Init()
|
| H A D | blake2b.c | 91 P->node_depth = 0; in BLAKE2b_Init()
|
| /freebsd-13.1/sys/contrib/libb2/ |
| H A D | blake2s-ref.c | 108 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth() argument 110 P->node_depth = node_depth; in blake2s_param_set_node_depth() 190 P->node_depth = 0; in blake2s_init() 212 P->node_depth = 0; in blake2s_init_key()
|
| H A D | blake2b-ref.c | 115 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth() argument 117 P->node_depth = node_depth; in blake2b_param_set_node_depth() 196 P->node_depth = 0; in blake2b_init() 219 P->node_depth = 0; in blake2b_init_key()
|
| H A D | blake2.h | 79 uint8_t node_depth; // 15 member 105 uint8_t node_depth; // 17 member
|
| H A D | blake2s.c | 145 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth() argument 147 P->node_depth = node_depth; in blake2s_param_set_node_depth()
|
| H A D | blake2b.c | 157 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth() argument 159 P->node_depth = node_depth; in blake2b_param_set_node_depth()
|
| H A D | blake2sp.c | 36 P->node_depth = 0; in blake2sp_init_leaf() 54 P->node_depth = 1; in blake2sp_init_root()
|
| H A D | blake2bp.c | 37 P->node_depth = 0; in blake2bp_init_leaf() 56 P->node_depth = 1; in blake2bp_init_root()
|
| /freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-ref.c | 137 P->node_depth = 0; in blake2b_init() 160 P->node_depth = 0; in blake2b_init_salt_personal() 194 P->node_depth = 0; in blake2b_init_key() 232 P->node_depth = 0; in blake2b_init_key_salt_personal()
|
| H A D | blake2.h | 61 uint8_t node_depth; /* 17 */ member
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_blake2.h | 101 uint8_t node_depth; /* 15 */ 119 uint8_t node_depth; /* 17 */
|
| H A D | archive_blake2s_ref.c | 109 P->node_depth = 0; in blake2s_init() 132 P->node_depth = 0; in blake2s_init_key()
|
| H A D | archive_blake2sp_ref.c | 55 P->node_depth = 0; in blake2sp_init_leaf() 72 P->node_depth = 1; in blake2sp_init_root()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | externals.c | 1547 svn_depth_t node_depth; in svn_wc__externals_gather_definitions() local 1551 NULL, NULL, NULL, &node_depth, NULL, in svn_wc__externals_gather_definitions() 1558 svn_hash_sets(*depths, local_abspath, svn_depth_to_word(node_depth)); in svn_wc__externals_gather_definitions()
|