Home
last modified time | relevance | path

Searched refs:y (Results 26 – 50 of 126) sorted by relevance

123456

/openssl/util/
H A Dcheck-format-test-positives.c58 y,z /*@ no space after ',', reported unless sloppy-spc */
82 char y[] = { /*@0 unclosed brace within initializer/enum expression */
86 ? y /*@0 unclosed '? (conditional expression) */
/openssl/test/
H A Dsmcont.bin8 �ɖ��rڄL5��C��z��.Ů� �a���z8f�>�m�j�_�t�]g�y���V
10 …oW i���aQ���S.����2b�O��#�{=cɥ�2��7N_�FT�;+JV�'�R�oz�̐8��N�>w֬�1q�?�ɲ3pb�����5%v`���� 4�y��*
16 pd��;H����T�y�P�m� �{i���L3����=Dt�l���7�Q�3i���j��K
21 …@�1�s�[���Cz��/�|����Ϝ�3X!��Ռ�-��_r����z4������JV`�:�>�����d�תO����=����K�8kf』v����Z�#y
26 …Y���)��W��<��d��;�i���=#��}���"��dR�E��׌>������D�*���*ذx@I�$�+h�>�-��¤�=H宮i �"y)� �c�y)�
32 …z �V(�u�t�����2�'}�tժFZ�ϢB�1�P��-%�*���c$�Oӿ� gm�Mo���q�������yߍ��?U��������]��I�…
33 �!��^��%e�5_����}+�c�j��L1���M*��� ֯S_�:��(�����z�x�D�t�O���[�dK�y�P<�OϤ�y��dw�W,�)��C��…
H A Dtest_test.c220 char y = 1; in test_pointer() local
222 if (!TEST(1, TEST_ptr(&y)) in test_pointer()
224 || !TEST(0, TEST_ptr_null(&y)) in test_pointer()
227 || !TEST(0, TEST_ptr_eq(NULL, &y)) in test_pointer()
228 || !TEST(0, TEST_ptr_eq(&y, NULL)) in test_pointer()
229 || !TEST(0, TEST_ptr_eq(&y, &x)) in test_pointer()
232 || !TEST(1, TEST_ptr_ne(NULL, &y)) in test_pointer()
233 || !TEST(1, TEST_ptr_ne(&y, NULL)) in test_pointer()
234 || !TEST(1, TEST_ptr_ne(&y, &x)) in test_pointer()
/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem139 y
145 y
393 y
461 y
481 y
579 y
585 y
833 y
974 y
984 y
[all …]
H A Dcsr.pem12 qxlnLWzKb5TGwDOaMITHr/wnJqqrfNTRZG9VlXo7zeb/ySr9uN/13nX+CO2Sb+8y
16 74u84uGzecotX9MByAhmCflhwN+aTQcntxY1R44uAmeE0WJLrCYWQIKHh27YI/2y
/openssl/crypto/sha/asm/
H A Dkeccak1600-mmx.pl187 my ($y,$xrho) = @_;
195 &pxor (@T[0],&QWP(0,"ebx")) if ($y == 0);
196 &lea ("ebx",&DWP(8,"ebx")) if ($y == 0);
199 &movq (&QWP($A[$y][0],"edi"),@T[0]); # R[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];
204 &movq (&QWP($A[$y][1],"edi"),@C[2]); # R[0][1] = C[1] ^ (~C[2] & C[3]);
208 &movq (&QWP($A[$y][2],"edi"),@C[3]); # R[0][2] = C[2] ^ (~C[3] & C[4]);
210 &movq (&QWP($A[$y][3],"edi"),@C[4]); # R[0][3] = C[3] ^ (~C[4] & C[0]);
213 &movq (&QWP($A[$y][4],"edi"),@C[0]); # R[0][4] = C[4] ^ (~C[0] & C[1]);
H A Dkeccak1600-c64x.pl639 for ($y = 0; $y < 5; $y++) {
640 for ($x = 0; $x < ($y<4 ? 5 : 4); $x++) {
661 XOR A0,A$A[$y][$x],A$A[$y][$x]
662 XOR A1,B$A[$y][$x],B$A[$y][$x]
/openssl/include/internal/
H A Dsafe_math.h172 const type y = b < 0 ? -b : b; \
174 if (x <= max / y) \
324 type q, r, x, y; \
341 y = safe_mul_ ## type_name(q, b, err); \
343 return safe_add_ ## type_name(y, q, err); \
353 type x, y; \
368 y = safe_mul_ ## type_name(a / c, b, err); \
369 return safe_add_ ## type_name(y, x / c, err); \
/openssl/test/recipes/
H A D80-test_ca.t270 … my ($mo, $d, $h, $m, $s, $y) = $human =~ /^([A-Za-z]{3})\s+(\d+) (\d{2}):(\d{2}):(\d{2}) (\d{4})/;
277 return timegm($s, $m, $h, $d, $months{$mo}, $y);
284 my ($y, $mo, $d, $h, $m, $s) = $asn1 =~ /^(\d{2,4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z$/;
286 return timegm($s, $m, $h, $d, $mo - 1, $y);
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dwrong_csr.pem12 qxlnLWzKb5TGwDOaMITHr/wnJqqrfNTRZG9VlXo7zeb/ySr9uN/13nX+CO2Sb+8y
16 74u84uGzecotX9MByAhmCflhwN+aTQcntxY1R44uAmeE0WJLrCYWQIKHh27YI/2y
/openssl/crypto/bn/
H A Dbn_recp.c55 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, in BN_mod_mul_reciprocal() argument
65 if (y != NULL) { in BN_mod_mul_reciprocal()
66 if (x == y) { in BN_mod_mul_reciprocal()
70 if (!BN_mul(a, x, y, ctx)) in BN_mod_mul_reciprocal()
/openssl/crypto/chacha/asm/
H A Dchacha-armv8-sve.pl57 my $y = shift;
60 add @mx[$x].s,@mx[$x].s,@mx[$y].s
69 my $y = shift;
72 eor @mx[$x].d,@mx[$x].d,@mx[$y].d
82 my $y = shift;
86 lsl @xt[$x].s,@mx[$y].s,$bits
107 my $y = shift;
111 orr @mx[$y].d,@mx[$y].d,@xt[$x].d
143 my $y = shift;
147 xar @mx[$x].s,@mx[$x].s,@mx[$y].s,$rbits
/openssl/crypto/sha/
H A Dsha256.c154 # define Ch(x,y,z) ({ MD32_REG_T ret; \ argument
157 : "r"(x), "r"(y), "r"(z)); ret; })
158 # define Maj(x,y,z) ({ MD32_REG_T ret; \ argument
161 : "r"(x^z), "r"(y), "r"(x)); ret; })
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
505 const unsigned int *yp = (const unsigned int *)(&(y)); \
513 # define Maj(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ argument
515 const unsigned int *yp = (const unsigned int *)(&(y)); \
524 # define Ch(x,y,z) ({ SHA_LONG64 ret; \ argument
527 : "r"(x), "r"(y), "r"(z)); ret; })
528 # define Maj(x,y,z) ({ SHA_LONG64 ret; \ argument
531 : "r"(x^z), "r"(y), "r"(x)); ret; })
585 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
588 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/openssl/fuzz/corpora/conf/
H A Da418eaefa3a5276b434a1a67b3be947fd1178c5c52 [y] =
165 y=
H A De669573bd80450d3d2545fe7c1c334c7221f72e053 [y] =
199 y=
/openssl/crypto/ec/
H A Dec_local.h84 const BIGNUM *x, const BIGNUM *y,
87 BIGNUM *x, BIGNUM *y, BN_CTX *);
378 const BIGNUM *y,
384 BIGNUM *y, BIGNUM *z,
388 const BIGNUM *y, BN_CTX *);
391 BIGNUM *y, BN_CTX *);
479 const BIGNUM *y, BN_CTX *);
482 BIGNUM *y, BN_CTX *);
522 BIGNUM *x, BIGNUM *y,
542 BIGNUM *x, BIGNUM *y,
[all …]
H A Dec_key.c407 BIGNUM *x, *y; in ec_key_public_range_check() local
411 y = BN_CTX_get(ctx); in ec_key_public_range_check()
412 if (y == NULL) in ec_key_public_range_check()
415 if (!EC_POINT_get_affine_coordinates(key->group, key->pub_key, x, y, ctx)) in ec_key_public_range_check()
421 || BN_is_negative(y) in ec_key_public_range_check()
422 || BN_cmp(y, key->group->field) >= 0) { in ec_key_public_range_check()
427 if (BN_num_bits(x) > m || BN_num_bits(y) > m) { in ec_key_public_range_check()
599 BIGNUM *y) in EC_KEY_set_public_key_affine_coordinates() argument
606 if (key == NULL || key->group == NULL || x == NULL || y == NULL) { in EC_KEY_set_public_key_affine_coordinates()
625 if (!EC_POINT_set_affine_coordinates(key->group, point, x, y, ctx)) in EC_KEY_set_public_key_affine_coordinates()
[all …]
H A Decp_smpl.c400 if (y != NULL) { in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp()
454 if (y != NULL) { in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp()
467 if (y != NULL) { in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp()
468 if (!BN_copy(y, point->Y)) in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp()
489 if (x == NULL || y == NULL) { in ossl_ec_GFp_simple_point_set_affine_coordinates()
546 if (y != NULL) { in ossl_ec_GFp_simple_point_get_affine_coordinates()
555 if (y != NULL) { in ossl_ec_GFp_simple_point_get_affine_coordinates()
584 if (y != NULL) { in ossl_ec_GFp_simple_point_get_affine_coordinates()
1171 BIGNUM *x, *y; in ossl_ec_GFp_simple_make_affine() local
1185 y = BN_CTX_get(ctx); in ossl_ec_GFp_simple_make_affine()
[all …]
H A Dec2_smpl.c291 const BIGNUM *y, in ossl_ec_GF2m_simple_point_set_affine_coordinates() argument
295 if (x == NULL || y == NULL) { in ossl_ec_GF2m_simple_point_set_affine_coordinates()
303 if (!BN_copy(point->Y, y)) in ossl_ec_GF2m_simple_point_set_affine_coordinates()
341 if (y != NULL) { in ossl_ec_GF2m_simple_point_get_affine_coordinates()
342 if (!BN_copy(y, point->Y)) in ossl_ec_GF2m_simple_point_get_affine_coordinates()
344 BN_set_negative(y, 0); in ossl_ec_GF2m_simple_point_get_affine_coordinates()
635 BIGNUM *x, *y; in ossl_ec_GF2m_simple_make_affine() local
654 y = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_make_affine()
655 if (y == NULL) in ossl_ec_GF2m_simple_make_affine()
658 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GF2m_simple_make_affine()
[all …]
H A Dec_lib.c839 x, y, z, ctx); in EC_POINT_set_Jprojective_coordinates_GFp()
844 BIGNUM *y, BIGNUM *z, in EC_POINT_get_Jprojective_coordinates_GFp() argument
861 const BIGNUM *x, const BIGNUM *y, in EC_POINT_set_affine_coordinates() argument
885 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GFp() argument
887 return EC_POINT_set_affine_coordinates(group, point, x, y, ctx); in EC_POINT_set_affine_coordinates_GFp()
893 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GF2m() argument
895 return EC_POINT_set_affine_coordinates(group, point, x, y, ctx); in EC_POINT_set_affine_coordinates_GF2m()
922 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GFp() argument
924 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp()
930 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GF2m() argument
[all …]
H A Decp_nistp224.c1369 if (y != NULL) { in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1370 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1420 BIGNUM *x, *y, *z, *tmp_scalar; in ossl_ec_GFp_nistp224_points_mul() local
1437 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_points_mul()
1456 !felem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp224_points_mul()
1592 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp224_points_mul()
1614 BIGNUM *x, *y; in ossl_ec_GFp_nistp224_precompute_mult() local
1633 y = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_precompute_mult()
1634 if (y == NULL) in ossl_ec_GFp_nistp224_precompute_mult()
1643 BN_bin2bn(nistp224_curve_params[4], sizeof(felem_bytearray), y); in ossl_ec_GFp_nistp224_precompute_mult()
[all …]
/openssl/crypto/asn1/
H A Da_time.c55 int y = tm->tm_year + 1900; in determine_days() local
63 tm->tm_yday += leap_year(y); in determine_days()
68 y--; in determine_days()
70 c = y / 100; in determine_days()
71 y %= 100; in determine_days()
73 tm->tm_wday = (d + (13 * m) / 5 + y + y / 4 + c / 4 + 5 * c + 6) % 7; in determine_days()
/openssl/ssl/quic/
H A Dquic_ackm.c675 struct pn_set_item_st *z, *zprev, *y; in pn_set_remove() local
730 if (y == NULL) in pn_set_remove()
733 y->range.end = z->range.end; in pn_set_remove()
734 y->range.start = end + 1; in pn_set_remove()
735 y->next = z->next; in pn_set_remove()
736 y->prev = z; in pn_set_remove()
737 if (y->next != NULL) in pn_set_remove()
738 y->next->prev = y; in pn_set_remove()
741 z->next = y; in pn_set_remove()
744 s->tail = y; in pn_set_remove()
[all …]
/openssl/doc/man3/
H A DSSL_CTX_set_read_ahead.pod25 B<x> bytes are currently required by OpenSSL, but B<y> bytes are available from
26 the underlying BIO (where B<y> > B<x>), then OpenSSL will read all B<y> bytes

Completed in 135 milliseconds

123456