HomeSort by relevance Sort by last modified time
    Searched refs:store48 (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Modules/_blake2/impl/
blake2s-ref.c 111 store48( P->node_offset, node_offset );
178 store48( &P->node_offset, 0 );
200 store48( &P->node_offset, 0 );
blake2-impl.h 100 BLAKE2_LOCAL_INLINE(void) store48( void *dst, uint64_t w ) function
blake2s.c 134 store48( P->node_offset, node_offset );
  /external/python/cpython3/Modules/_blake2/
blake2b_impl.c 29 #include "impl/blake2-impl.h" /* for secure_zero_memory() and store48() */
183 store48(&(self->param.node_offset), node_offset);
blake2s_impl.c 29 #include "impl/blake2-impl.h" /* for secure_zero_memory() and store48() */
183 store48(&(self->param.node_offset), node_offset);

Completed in 239 milliseconds