Searched defs:S3 (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | blowfish.c | 304 const ulong32 *S1, *S2, *S3, *S4; in s_blowfish_encipher() local 524 const ulong32 *S1, *S2, *S3, *S4; in s_blowfish_ecb_decrypt() local
|
| H A D | cast5.c | 115 static const ulong32 S3[256] = { variable
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
| H A D | twofish.c | 274 #define S3 skey->twofish.S[2] macro 474 const ulong32 *S1, *S2, *S3, *S4; in s_twofish_ecb_encrypt() local 548 const ulong32 *S1, *S2, *S3, *S4; in s_twofish_ecb_decrypt() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | sha256.c | 466 #define S3(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
|
| H A D | sha512.c | 617 #define S3(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) in mbedtls_internal_sha512_process_c() macro
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 106 #define S3(r0, r1, r2, r3, r4) do { \ macro
|