Home
last modified time | relevance | path

Searched defs:S2 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha256.c163 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
Desp_sha512.c222 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_sha512_software_process() macro