Searched defs:S1 (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | blowfish.c | 398 const ulong32 *S1, *S2, *S3, *S4; in _blowfish_ecb_encrypt() local 460 const ulong32 *S1, *S2, *S3, *S4; in _blowfish_ecb_decrypt() local
|
A D | cast5.c | 32 static const ulong32 S1[256] = { variable
|
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 279 #define S1 skey->twofish.S[0] macro 481 const ulong32 *S1, *S2, *S3, *S4; in _twofish_ecb_encrypt() local 555 const ulong32 *S1, *S2, *S3, *S4; in _twofish_ecb_decrypt() local
|
/optee_os/core/lib/libtomcrypt/ |
A D | sm2-kep.c | 358 uint8_t S1[TEE_SM3_HASH_SIZE]; in sm2_kep_derive() local
|
/optee_os/lib/libmbedtls/core/ |
A D | sm2-kep.c | 451 uint8_t S1[TEE_SM3_HASH_SIZE] = { }; in crypto_acipher_sm2_kep_derive() local
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | sha256.c | 174 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) macro
|
A D | sha512.c | 248 #define S1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x, 6)) in mbedtls_internal_sha512_process() macro
|
A D | ssl_tls.c | 403 const unsigned char *S1, *S2; in tls1_prf() local
|
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
A D | sosemanuk.c | 89 #define S1(r0, r1, r2, r3, r4) do { \ macro
|
Completed in 24 milliseconds