Home
last modified time | relevance | path

Searched refs:y (Results 101 – 125 of 126) sorted by relevance

123456

/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c115 BIGNUM *x = NULL, *y = NULL; in key_to_params() local
162 y = BN_CTX_get(bnctx); in key_to_params()
164 if (!EC_POINT_get_affine_coordinates(ecg, pub_point, x, y, bnctx)) in key_to_params()
172 OSSL_PKEY_PARAM_EC_PUB_Y, y)) in key_to_params()
/openssl/fuzz/corpora/conf/
H A D101927e91da6659fe411c2ab987618972ccbd6e5922 [y] =
/openssl/doc/man3/
H A DOpenSSL_version.pod18 #define OPENSSL_VERSION_MINOR y
25 #define OPENSSL_VERSION_TEXT "OpenSSL x.y.z xx XXX xxxx"
H A DEC_GROUP_new.pod81 y^2 mod p = x^3 +ax + b mod p
87 y^2 + xy = x^3 + ax^2 + b (where b != 0)
H A DEC_KEY_new.pod55 int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y);
132 the supplied I<x> and I<y> values and sets the public key to be this
H A DSSL_CTX_set_alpn_select_cb.pod125 6, 's', 'p', 'd', 'y', '/', '1',
H A DASN1_generate_nconf.pod55 B<y>, B<YES>, B<yes>, B<FALSE>, B<false>, B<N>, B<n>, B<NO> and B<no>
/openssl/crypto/bn/asm/
H A Drsaz-3k-avx512.pl120 $_R0_xmm =~ s/%y/%x/;
670 $t0xmm =~ s/%y/%x/;
H A Drsaz-4k-avx512.pl117 $_R0_xmm =~ s/%y/%x/;
716 $t0xmm =~ s/%y/%x/;
/openssl/doc/man7/
H A DEVP_PKEY-EC.pod50 For Fp: y^2 mod p = x^3 +ax + b mod p OR
51 For F2^m: y^2 + xy = x^3 + ax^2 + b
/openssl/crypto/bn/
H A Dbn_gf2m.c799 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() argument
805 bn_check_top(y); in BN_GF2m_mod_div()
816 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) in BN_GF2m_mod_div()
/openssl/crypto/ec/
H A Dcurve25519.c1835 fe y; in ge_tobytes() local
1839 fe_mul(y, h->Y, recip); in ge_tobytes()
1840 fe_tobytes(s, y); in ge_tobytes()
1848 fe y; in ge_p3_tobytes() local
1852 fe_mul(y, h->Y, recip); in ge_p3_tobytes()
1853 fe_tobytes(s, y); in ge_p3_tobytes()
2066 uint32_t y = x; /* 0: yes; 1..255: no */ in equal() local
2067 y -= 1; /* 4294967295: yes; 0..254: no */ in equal()
2068 y >>= 31; /* 1: yes; 0: no */ in equal()
2069 return y; in equal()
H A Decp_nistz256.c1178 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in ecp_nistz256_get_affine() argument
1209 if (y != NULL) { in ecp_nistz256_get_affine()
1213 if (!bn_set_words(y, y_ret, P256_LIMBS)) in ecp_nistz256_get_affine()
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_brainpool.txt829 y/anS+DoELViM0rofxlcvkywZiBY0T40xUvXBILDsY/0he22
909 MIGIAgEAMBQGByqGSM49AgEGCSskAwMCCAEBCARtMGsCAQEEIIfXus/y+3RdwUZ0
1284 9cg5QtBJ4/ogYHST4NA4/y/TDCq2fRXIX3+qWQ==
H A Devppkey_rsa_common.txt939 tL1ybiJjmsZKMJKrf/y/HVM0z6ULW/ECQQJipqopwqPGfcU0bAY4Gv2YeqPMk8+/
H A Devppkey_kas.txt673 FPF4plSpqooaCALyzg7ooPTr6W3uGzdGSx/y
1813 MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE+YnPjulWqC5+vZiBzb+y/ZRhibCN
3343 qEWpvu7YfWmV9UkY7GYZuZMZVdWonU10rfEEa7NiGS8u9r0+PS0E3R+HBUoAqj+y
6999 y+hm3l4X8bR43HcnobtCNxggsS0=
9747 y/QE4HtzpbGl9SjNAWWI5IDEhWzS7pqvHjAoEvvAsz9SfCm3fOD0h46gidAlpEDA
9799 UY1LoH3E3XL3MXKIkNC0TTbyMJwOoUwDSgAEBvb/6gqHvZ7rU5xIo/y/OIFZhiJZ
9806 MF4wEAYHKoZIzj0CAQYFK4EEABEDSgAEBvb/6gqHvZ7rU5xIo/y/OIFZhiJZx/eE
H A Devppkey_ecc.txt3919 MDsCAQAwEAYHKoZIzj0CAQYFK4EEABoEJDAiAgEBBB0z/3heNFjJL+2sAT/38yRsN3kt2iXz7u+y
/openssl/
H A DConfigure3442 (my $y = $x) =~ s/([\\\"])/\\$1/g;
3443 if ($x ne $y || $x =~ m|\s|) {
3444 return '"'.$y.'"';
H A DINSTALL.md284 --api=x.y[.z]
/openssl/include/openssl/
H A Dbn.h459 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
H A Dasn1.h.in614 int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y);
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dbig_issuing.crt36 2G/XqrcVkxzf9bVqyVBrrAJrnb35/y/iK0zWgJBP+HXhwr5mMTvNuEirBeVYuz+6
/openssl/Configurations/
H A Dunix-Makefile.tmpl87 my $y = platform->sharedlib_simple($_) // '';
89 $x ? "\"$x;$y;$z\"" : () }
163 my $y = platform->sharedlib_simple($_) // '';
165 $x ? "\"$x;$y;$z\"" : () }
/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl2716 map(s/%z/%y/, $a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz);
/openssl/providers/fips/
H A Dself_test_data.inc439 'k', 'e', 'y', ' ', 'e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n',

Completed in 148 milliseconds

123456