Searched refs:S3 (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | sha256.c | 462 #define S3(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro 476 local.temp1 = (h) + S3(e) + F1((e), (f), (g)) + (K) + (x); \
|
D | sha512.c | 617 #define S3(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) in mbedtls_internal_sha512_process_c() macro 625 local.temp1 = (h) + S3(e) + F1((e), (f), (g)) + (K) + (x); \ in mbedtls_internal_sha512_process_c()
|