Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-ref.c104 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
182 store48( &P->node_offset, 0 ); in blake2s_init()
204 store48( &P->node_offset, 0 ); in blake2s_init_key()
Dblake2sp.c35 store48( P->node_offset, offset ); in blake2sp_init_leaf()
53 store48( P->node_offset, 0ULL ); in blake2sp_init_root()
Dblake2-impl.h107 static inline void store48( void *dst, uint64_t w ) in store48() function
Dblake2s.c141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c166 store48(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()
Dblake2b_impl.c166 store48(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()