Home
last modified time | relevance | path

Searched refs:S3 (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dsha512.c212 #define S3(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) in mbedtls_sha512_process() macro
219 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in mbedtls_sha512_process()
Dsha256.c164 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) macro
177 temp1 = h + S3(e) + F1(e,f,g) + K + x; \