Searched refs:wj_sha_alg_reverse (Results 1 – 1 of 1) sorted by relevance
83 void wj_sha_alg_reverse(uint8_t *p, uint8_t n) in wj_sha_alg_reverse() function89 …wj_sha_alg_reverse((p + 4U), (n - 1U)); ///< offset next address(uint32_t) and reduce operate … in wj_sha_alg_reverse()400 wj_sha_alg_reverse((uint8_t *)&pad_buf[1], 2U); in csi_sha_finish()414 … wj_sha_alg_reverse(context->buffer, ((uint8_t)*out_size) >> 2U); ///< Flip the last result data in csi_sha_finish()418 wj_sha_alg_reverse(context->buffer, 16U); ///< Flip the last result data in csi_sha_finish()
Completed in 5 milliseconds