Searched refs:S2 (Results 1 – 3 of 3) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | sha256.c | 176 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro 192 local.temp2 = S2(a) + F0((a),(b),(c)); \
|
D | sha512.c | 250 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_internal_sha512_process() macro 260 local.temp2 = S2(a) + F0((a),(b),(c)); \ in mbedtls_internal_sha512_process()
|
D | ssl_tls.c | 337 const unsigned char *S1, *S2; in tls1_prf() local 357 S2 = secret + slen - hs; in tls1_prf() 414 mbedtls_md_hmac_starts( &md_ctx, S2, hs ); in tls1_prf()
|