Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 45) sorted by relevance

12

/openssl/apps/lib/
H A Dhttp_server.c43 int multi = 0; /* run multiple responder processes */ variable
66 if (multi) { in log_message()
95 for (i = 0; i < multi; ++i) in killall()
129 kidpids = app_malloc(multi * sizeof(*kidpids), "child PID array"); in spawn_loop()
130 for (i = 0; i < multi; ++i) in spawn_loop()
143 while (termsig == 0 && procs >= multi) { in spawn_loop()
152 if (i >= multi) { in spawn_loop()
197 for (i = 0; i < multi; ++i) { in spawn_loop()
204 if (i >= multi) { in spawn_loop()
/openssl/doc/man1/
H A Dopenssl-speed.pod.in19 [B<-multi> I<num>]
59 TLS-like sequence. And if I<algo> is a multi-buffer capable cipher, e.g.
60 aes-128-cbc-hmac-sha1, then B<-mb> will time multi-buffer operation.
66 =item B<-multi> I<num>
93 Enable multi-block mode on EVP-named cipher.
H A Dopenssl-genrsa.pod.in78 If I<num> is greater than 2, then the generated key is called a 'multi-prime'
/openssl/doc/internal/man3/
H A Dossl_rsa_get0_all_params.pod40 if the B<RSA> object is a multi-prime RSA key.
45 if the B<RSA> object is a multi-prime RSA key.
50 if the B<RSA> object is a multi-prime RSA key.
H A DOPENSSL_SA.pod86 Care should be taken when accessing sparse arrays in multi-threaded
/openssl/doc/man5/
H A Dx509v3_config.pod34 multi-valued
59 If an extension is multi-value and a field value must contain a comma the long
109 This is a multi-valued extension which indicates whether a certificate is
131 Key usage is a multi-valued extension consisting of a list of names of
221 This is a multi-valued extension that supports several types of name
311 This is a multi-valued extension whose values can be either a name-value
372 This extension should only appear in CRLs. It is a multi-valued extension
467 This is a multi-valued extension which consisting of the names
485 This is a multi-valued extension. The name should
510 This is a multi-valued extension consisting of a list of TLS extension
[all …]
/openssl/doc/man3/
H A DRSA_get0_key.pod68 For multi-prime RSA (defined in RFC 8017), there are also one or more
99 For multi-prime RSA, RSA_get0_multi_prime_factors() and RSA_get0_multi_prime_params()
102 sets a collect of multi-prime 'triplet' members (prime, exponent and coefficient)
138 RSA_set0_multi_prime_params() always clears the original multi-prime
158 multi-prime RSA.
160 RSA_get_version() returns B<RSA_ASN1_VERSION_MULTI> for multi-prime RSA and
H A DX509_NAME_print_ex.pod29 This supports multi-valued RDNs and escapes B</> and B<+> characters in values.
42 produce a non standard output form, they don't handle multi-character fields and
61 components and separate values in the same RDN for a multi-valued RDN.
H A DCRYPTO_THREAD_run_once.pod30 OpenSSL can be safely used in multi-threaded applications provided that
33 any multi-threading support, for example on platforms that don't provide
37 The following multi-threading function are provided:
H A DASN1_STRING_print_ex.pod64 option will correctly display multi byte characters.
68 debugging purposes and can result in confusing output in multi character strings.
H A DX509_NAME_add_entry_by_txt.pod74 This will then become part of a multi-valued RDN (containing a set of AVAs).
75 Since multi-valued RDNs are very rarely used B<set> typically will be zero.
H A DOPENSSL_instrument_bus.pod23 multi-processor systems. This also means that B<vector[num]> should be
H A DOPENSSL_init_ssl.pod18 application is multi-threaded), and these resources must be freed prior to the
H A DX509_cmp.pod38 On the other hand, if an RDN is multi-valued, i.e., it contains a set of
H A DRSA_generate_key.pod40 RSA_generate_multi_prime_key() generates a multi-prime RSA key pair and stores
H A DBN_BLINDING_new.pod66 provide proper locking if needed for multi-threaded use.
H A DBIO_s_file.pod80 UTF-8 encoded. In other words if you have to make it work in multi-
H A DOPENSSL_init_crypto.pod35 application is multi-threaded), and these resources must be freed prior to the
269 multi-threaded and if dlclose() is subsequently called prior to the threads
/openssl/apps/include/
H A Dhttp_server.h119 extern int multi;
/openssl/apps/
H A Dspeed.c111 static int do_multi(int multi, int size_num);
1370 int multi = 0; in speed_main() local
1557 multi = opt_int_arg(); in speed_main()
1558 if ((size_t)multi >= SIZE_MAX / sizeof(int)) { in speed_main()
1817 if (multi && do_multi(multi, size_num)) in speed_main()
3431 static int do_multi(int multi, int size_num) in do_multi() argument
3439 fds = app_malloc(sizeof(*fds) * multi, "fd buffer for do_multi"); in do_multi()
3440 for (n = 0; n < multi; ++n) { in do_multi()
3467 for (n = 0; n < multi; ++n) { in do_multi()
3586 for (n = 0; n < multi; ++n) { in do_multi()
/openssl/test/ssl-tests/
H A D13-fragmentation.cnf.in105 # multi-buffer code kicks in on some platforms for AES-SHA. The
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md131 stream QUIC easily. More likely to want to do multi-stream.
152 * It shouldn’t be harder to do single stream just because multi stream as a
/openssl/
H A DINSTALL.md41 - [Notes on multi-threading](#notes-on-multi-threading)
892 Don't build with support for multi-threaded applications.
896 Build with support for multi-threaded applications. Most platforms will enable
900 See [Notes on multi-threading](#notes-on-multi-threading) below.
1672 Notes on multi-threading
1676 are needed to generate a library that is suitable for multi-threaded
1677 applications. On these systems, support for multi-threading is enabled
1681 On other systems, to enable support for multi-threading, you will have
1684 case, obviously, is not to include support for multi-threading (but
H A DCONTRIBUTING.md87 On exception, it might be worth adding a multi-line entry (such as
/openssl/ssl/
H A Dssl_ciph.c1002 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
1078 multi = 1; in ssl_cipher_process_rulestr()
1081 multi = 0; in ssl_cipher_process_rulestr()
1214 if (!multi) in ssl_cipher_process_rulestr()

Completed in 62 milliseconds

12