Searched defs:S0 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | sha256.c | 462 #define S0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) macro
|
| H A D | sha512.c | 613 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in mbedtls_internal_sha512_process_c() macro
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 70 #define S0(r0, r1, r2, r3, r4) do { \ macro
|