Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dsha512.c211 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_sha512_process() macro
220 temp2 = S2(a) + F0(a,b,c); \ in mbedtls_sha512_process()
Dsha256.c163 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
178 temp2 = S2(a) + F0(a,b,c); \
Dssl_tls.c276 const unsigned char *S1, *S2; in tls1_prf() local
290 S2 = secret + slen - hs; in tls1_prf()
337 mbedtls_md_hmac_starts( &md_ctx, S2, hs ); in tls1_prf()