| /freebsd-12.1/sys/cddl/contrib/opensolaris/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()
|
| /freebsd-12.1/sys/contrib/libb2/ |
| H A D | blake2s-ref.c | 102 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 D | blake2b-ref.c | 109 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 D | blake2.h | 78 uint8_t node_offset[6];// 14 member 104 uint64_t node_offset; // 16 member
|
| H A D | blake2s.c | 139 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 D | blake2b.c | 151 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 D | blake2bp.c | 36 store64(&P->node_offset, offset); in blake2bp_init_leaf() 55 store64(&P->node_offset, 0); in blake2bp_init_root()
|
| H A D | blake2sp.c | 35 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 D | blake2_locl.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()
|
| /freebsd-12.1/sys/contrib/libsodium/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
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_blake2.h | 96 uint32_t node_offset; /* 12 */ 114 uint32_t node_offset; /* 12 */
|
| H A D | archive_blake2sp_ref.c | 51 store32( &P->node_offset, offset ); in blake2sp_init_leaf() 68 store32( &P->node_offset, 0 ); in blake2sp_init_root()
|
| H A D | archive_blake2s_ref.c | 105 store32( &P->node_offset, 0 ); in blake2s_init() 128 store32( &P->node_offset, 0 ); in blake2s_init_key()
|