Searched refs:S0 (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
A D | sosemanuk.c | 70 #define S0(r0, r1, r2, r3, r4) do { \ macro 219 #define SKS0 SKS(S0, 4, 5, 6, 7, 1, 4, 2, 0) in sosemanuk_setup() 389 FSS(0, S0, 0, 1, 2, 3, 4, 1, 4, 2, 0); in sosemanuk_setiv() 397 FSS(32, S0, 4, 1, 2, 0, 3, 1, 3, 2, 4); in sosemanuk_setiv() 410 FSS(64, S0, 3, 1, 2, 4, 0, 1, 0, 2, 3); in sosemanuk_setiv()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | sha512.c | 216 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in mbedtls_internal_sha512_process() macro 246 S0(local.W[i - 15]) + local.W[i - 16]; in mbedtls_internal_sha512_process() 267 S0(local.W[i - 15]) + local.W[i - 16]; in mbedtls_internal_sha512_process()
|
A D | sha256.c | 150 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) macro 162 S0(local.W[(t) - 15]) + local.W[(t) - 16] \
|
Completed in 7 milliseconds