Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 66) sorted by relevance

123

/openssl-master/crypto/asn1/
A Da_d2i_fp.c114 size_t want = HEADER_SIZE; in asn1_d2i_read_bio() local
133 if (want >= diff) { in asn1_d2i_read_bio()
134 want -= diff; in asn1_d2i_read_bio()
136 if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) { in asn1_d2i_read_bio()
179 want = HEADER_SIZE; in asn1_d2i_read_bio()
186 want = HEADER_SIZE; in asn1_d2i_read_bio()
189 want = slen; in asn1_d2i_read_bio()
199 while (want > 0) { in asn1_d2i_read_bio()
206 size_t chunk = want > chunk_max ? chunk_max : want; in asn1_d2i_read_bio()
212 want -= chunk; in asn1_d2i_read_bio()
[all …]
/openssl-master/test/helpers/
A Dssltestlib.h21 int create_bare_ssl_connection(SSL *serverssl, SSL *clientssl, int want,
26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
A Dssltestlib.c941 int create_bare_ssl_connection(SSL *serverssl, SSL *clientssl, int want, in create_bare_ssl_connection() argument
958 if (want != SSL_ERROR_SSL) in create_bare_ssl_connection()
962 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection()
976 if (want != SSL_ERROR_SSL) in create_bare_ssl_connection()
980 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection()
1024 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() argument
1030 if (!create_bare_ssl_connection(serverssl, clientssl, want, 1)) in create_ssl_connection()
/openssl-master/test/
A Ddanetest.c303 int want; in test_tlsafile() local
316 &ntlsa, &ncert, &noncheck, &want, &want_depth, &off) != 5 in test_tlsafile()
360 if (!TEST_int_eq(err, want)) { in test_tlsafile()
361 if (want == X509_V_OK) in test_tlsafile()
369 if (!TEST_false(want == 0 && ok == 0)) { in test_tlsafile()
A DREADME.md21 You may want increased verbosity, that can be accomplished like this:
40 If you want to run just one or a few specific tests, you can use
103 or, if you want to be explicit:
A DREADME-dev.md7 For any test that you want to perform, you write a script located in
103 to modify the include paths and source files if you don't want to use the
A DREADME-external.md45 krb5-1.15.1-final if you want to be sure.
/openssl-master/doc/HOWTO/
A Dcertificates.txt33 you want a RSA private key, or if you want a DSA private key:
75 You can create a self-signed certificate if you don't want to deal
76 with a certificate authority, or if you just want to create a test
A Dkeys.txt27 you don't want your key to be protected by a password, remove the flag
56 you don't want your key to be protected by a password, remove the flag
82 If you don't want your key to be protected by a password, remove the flag
/openssl-master/
A DREADME-PROVIDERS.md34 automatically. Therefore if you want to use it in conjunction with other
81 This can be useful if you are using non-default library contexts and want
115 often also want to explicitly load the default provider, as is done here:
A DNOTES-WINDOWS.md74 perl Configure VC-WIN32 if you want 32-bit OpenSSL or
75 perl Configure VC-WIN64A if you want 64-bit OpenSSL or
122 "vcvarsall.bat" before you compile. For example, if you want to build
A DREADME-ENGINES.md108 switch called "-engine". Also, if you want to use the ENGINE support in
110 select the ENGINE implementation you want.
144 them, if you want them, in the form of "dynamic"-loadable
307 the "-t" switch to the utility if you want it to try and initialise
/openssl-master/Configurations/
A Dcommon0.tmpl6 # build files only want those for a particular build. Therefore, we
/openssl-master/doc/man7/
A Dopenssl-core_names.h.pod37 algorithms that OpenSSL providers support will want to pay attention
A Dfips_module.pod115 You may not want all applications to use the FIPS module.
157 This removes the disadvantage listed above that you may not want all
218 will usually want to load the base provider instead.
263 The "provider" property enables you to specify which provider you want an
/openssl-master/doc/man3/
A DBIO_f_md.pod87 * For BIO_push() we want to append the sink BIO and keep a note of
112 /* Might want to do something with the data here */
A DBN_num_bytes.pod41 of I<significant> bits a little lower. If you want to know the "key
A DOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
A DEVP_PKEY_fromdata.pod134 /* Do what you want with |pkey| */
192 /* Do what you want with |pkey| */
A DX509_EXTENSION_set_object.pod61 applications will want to parse or encode and add an extension: they should
A DSSL_get_error.pod99 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data
100 and SSL_write() or SSL_write_ex() may want to read data.
A DENGINE_add.pod335 will want to allow the user to specify exactly which ENGINE they want used
353 to want to use the "ACME" ENGINE if it is available in the version of
386 Here we'll assume we want to load and register all ENGINE implementations
408 applications want to provide a transparent way for users to provide
566 supports certain specific commands it might want to use (e.g. application "foo"
/openssl-master/doc/internal/man3/
A Dossl_method_construct.pod35 All libcrypto subsystems that want to create their own methods based
81 when the provider doesn't want its dispatch table stored in a longer
/openssl-master/fuzz/
A DREADME.md136 Since we want to maximize the coverage of the fuzzing corpus, the client and
171 or for any other reason want to minimize the data
/openssl-master/doc/internal/man7/
A DEVP_PKEY.pod39 modify whatever they want. This also means that an B<EVP_PKEY> is a
189 takes care of the needs of the diverse operation the application may want to

Completed in 60 milliseconds

123