Home
last modified time | relevance | path

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

12

/openssl-master/apps/lib/
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-master/doc/man1/
A Dopenssl-speed.pod.in18 [B<-multi> I<num>]
52 TLS-like sequence. And if I<algo> is a multi-buffer capable cipher, e.g.
53 aes-128-cbc-hmac-sha1, then B<-mb> will time multi-buffer operation.
59 =item B<-multi> I<num>
86 Enable multi-block mode on EVP-named cipher.
A Dopenssl-genrsa.pod.in77 If I<num> is greater than 2, then the generated key is called a 'multi-prime'
/openssl-master/doc/internal/man3/
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.
A DOPENSSL_SA.pod86 Care should be taken when accessing sparse arrays in multi-threaded
/openssl-master/doc/man5/
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
309 This is a multi-valued extension whose values can be either a name-value
370 This extension should only appear in CRLs. It is a multi-valued extension
465 This is a multi-valued extension which consisting of the names
483 This is a multi-valued extension. The name should
508 This is a multi-valued extension consisting of a list of TLS extension
[all …]
/openssl-master/doc/man3/
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
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.
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:
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.
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.
A DOPENSSL_instrument_bus.pod23 multi-processor systems. This also means that B<vector[num]> should be
A DOPENSSL_init_ssl.pod18 application is multi-threaded), and these resources must be freed prior to the
A DX509_cmp.pod37 On the other hand, if an RDN is multi-valued, i.e., it contains a set of
A DRSA_generate_key.pod38 RSA_generate_multi_prime_key() generates a multi-prime RSA key pair and stores
A DBN_BLINDING_new.pod66 provide proper locking if needed for multi-threaded use.
A DBIO_s_file.pod80 UTF-8 encoded. In other words if you have to make it work in multi-
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
A DOSSL_LIB_CTX.pod34 multi-threaded applications to properly clean up thread local resources before
/openssl-master/apps/include/
A Dhttp_server.h118 extern int multi;
/openssl-master/apps/
A Dspeed.c109 static int do_multi(int multi, int size_num);
1359 int multi = 0; in speed_main() local
1546 multi = atoi(opt_arg()); in speed_main()
1547 if ((size_t)multi >= SIZE_MAX / sizeof(int)) { in speed_main()
1797 if (multi && do_multi(multi, size_num)) in speed_main()
3409 static int do_multi(int multi, int size_num) in do_multi() argument
3416 fds = app_malloc(sizeof(*fds) * multi, "fd buffer for do_multi"); in do_multi()
3417 for (n = 0; n < multi; ++n) { in do_multi()
3444 for (n = 0; n < multi; ++n) { in do_multi()
/openssl-master/test/ssl-tests/
A D13-fragmentation.cnf.in105 # multi-buffer code kicks in on some platforms for AES-SHA. The
/openssl-master/
A DINSTALL.md41 - [Notes on multi-threading](#notes-on-multi-threading)
882 Don't build with support for multi-threaded applications.
886 Build with support for multi-threaded applications. Most platforms will enable
890 See [Notes on multi-threading](#notes-on-multi-threading) below.
1662 Notes on multi-threading
1666 are needed to generate a library that is suitable for multi-threaded
1667 applications. On these systems, support for multi-threading is enabled
1671 On other systems, to enable support for multi-threading, you will have
1674 case, obviously, is not to include support for multi-threading (but
A DCONTRIBUTING.md87 On exception, it might be worth adding a multi-line entry (such as
/openssl-master/ssl/
A Dssl_ciph.c998 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
1074 multi = 1; in ssl_cipher_process_rulestr()
1077 multi = 0; in ssl_cipher_process_rulestr()
1210 if (!multi) in ssl_cipher_process_rulestr()

Completed in 32 milliseconds

12