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

/freebsd-current/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-current/crypto/openssl/providers/implementations/digests/
H A Dblake2_impl.h73 static ossl_inline void store64(uint8_t *dst, uint64_t w) function
H A Dblake2b_prov.c90 store64(P->node_offset, 0);
324 store64(target + sizeof(c->h[i]) * i, c->h[i]);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_blake2_impl.h105 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) function

Completed in 163 milliseconds