Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha512.c219 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in mbedtls_sha512_software_process() macro
241 S0(W[i - 15]) + W[i - 16]; in mbedtls_sha512_software_process()
Desp_sha256.c160 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) macro
172 S0(W[t - 15]) + W[t - 16] \