Searched defs:S2 (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
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
|
A D | cast5.c | 70 static const ulong32 S2[256] = { variable
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 273 #define S2 skey->twofish.S[1] 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-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | sha256.c | 153 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) macro
|
A D | sha512.c | 219 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_internal_sha512_process() macro
|
A D | ssl_tls.c | 411 const unsigned char *S1, *S2; in tls1_prf() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
A D | sosemanuk.c | 95 #define S2(r0, r1, r2, r3, r4) do { \ macro
|
Completed in 20 milliseconds