Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dsha256.c161 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) macro
171 W[t] = S1(W[t - 2]) + W[t - 7] + \
Dsha512.c209 #define S1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x, 6)) in mbedtls_sha512_process() macro
231 W[i] = S1(W[i - 2]) + W[i - 7] + in mbedtls_sha512_process()
Dssl_tls.c276 const unsigned char *S1, *S2; in tls1_prf() local
289 S1 = secret; in tls1_prf()
306 mbedtls_md_hmac_starts( &md_ctx, S1, hs ); in tls1_prf()