Searched refs:store64 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/libb2/ |
H A D | blake2b-ref.c | 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()
|
H A D | blake2bp.c | 36 store64(&P->node_offset, offset); in blake2bp_init_leaf() 55 store64(&P->node_offset, 0); in blake2bp_init_root()
|
H A D | blake2-impl.h | 71 static inline void store64( void *dst, uint64_t w ) in store64() function
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 90 store64(P->node_offset, 0); in ossl_blake2b_param_init() 324 store64(target + sizeof(c->h[i]) * i, c->h[i]); in ossl_blake2b_final()
|
H A D | blake2_impl.h | 73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64() function
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_blake2_impl.h | 105 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) in store64() function
|