Searched refs:S0 (Results 1 – 3 of 3) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
A D | sosemanuk.c | 77 #define S0(r0, r1, r2, r3, r4) do { \ macro 226 #define SKS0 SKS(S0, 4, 5, 6, 7, 1, 4, 2, 0) in sosemanuk_setup() 396 FSS(0, S0, 0, 1, 2, 3, 4, 1, 4, 2, 0); in sosemanuk_setiv() 404 FSS(32, S0, 4, 1, 2, 0, 3, 1, 3, 2, 4); in sosemanuk_setiv() 417 FSS(64, S0, 3, 1, 2, 4, 0, 1, 0, 2, 3); in sosemanuk_setiv()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | sha512.c | 247 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in mbedtls_internal_sha512_process() macro 277 S0(local.W[i - 15]) + local.W[i - 16]; in mbedtls_internal_sha512_process() 298 S0(local.W[i - 15]) + local.W[i - 16]; in mbedtls_internal_sha512_process()
|
A D | sha256.c | 173 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) macro 185 S0(local.W[(t) - 15]) + local.W[(t) - 16] \
|
Completed in 6 milliseconds