/openssl/crypto/camellia/ |
H A D | camellia.c | 288 register u32 s0, s1, s2, s3; in Camellia_Ekeygen() local 407 register u32 s0, s1, s2, s3; in Camellia_EncryptBlock_Rounds() local 460 u32 s0, s1, s2, s3; in Camellia_DecryptBlock_Rounds() local
|
/openssl/test/testutil/ |
H A D | tests.c | 278 const char *s1, const char *s2) in test_str_eq() 292 const char *s1, const char *s2) in test_str_ne() 306 const char *s1, size_t n1, const char *s2, size_t n2) in test_strn_eq() 320 const char *s1, size_t n1, const char *s2, size_t n2) in test_strn_ne() 334 const void *s1, size_t n1, const void *s2, size_t n2) in test_mem_eq() 347 const void *s1, size_t n1, const void *s2, size_t n2) in test_mem_ne()
|
/openssl/fuzz/ |
H A D | bndiv.c | 51 int s1 = 0, s2 = 0; in FuzzerTestOneInput() local
|
H A D | bignum.c | 34 int s1 = 0, s3 = 0; in FuzzerTestOneInput() local
|
/openssl/crypto/aes/ |
H A D | aes_core.c | 465 uni s1; in MixColumns() local 493 uni s1; in InvMixColumns() local 1437 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 1629 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
|
H A D | aes_x86core.c | 661 u32 s0, s1, s2, s3, t[4]; in AES_encrypt() local 875 u32 s0, s1, s2, s3, t[4]; in AES_decrypt() local
|
/openssl/crypto/ |
H A D | o_str.c | 406 int OPENSSL_strcasecmp(const char *s1, const char *s2) in OPENSSL_strcasecmp() 416 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n) in OPENSSL_strncasecmp()
|
/openssl/crypto/sha/ |
H A D | sha256.c | 215 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local 297 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order_c() local
|
H A D | sha512.c | 667 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha512_block_data_order() local 752 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1; in sha512_block_data_order_c() local
|
/openssl/crypto/poly1305/ |
H A D | poly1305.c | 152 u64 s1; in poly1305_blocks() local 294 u32 s1, s2, s3; in poly1305_blocks() local
|
H A D | poly1305_base2_44.c | 86 u64 s1, s2; in poly1305_blocks() local
|
/openssl/crypto/seed/ |
H A D | seed.c | 405 unsigned int s0, s1, s2, s3, ret; in G_FUNC() local
|
/openssl/ssl/ |
H A D | s3_enc.c | 22 EVP_MD_CTX *s1; in ssl3_generate_key_block() local
|
/openssl/crypto/x509/ |
H A D | v3_ncons.c | 122 static int ia5ncasecmp(const char *s1, const char *s2, size_t n) in ia5ncasecmp()
|
/openssl/crypto/aria/ |
H A D | aria.c | 677 uint32_t s0, s1, s2, s3; in ossl_aria_set_decrypt_key() local
|
/openssl/test/ |
H A D | acvp_test.c | 241 const BIGNUM *r1, *s1; in get_ecdsa_sig_rs_bytes() local 750 const BIGNUM *r1, *s1; in get_dsa_sig_rs_bytes() local
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 4623 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5); in x25519_sc_reduce() local 5004 int64_t s1; in sc_muladd() local
|