Searched refs:store64 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/libb2/
H A Dblake2b-ref.c111 store64( &P->node_offset, node_offset );
195 store64( &P->node_offset, 0 );
218 store64( &P->node_offset, 0 );
352 store64( buffer + sizeof( S->h[i] ) * i, S->h[i] );
H A Dblake2-impl.h71 static inline void store64( void *dst, uint64_t w ) function
H A Dblake2bp.c36 store64(&P->node_offset, offset);
55 store64(&P->node_offset, 0);
/freebsd-12-stable/crypto/openssl/crypto/blake2/
H A Dblake2_impl.h81 static ossl_inline void store64(uint8_t *dst, uint64_t w) function
H A Dblake2b.c90 store64(P->node_offset, 0);
264 store64(md + sizeof(c->h[i]) * i, c->h[i]);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_blake2_impl.h105 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) function

Completed in 108 milliseconds