/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
|
/openssl/crypto/aes/ |
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
|
H A D | aes_core.c | 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
|
/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/poly1305/ |
H A D | poly1305_base2_44.c | 86 u64 s1, s2; in poly1305_blocks() local
|
H A D | poly1305.c | 294 u32 s1, s2, s3; 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/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/crypto/bn/ |
H A D | bn_lib.c | 437 const unsigned char *s2; in bin2bn() local
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 4624 int64_t s2 = kBottom21Bits & (load_3(s + 5) >> 2); in x25519_sc_reduce() local 5005 int64_t s2; in sc_muladd() local
|