Searched defs:S2 (Results 1 – 3 of 3) sorted by relevance
34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
163 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
222 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_sha512_software_process() macro