Searched defs:S1 (Results 1 – 8 of 8) 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 | 25 static const ulong32 S1[256] = { variable
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
| H A D | twofish.c | 272 #define S1 skey->twofish.S[0] 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/core/ |
| H A D | sm2-kep.c | 451 uint8_t S1[TEE_SM3_HASH_SIZE] = { }; in crypto_acipher_sm2_kep_derive() local
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sm2-kep.c | 358 uint8_t S1[TEE_SM3_HASH_SIZE]; in sm2_kep_derive() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | sha256.c | 463 #define S1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10)) macro
|
| H A D | sha512.c | 614 #define S1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6)) in mbedtls_internal_sha512_process_c() macro
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 82 #define S1(r0, r1, r2, r3, r4) do { \ macro
|