Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 43) sorted by relevance

12

/openssl/crypto/ec/curve448/
H A Dfield.h82 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 Df_generic.c48 gf y; in gf_hibit() local
58 gf y; in gf_lobit() local
H A Dpoint_448.h57 gf x, y, z, t; member
/openssl/crypto/ripemd/
H A Drmd_local.h50 #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 Dcheck-format-test-positives.c57 x = 1, /*@ hanging expr indent off by -1 */
H A Dcheck-format-test-negatives.c51 OSSL_x y, *p = params; in f() local
242 int y = a + 1 < b; variable
/openssl/crypto/ec/
H A Decp_oct.c28 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 Dec2_oct.c44 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 Dec_lib.c827 const BIGNUM *y, const BIGNUM *z, in EC_POINT_set_Jprojective_coordinates_GFp()
844 BIGNUM *y, BIGNUM *z, in EC_POINT_get_Jprojective_coordinates_GFp()
861 const BIGNUM *x, const BIGNUM *y, in EC_POINT_set_affine_coordinates()
885 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GFp()
893 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GF2m()
901 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates()
922 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GFp()
930 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GF2m()
H A Decp_s390x_nistp.c54 BIGNUM *x, *y; in ec_GFp_s390x_nistp_mul() local
231 BIGNUM *x, *y; in ecdsa_s390x_nistp_verify_sig() local
H A Decp_smpl.c378 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 Dec2_smpl.c291 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
H A Dec_key.c407 BIGNUM *x, *y; in ec_key_public_range_check() local
599 BIGNUM *y) in EC_KEY_set_public_key_affine_coordinates()
/openssl/include/openssl/
H A Drc4.h29 RC4_INT x, y; member
/openssl/crypto/rc4/
H A Drc4_enc.c31 register RC4_INT x, y, tx, ty; in RC4() local
/openssl/crypto/sha/
H A Dsha256.c154 # define Ch(x,y,z) ({ MD32_REG_T ret; \ argument
158 # define Maj(x,y,z) ({ MD32_REG_T ret; \ argument
184 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
187 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
H A Dsha512.c503 # define Ch(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument
513 # define Maj(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument
524 # define Ch(x,y,z) ({ SHA_LONG64 ret; \ argument
528 # define Maj(x,y,z) ({ SHA_LONG64 ret; \ argument
585 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
588 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
H A Dkeccak1600.c127 size_t y; in Theta() local
160 size_t y; in Rho() local
215 size_t y; in Chi() local
/openssl/crypto/
H A Do_time.c179 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 Dbn_sqrt.c24 BIGNUM *A, *b, *q, *t, *x, *y; in BN_mod_sqrt() local
H A Dbn_recp.c55 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, in BN_mod_mul_reciprocal()
/openssl/crypto/aria/
H A Daria.c915 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 Dfcrypt.c99 unsigned int i, j, x, y; in DES_fcrypt() local
/openssl/test/
H A Dectest.c165 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
2242 BIGNUM *x = NULL, *y = NULL; in check_ec_key_field_public_range_test() local
/openssl/crypto/aes/
H A Daes_core.c147 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

Completed in 98 milliseconds

12