Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_local.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()
/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dblake2.h36 uint8_t node_offset[6];/* 14 */ member
60 uint8_t node_offset[8];/* 16 */ member
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2.h99 uint32_t node_offset; /* 12 */
117 uint32_t node_offset; /* 12 */
H A Darchive_blake2sp_ref.c53 store32( &P->node_offset, offset ); in blake2sp_init_leaf()
70 store32( &P->node_offset, 0 ); in blake2sp_init_root()
H A Darchive_blake2s_ref.c107 store32( &P->node_offset, 0 ); in blake2s_init()
130 store32( &P->node_offset, 0 ); in blake2s_init_key()
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2.h42 uint64_t node_offset; /* 16 */ member
H A Dblake2b.c109 P.node_offset = 0; in blake2b_init()
143 P.node_offset = 0; in blake2b_init_key()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/common/lib/libc/gen/
H A Dptree.c170 size_t node_offset, size_t key_offset) in ptree_init() argument
173 pt->pt_node_offset = node_offset; in ptree_init()