Searched refs:store64 (Results 1 – 3 of 3) sorted by relevance
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()352 store64( buffer + sizeof( S->h[i] ) * i, S->h[i] ); in blake2b_final()
36 store64(&P->node_offset, offset); in blake2bp_init_leaf()55 store64(&P->node_offset, 0); in blake2bp_init_root()
71 static inline void store64( void *dst, uint64_t w ) in store64() function