Home
last modified time | relevance | path

Searched refs:store64 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libb2/
H A Dblake2b-ref.c111 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()
352 store64( buffer + sizeof( S->h[i] ) * i, S->h[i] ); in blake2b_final()
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 Dblake2-impl.h71 static inline void store64( void *dst, uint64_t w ) in store64() function