Home
last modified time | relevance | path

Searched defs:S2 (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dblowfish.c304 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 Dcast5.c70 static const ulong32 S2[256] = { variable
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c273 #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/lib/libmbedtls/mbedtls/library/
H A Dsha256.c465 #define S2(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
H A Dsha512.c616 #define S2(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) in mbedtls_internal_sha512_process_c() macro
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
H A Dsosemanuk.c95 #define S2(r0, r1, r2, r3, r4) do { \ macro