Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-ref.c111 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
178 store48( &P->node_offset, 0 ); in blake2s_init()
200 store48( &P->node_offset, 0 ); in blake2s_init_key()
Dblake2-impl.h100 BLAKE2_LOCAL_INLINE(void) store48( void *dst, uint64_t w ) in store48() function
Dblake2s.c134 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
/external/python/cpython3/Modules/_blake2/
Dblake2b_impl.c181 store48(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()
Dblake2s_impl.c181 store48(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()