Home
last modified time | relevance | path

Searched refs:node_offset (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbqueue.c35 bqueue_init(bqueue_t *q, uint64_t size, size_t node_offset) in bqueue_init() argument
37 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()
38 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()
42 q->bq_node_offset = node_offset; in bqueue_init()
/freebsd-12.1/sys/contrib/libb2/
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() argument
104 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
189 store48( &P->node_offset, 0 ); in blake2s_init()
211 store48( &P->node_offset, 0 ); in blake2s_init_key()
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() argument
111 store64( &P->node_offset, node_offset ); in blake2b_param_set_node_offset()
195 store64( &P->node_offset, 0 ); in blake2b_init()
218 store64( &P->node_offset, 0 ); in blake2b_init_key()
H A Dblake2.h78 uint8_t node_offset[6];// 14 member
104 uint64_t node_offset; // 16 member
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() argument
141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
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() argument
153 P->node_offset = node_offset; in blake2b_param_set_node_offset()
H A Dblake2bp.c36 store64(&P->node_offset, offset); in blake2bp_init_leaf()
55 store64(&P->node_offset, 0); in blake2bp_init_root()
H A Dblake2sp.c35 store48( P->node_offset, offset ); in blake2sp_init_leaf()
53 store48( P->node_offset, 0ULL ); in blake2sp_init_root()
/freebsd-12.1/crypto/openssl/crypto/blake2/
H A Dblake2_locl.h37 uint8_t node_offset[6];/* 14 */ member
60 uint8_t node_offset[8];/* 16 */ member
H A Dblake2s.c87 store48(P->node_offset, 0); in BLAKE2s_Init()
H A Dblake2b.c90 store64(P->node_offset, 0); in BLAKE2b_Init()
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c136 STORE64_LE(P->node_offset, 0); in blake2b_init()
159 STORE64_LE(P->node_offset, 0); in blake2b_init_salt_personal()
193 STORE64_LE(P->node_offset, 0); in blake2b_init_key()
231 STORE64_LE(P->node_offset, 0); in blake2b_init_key_salt_personal()
H A Dblake2.h60 uint8_t node_offset[8]; /* 16 */ member
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_blake2.h96 uint32_t node_offset; /* 12 */
114 uint32_t node_offset; /* 12 */
H A Darchive_blake2sp_ref.c51 store32( &P->node_offset, offset ); in blake2sp_init_leaf()
68 store32( &P->node_offset, 0 ); in blake2sp_init_root()
H A Darchive_blake2s_ref.c105 store32( &P->node_offset, 0 ); in blake2s_init()
128 store32( &P->node_offset, 0 ); in blake2s_init_key()