Searched refs:store48 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/libb2/ |
H A D | blake2s-ref.c | 104 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 D | blake2sp.c | 35 store48( P->node_offset, offset ); in blake2sp_init_leaf() 53 store48( P->node_offset, 0ULL ); in blake2sp_init_root()
|
H A D | blake2-impl.h | 100 static inline void store48( void *dst, uint64_t w ) in store48() function
|
H A D | blake2s.c | 141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | blake2_impl.h | 99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() function
|
H A D | blake2s_prov.c | 85 store48(P->node_offset, 0); in ossl_blake2s_param_init()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_blake2_impl.h | 133 static BLAKE2_INLINE void store48( void *dst, uint64_t w ) in store48() function
|