Searched refs:node_offset (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | bqueue.c | 35 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 D | blake2_local.h | 37 uint8_t node_offset[6];/* 14 */ member 60 uint8_t node_offset[8];/* 16 */ member
|
H A D | blake2s.c | 87 store48(P->node_offset, 0); in BLAKE2s_Init()
|
H A D | blake2b.c | 90 store64(P->node_offset, 0); in BLAKE2b_Init()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-ref.c | 136 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 D | blake2.h | 60 uint8_t node_offset[8]; /* 16 */ member
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
H A D | blake2.h | 36 uint8_t node_offset[6];/* 14 */ member 60 uint8_t node_offset[8];/* 16 */ member
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_blake2.h | 99 uint32_t node_offset; /* 12 */ 117 uint32_t node_offset; /* 12 */
|
H A D | archive_blake2sp_ref.c | 53 store32( &P->node_offset, offset ); in blake2sp_init_leaf() 70 store32( &P->node_offset, 0 ); in blake2sp_init_root()
|
H A D | archive_blake2s_ref.c | 107 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 D | blake2.h | 42 uint64_t node_offset; /* 16 */ member
|
H A D | blake2b.c | 109 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 D | blake2b_prov.c | 90 store64(P->node_offset, 0); in ossl_blake2b_param_init()
|
H A D | blake2s_prov.c | 85 store48(P->node_offset, 0); in ossl_blake2s_param_init()
|
/netbsd-src/common/lib/libc/gen/ |
H A D | ptree.c | 170 size_t node_offset, size_t key_offset) in ptree_init() argument 173 pt->pt_node_offset = node_offset; in ptree_init()
|