Home
last modified time | relevance | path

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

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Dsha.c37 #define SHA_ALG_ALIGN_SORT(_idx_) (_idx_ % 2U ? ((_idx_ - 1U) >> 1) : ((_idx_ >> 1) + 8U… macro
421 wj_sha_alg_sort(out_buf, context->buffer + (SHA_ALG_ALIGN_SORT(i) << 2), i); in csi_sha_finish()

Completed in 7 milliseconds