Searched refs:S1 (Results 1 – 3 of 3) sorted by relevance
209 #define S1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x, 6)) in mbedtls_sha512_process() macro231 W[i] = S1(W[i - 2]) + W[i - 7] + in mbedtls_sha512_process()
161 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) macro171 W[t] = S1(W[t - 2]) + W[t - 7] + \
276 const unsigned char *S1, *S2; in tls1_prf() local289 S1 = secret; in tls1_prf()306 mbedtls_md_hmac_starts( &md_ctx, S1, hs ); in tls1_prf()