/openssl/crypto/ec/curve448/ |
H A D | field.h | 82 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n) in gf_sqrn() 133 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel() 152 gf y; in gf_cond_neg() local 159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap) in gf_cond_swap()
|
H A D | f_generic.c | 48 gf y; in gf_hibit() local 58 gf y; in gf_lobit() local
|
H A D | point_448.h | 57 gf x, y, z, t; member
|
/openssl/crypto/ripemd/ |
H A D | rmd_local.h | 50 #define F1(x,y,z) ((x) ^ (y) ^ (z)) argument 51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) argument 52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) argument 53 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) argument 54 #define F5(x,y,z) (((~(z)) | (y)) ^ (x)) argument
|
/openssl/util/ |
H A D | check-format-test-positives.c | 61 x = 1, /*@ hanging expr indent off by -1 */
|
H A D | check-format-test-negatives.c | 62 OSSL_x y, *p = params; in f() local 263 int y = a + 1 < b; variable
|
/openssl/crypto/ec/ |
H A D | ecp_oct.c | 28 BIGNUM *tmp1, *tmp2, *x, *y; in ossl_ec_GFp_simple_set_compressed_coordinates() local 166 BIGNUM *x, *y; in ossl_ec_GFp_simple_point2oct() local 281 BIGNUM *x, *y; in ossl_ec_GFp_simple_oct2point() local
|
H A D | ec2_oct.c | 44 BIGNUM *tmp, *x, *y, *z; in ossl_ec_GF2m_simple_set_compressed_coordinates() local 132 BIGNUM *x, *y, *yxi; in ossl_ec_GF2m_simple_point2oct() local 262 BIGNUM *x, *y, *yxi; in ossl_ec_GF2m_simple_oct2point() local
|
H A D | ec_lib.c | 830 const BIGNUM *y, const BIGNUM *z, in EC_POINT_set_Jprojective_coordinates_GFp() 847 BIGNUM *y, BIGNUM *z, in EC_POINT_get_Jprojective_coordinates_GFp() 864 const BIGNUM *x, const BIGNUM *y, in EC_POINT_set_affine_coordinates() 888 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GFp() 896 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GF2m() 904 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates() 925 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GFp() 933 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GF2m()
|
H A D | ecp_s390x_nistp.c | 54 BIGNUM *x, *y; in ec_GFp_s390x_nistp_mul() local 231 BIGNUM *x, *y; in ecdsa_s390x_nistp_verify_sig() local
|
H A D | ecp_smpl.c | 378 const BIGNUM *y, in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp() 437 BIGNUM *x, BIGNUM *y, in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() 487 const BIGNUM *y, BN_CTX *ctx) in ossl_ec_GFp_simple_point_set_affine_coordinates() 503 BIGNUM *x, BIGNUM *y, in ossl_ec_GFp_simple_point_get_affine_coordinates() 1171 BIGNUM *x, *y; in ossl_ec_GFp_simple_make_affine() local
|
H A D | ec2_smpl.c | 291 const BIGNUM *y, in ossl_ec_GF2m_simple_point_set_affine_coordinates() 322 BIGNUM *x, BIGNUM *y, in ossl_ec_GF2m_simple_point_get_affine_coordinates() 635 BIGNUM *x, *y; in ossl_ec_GF2m_simple_make_affine() local
|
/openssl/ssl/quic/ |
H A D | uint_set.c | 91 static uint64_t u64_min(uint64_t x, uint64_t y) in u64_min() 96 static uint64_t u64_max(uint64_t x, uint64_t y) in u64_max() 260 UINT_SET_ITEM *z, *zprev, *y; in ossl_uint_set_remove() local
|
/openssl/include/openssl/ |
H A D | rc4.h | 29 RC4_INT x, y; member
|
/openssl/crypto/rc4/ |
H A D | rc4_enc.c | 31 register RC4_INT x, y, tx, ty; in RC4() local
|
/openssl/crypto/sha/ |
H A D | sha256.c | 174 # define Ch(x,y,z) ({ MD32_REG_T ret; \ argument 178 # define Maj(x,y,z) ({ MD32_REG_T ret; \ argument 204 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 207 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
|
H A D | sha512.c | 507 # define Ch(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument 517 # define Maj(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument 528 # define Ch(x,y,z) ({ SHA_LONG64 ret; \ argument 532 # define Maj(x,y,z) ({ SHA_LONG64 ret; \ argument 589 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 592 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
|
H A D | keccak1600.c | 129 size_t y; in Theta() local 162 size_t y; in Rho() local 217 size_t y; in Chi() local
|
/openssl/crypto/ |
H A D | o_time.c | 179 static long date_to_julian(int y, int m, int d) in date_to_julian() 186 static void julian_to_date(long jd, int *y, int *m, int *d) in julian_to_date()
|
/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 24 BIGNUM *A, *b, *q, *t, *x, *y; in BN_mod_sqrt() local
|
H A D | bn_recp.c | 53 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, in BN_mod_mul_reciprocal()
|
/openssl/crypto/aria/ |
H A D | aria.c | 915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) in xor128() 991 static void sl1(ARIA_u128 *o, const ARIA_u128 *x, const ARIA_u128 *y) in sl1() 1006 static void sl2(ARIA_c128 o, const ARIA_u128 *x, const ARIA_u128 *y) in sl2() 1021 static void a(ARIA_u128 *y, const ARIA_u128 *x) in a() 1065 ARIA_u128 y; in FO() local 1079 ARIA_u128 y; in FE() local
|
/openssl/crypto/des/ |
H A D | fcrypt.c | 99 unsigned int i, j, x, y; in DES_fcrypt() local
|
/openssl/test/ |
H A D | ectest.c | 165 BIGNUM *x = NULL, *y = NULL, *z = NULL, *yplusone = NULL; in prime_field_tests() local 615 const char *y; member 784 BIGNUM *x = NULL, *y = NULL, *z = NULL, *cof = NULL, *yplusone = NULL; in char2_curve_test() local 940 BIGNUM *x = NULL, *y = NULL, *z = NULL, *cof = NULL, *yplusone = NULL; in char2_field_tests() local 1089 BIGNUM *x = NULL, *y = NULL; in hybrid_point_encoding_test() local 1316 BIGNUM *p = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL; in nistp_single_test() local 2354 BIGNUM *x = NULL, *y = NULL; in check_ec_key_field_public_range_test() local
|
/openssl/crypto/aes/ |
H A D | aes_core.c | 147 u32 x, y, a1, a2, a3, a4, a5, a6; in SubWord() local 238 u64 x, y, a1, a2, a3, a4, a5, a6; in SubLong() local 332 u64 x, y, a1, a2, a3, a4, a5, a6; in InvSubLong() local
|