Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 126) sorted by relevance

123456

/openssl/crypto/md5/asm/
H A Dmd5-aarch64.pl218 bic x6, x8, x17 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
220 and x13, x9, x17 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
228 bic x6, x9, x8 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
230 and x13, x4, x8 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
238 bic x6, x4, x9 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
240 and x13, x17, x9 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
248 bic x6, x17, x4 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
250 and x13, x8, x4 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
258 bic x6, x8, x17 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
260 and x13, x9, x17 // Aux function round 2 G(x,y,z)=((x&z)|(~z&y))
[all …]
H A Dmd5-x86_64.pl23 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
27 xor $y, %r11d /* y ^ ... */
34 mov $y, %r11d /* (NEXT STEP) z' = $y */
47 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
54 and $y, %r11d /* y & (not z) */
57 mov $y, %r11d /* (NEXT STEP) z' = $y */
59 mov $y, %r12d /* (NEXT STEP) z' = $y */
73 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
104 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
112 xor $y, %r11d /* y ^ ... */
[all …]
/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl22 my @y = map("r$_",(8..11));
117 extr.u @y[2]=@x[$d2],16,16
141 or @x[$b3]=@x[$b3],@y[3]
147 extr.u @y[0]=@x[$d0],24,8
150 extr.u @y[1]=@x[$d1],24,8
156 extr.u @y[2]=@x[$d2],24,8
159 extr.u @y[3]=@x[$d3],24,8
162 or @x[$d3]=@x[$d3],@y[3]
182 or @x[$b3]=@x[$b3],@y[3]
187 or @x[$b3]=@x[$b3],@y[3]
[all …]
/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl247 veor @y[0], @y[0], @y[2]
248 veor @y[1], @y[1], @y[3]
264 veor @y[0], @y[0], @y[2]
265 veor @y[1], @y[1], @y[3]
494 veor @y[1], @y[1], @y[0]
505 veor @y[1], @y[1], @y[0]
535 veor @y[4], @y[4], @y[7]
544 veor @y[3], @y[3], @y[1]
553 veor @y[3], @y[3], @y[1]
563 veor @y[4], @y[4], @y[7]
[all …]
H A Dbsaes-x86_64.pl296 pxor @y[2], @y[0]
297 pxor @y[3], @y[1]
315 pxor @y[2], @y[0]
316 pxor @y[3], @y[1]
563 pxor @y[0], @y[1]
572 pxor @y[0], @y[1]
605 pxor @y[7], @y[4]
613 pxor @y[1], @y[3]
622 pxor @y[1], @y[3]
632 pxor @y[7], @y[4]
[all …]
/openssl/crypto/aes/
H A Daes_core.c153 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
155 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
157 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
159 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
161 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
222 y = ((y & 0xFCFCFCFCu) >> 2) | ((y & 0x03030303u) << 6); in SubWord()
224 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
226 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
228 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
230 y = ((y & 0xFEFEFEFEu) >> 1) | ((y & 0x01010101u) << 7); in SubWord()
[all …]
/openssl/crypto/ec/
H A Decp_oct.c28 BIGNUM *tmp1, *tmp2, *x, *y; in ossl_ec_GFp_simple_set_compressed_coordinates() local
43 y = BN_CTX_get(ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()
44 if (y == NULL) in ossl_ec_GFp_simple_set_compressed_coordinates()
124 if (BN_is_zero(y)) { in ossl_ec_GFp_simple_set_compressed_coordinates()
140 if (!BN_usub(y, group->field, y)) in ossl_ec_GFp_simple_set_compressed_coordinates()
166 BIGNUM *x, *y; in ossl_ec_GFp_simple_point2oct() local
210 y = BN_CTX_get(ctx); in ossl_ec_GFp_simple_point2oct()
211 if (y == NULL) in ossl_ec_GFp_simple_point2oct()
281 BIGNUM *x, *y; in ossl_ec_GFp_simple_oct2point() local
330 y = BN_CTX_get(ctx); in ossl_ec_GFp_simple_oct2point()
[all …]
H A Dec2_oct.c44 BIGNUM *tmp, *x, *y, *z; in ossl_ec_GF2m_simple_set_compressed_coordinates() local
61 y = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_set_compressed_coordinates()
99 if (!group->meth->field_mul(group, y, x, z, ctx)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
102 if (!BN_GF2m_add(y, y, x)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
132 BIGNUM *x, *y, *yxi; in ossl_ec_GF2m_simple_point2oct() local
181 y = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_point2oct()
217 skip = field_len - BN_num_bytes(y); in ossl_ec_GF2m_simple_point2oct()
226 skip = BN_bn2bin(y, buf + i); in ossl_ec_GF2m_simple_point2oct()
262 BIGNUM *x, *y, *yxi; in ossl_ec_GF2m_simple_oct2point() local
330 y = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_oct2point()
[all …]
H A Decp_s390x_nistp.c54 BIGNUM *x, *y; in ec_GFp_s390x_nistp_mul() local
69 y = BN_CTX_get(ctx); in ec_GFp_s390x_nistp_mul()
70 if (x == NULL || y == NULL) { in ec_GFp_s390x_nistp_mul()
100 x, y, ctx) != 1 in ec_GFp_s390x_nistp_mul()
102 || BN_bn2binpad(y, param + S390X_OFF_SRC_Y(len), len) == -1 in ec_GFp_s390x_nistp_mul()
107 || BN_bin2bn(param + S390X_OFF_RES_Y(len), len, y) == NULL in ec_GFp_s390x_nistp_mul()
231 BIGNUM *x, *y; in ecdsa_s390x_nistp_verify_sig() local
257 y = BN_CTX_get(ctx); in ecdsa_s390x_nistp_verify_sig()
258 if (x == NULL || y == NULL) { in ecdsa_s390x_nistp_verify_sig()
268 x, y, ctx) != 1 in ecdsa_s390x_nistp_verify_sig()
[all …]
/openssl/crypto/bn/
H A Dbn_sqrt.c24 BIGNUM *A, *b, *q, *t, *x, *y; in BN_mod_sqrt() local
68 y = BN_CTX_get(ctx); in BN_mod_sqrt()
69 if (y == NULL) in BN_mod_sqrt()
148 if (!BN_mod_sqr(y, b, p, ctx)) in BN_mod_sqrt()
183 if (!BN_set_word(y, i)) in BN_mod_sqrt()
188 if (BN_ucmp(y, p) >= 0) { in BN_mod_sqrt()
189 if (!(p->neg ? BN_add : BN_sub) (y, y, p)) in BN_mod_sqrt()
193 if (BN_is_zero(y)) in BN_mod_sqrt()
227 if (!BN_mod_exp(y, y, q, p, ctx)) in BN_mod_sqrt()
229 if (BN_is_one(y)) { in BN_mod_sqrt()
[all …]
/openssl/crypto/ec/curve448/
H A Dcurve448.c54 gf_copy(y, t2); in gf_invert()
67 gf_sqr(a, q->y); in point_double_internal()
141 gf_mul(d->y, a, c); in add_niels_to_pt()
162 gf_mul(d->y, a, c); in sub_niels_from_pt()
212 gf_sqr(b, p->y); in ossl_curve448_point_valid()
283 gf x, y, z, t; in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() local
297 gf_sqr(y, z); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
298 gf_sub(y, y, u); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
312 gf_mul(x, y, z); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
320 OPENSSL_cleanse(y, sizeof(y)); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
[all …]
H A Dfield.h61 mask_t gf_eq(const gf x, const gf y);
82 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n) in gf_sqrn() argument
88 gf_sqr(y, x); in gf_sqrn()
92 gf_sqr(y, tmp); in gf_sqrn()
96 gf_sqr(tmp, y); in gf_sqrn()
97 gf_sqr(y, tmp); in gf_sqrn()
140 y[0].limb[i]); in gf_cond_sel()
144 y[0].limb[i]); in gf_cond_sel()
152 gf y; in gf_cond_neg() local
154 gf_sub(y, ZERO, x); in gf_cond_neg()
[all …]
H A Df_generic.c48 gf y; in gf_hibit() local
50 gf_add(y, x, x); in gf_hibit()
51 gf_strong_reduce(y); in gf_hibit()
52 return 0 - (y->limb[0] & 1); in gf_hibit()
58 gf y; in gf_lobit() local
60 gf_copy(y, x); in gf_lobit()
61 gf_strong_reduce(y); in gf_lobit()
62 return 0 - (y->limb[0] & 1); in gf_lobit()
/openssl/crypto/bn/asm/
H A Dsparcv8.S63 rd %y,%g1
74 rd %y,%g1
85 rd %y,%g1
95 rd %y,%g1
117 rd %y,%g1
128 rd %y,%g1
140 rd %y,%g1
176 rd %y,%g1
183 rd %y,%g1
191 rd %y,%g1
[all …]
/openssl/crypto/rc4/
H A Drc4_enc.c31 register RC4_INT x, y, tx, ty; in RC4() local
35 y = key->y; in RC4()
41 y=(tx+y)&0xff; \ in RC4()
42 d[x]=ty=d[y]; \ in RC4()
43 d[y]=tx; \ in RC4()
90 key->y = y; in RC4()
/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/crypto/sha/
H A Dkeccak1600.c135 for (y = 1; y < 5; y++) { in Theta()
149 for (y = 0; y < 5; y++) { in Theta()
162 for (y = 0; y < 5; y++) { in Rho()
163 A[y][0] = ROL64(A[y][0], rhotates[y][0]); in Rho()
164 A[y][1] = ROL64(A[y][1], rhotates[y][1]); in Rho()
217 for (y = 0; y < 5; y++) { in Chi()
218 C[0] = A[y][0] ^ (~A[y][1] & A[y][2]); in Chi()
219 C[1] = A[y][1] ^ (~A[y][2] & A[y][3]); in Chi()
220 C[2] = A[y][2] ^ (~A[y][3] & A[y][4]); in Chi()
221 C[3] = A[y][3] ^ (~A[y][4] & A[y][0]); in Chi()
[all …]
/openssl/crypto/aria/
H A Daria.c920 o[i] = x[i] ^ y->c[i]; in xor128()
1010 o[i ] = sb3[x->c[i ] ^ y->c[i ]]; in sl2()
1011 o[i + 1] = sb4[x->c[i + 1] ^ y->c[i + 1]]; in sl2()
1012 o[i + 2] = sb1[x->c[i + 2] ^ y->c[i + 2]]; in sl2()
1021 static void a(ARIA_u128 *y, const ARIA_u128 *x) in a() argument
1065 ARIA_u128 y; in FO() local
1067 sl1(&y, d, rk); in FO()
1068 a(o, &y); in FO()
1079 ARIA_u128 y; in FE() local
1081 sl2(y.c, d, rk); in FE()
[all …]
/openssl/test/
H A Dectest.c551 || !TEST_true(BN_rshift1(y, y))) in prime_field_tests()
562 || !TEST_true(BN_rand(y, BN_num_bits(y), 0, 0)) in prime_field_tests()
600 BN_free(y); in prime_field_tests()
809 || !TEST_true(BN_hex2bn(&y, test->y)) in char2_curve_test()
879 || !TEST_true(BN_rshift1(y, y))) in char2_curve_test()
891 if (!TEST_true(BN_rand(y, BN_num_bits(y), 0, 0)) in char2_curve_test()
923 BN_free(y); in char2_curve_test()
1080 BN_free(y); in char2_field_tests()
1129 BN_free(y); in hybrid_point_encoding_test()
1441 BN_free(y); in nistp_single_test()
[all …]
H A Ddrbgtest.c821 EVP_RAND_CTX *x = NULL, *y = NULL, *z = NULL; in test_rand_prediction_resistance() local
832 || !TEST_ptr(y = new_drbg(x)) in test_rand_prediction_resistance()
834 || !TEST_ptr(z = new_drbg(y)) in test_rand_prediction_resistance()
842 inc_reseed_counter(y); in test_rand_prediction_resistance()
844 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
848 || !TEST_int_eq(reseed_counter(y), yreseed) in test_rand_prediction_resistance()
865 inc_reseed_counter(y); in test_rand_prediction_resistance()
867 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
888 inc_reseed_counter(y); in test_rand_prediction_resistance()
890 yreseed = reseed_counter(y); in test_rand_prediction_resistance()
[all …]
/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-onecolumn.pem27 y
35 y
44 y
76 y
91 y
247 y
264 y
269 y
319 y
336 y
[all …]
/openssl/crypto/
H A Do_time.c67 static long date_to_julian(int y, int m, int d);
68 static void julian_to_date(long jd, int *y, int *m, int *d);
179 static long date_to_julian(int y, int m, int d) in date_to_julian() argument
181 return (1461 * (y + 4800 + (m - 14) / 12)) / 4 + in date_to_julian()
183 (3 * ((y + 4900 + (m - 14) / 12) / 100)) / 4 + d - 32075; in date_to_julian()
186 static void julian_to_date(long jd, int *y, int *m, int *d) in julian_to_date() argument
199 *y = 100 * (n - 49) + i + L; in julian_to_date()
/openssl/util/perl/OpenSSL/
H A Dcopyright.pm38 my $y = year_of($f);
39 $l = $y if $y > $l;
/openssl/crypto/des/
H A Dfcrypt.c99 unsigned int i, j, x, y; in DES_fcrypt() local
136 y = 0; in DES_fcrypt()
143 if (bb[y] & u) in DES_fcrypt()
147 y++; in DES_fcrypt()
/openssl/doc/man3/
H A DEC_POINT_new.pod43 const BIGNUM *x, const BIGNUM *y,
46 BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
77 const BIGNUM *x, const BIGNUM *y,
81 BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
87 const BIGNUM *x, const BIGNUM *y,
91 BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
127 The affine co-ordinates for a point describe a point in terms of its x and y
145 projective co-ordinates are expressed as three values x, y and z. Working in
149 as an affine co-ordinate as (x/(z^2), y/(z^3)). Conversion to Jacobian
160 point (x, y), for any given value for x such that the point is on the curve
[all …]

Completed in 90 milliseconds

123456