Home
last modified time | relevance | path

Searched refs:store48 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/libb2/
H A Dblake2s-ref.c104 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 Dblake2sp.c35 store48( P->node_offset, offset ); in blake2sp_init_leaf()
53 store48( P->node_offset, 0ULL ); in blake2sp_init_root()
H A Dblake2-impl.h100 static inline void store48( void *dst, uint64_t w ) in store48() function
H A Dblake2s.c141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2_impl.h99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() function
H A Dblake2s_prov.c85 store48(P->node_offset, 0); in ossl_blake2s_param_init()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2_impl.h133 static BLAKE2_INLINE void store48( void *dst, uint64_t w ) in store48() function