Searched refs:work (Results 1 – 25 of 148) sorted by relevance
123456
/openssl/doc/man7/ |
H A D | EVP_KDF-SCRYPT.pod | 19 scrypt provides three work factors that can be customized: N, r and p. N, which 20 has to be a positive power of two, is the general work factor and scales CPU 50 These parameters work as described in L<EVP_KDF(3)/PARAMETERS>. 60 These parameters configure the scrypt work factors N, r, maxmem and p.
|
H A D | EVP_RAND-HASH-DRBG.pod | 51 These parameters work as described in L<EVP_RAND(3)/PARAMETERS>. 57 These parameters work as described in L<provider-rand(7)/PARAMETERS>.
|
H A D | EVP_RAND-HMAC-DRBG.pod | 53 These parameters work as described in L<EVP_RAND(3)/PARAMETERS>. 59 These parameters work as described in L<provider-rand(7)/PARAMETERS>.
|
H A D | ossl-guide-tls-client-non-block.pod | 64 =head2 Performing work while waiting for the socket 66 In a nonblocking application you will need work to perform in the event that 83 other work. In fact, for the sake of simplicity, it will do nothing except wait 108 * real application you probably want to go and do other work here (e.g. 129 applications you can make use of this to periodically wake up and perform work 240 work out what we should do next. Note that we do not expect an EOF to occur at 336 must call L<SSL_get_error(3)> to work out what to do next. We use our
|
H A D | openssl-core_names.h.pod | 38 to the names provided in this header to work in a compatible manner.
|
H A D | provider-kdf.pod | 228 Sets the scrypt work factor parameter N in the associated KDF ctx. 232 Sets the scrypt work factor parameter r in the associated KDF ctx. 236 Sets the scrypt work factor parameter p in the associated KDF ctx. 240 Sets the scrypt work factor parameter maxmem in the associated KDF ctx.
|
H A D | ossl-guide-quic-client-non-block.pod | 49 =head2 Performing work while waiting for the socket 51 In a nonblocking application you will need work to perform in the event that 68 other work. In fact, for the sake of simplicity, it will do nothing except wait 110 * real application you probably want to go and do other work here (e.g. 146 while the application goes off to do other work. The L<SSL_get_event_timeout(3)> 294 state. See L</Performing work while waiting for the socket> for more discussion 328 work out what we should do next. Note that we do not expect an EOF to occur at 426 negative result then we must call L<SSL_get_error(3)> to work out what to do
|
H A D | EVP_KDF-HMAC-DRBG.pod | 30 These parameters work as described in L<EVP_KDF(3)/PARAMETERS>.
|
H A D | EVP_KDF-PVKKDF.pod | 34 These parameters work as described in L<EVP_KDF(3)/PARAMETERS>.
|
H A D | EVP_RAND-SEED-SRC.pod | 33 These parameters work as described in L<EVP_RAND(3)/PARAMETERS>.
|
H A D | EVP_KDF-PBKDF1.pod | 39 These parameters work as described in L<EVP_KDF(3)/PARAMETERS>.
|
H A D | EVP_RAND-CRNG-TEST.pod | 37 These parameters work as described in L<EVP_RAND(3)/PARAMETERS>.
|
/openssl/ |
H A D | LICENSE.txt | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 44 represent, as a whole, an original work of authorship. For the purposes 49 "Contribution" shall mean any work of authorship, including 162 work stoppage, computer failure or malfunction, or any and all
|
H A D | NOTES-ANDROID.md | 10 wouldn't work. And as for Windows, it's unclear which "shell" would be 84 work. Once built, you should be able to
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 74 0. This License Agreement applies to any program or other work which 77 "Program", below, refers to any such program or work, and a "work based 78 on the Program" means either the Program or any work containing the 98 b) cause the whole of any work that you distribute or publish, that 118 Mere aggregation of another independent work with the Program (or its 120 the other work under the scope of these terms. 141 Source code for a work means the preferred form of the work for making 158 5. By copying, distributing or modifying the Program (or any work based 162 6. Each time you redistribute the Program (or any work based on the 259 You should also get your employer (if you work as a programmer) or your
|
/openssl/doc/man3/ |
H A D | SSL_set_connect_state.pod | 20 SSL_set_connect_state() sets B<ssl> to work in client mode. 22 SSL_set_accept_state() sets B<ssl> to work in server mode.
|
H A D | EVP_PKEY_CTX_set_scrypt_N.pod | 38 EVP_PKEY_CTX_set_scrypt_p() configure the work factors N, r and p. 51 The work factors B<N>, B<r> and B<p> as well as B<maxmem_bytes> can be
|
H A D | RSA_check_key.pod | 29 It does not work on RSA public keys that have only the modulus 55 Unlike most other RSA functions, this function does B<not> work
|
H A D | SSL_set_async_callback.pod | 32 cryptography operation to notify the application to resume the paused work flow. 39 paused work flow.
|
H A D | BIO_s_socket.pod | 35 Windows is one such platform. Any code mixing the two will not work on
|
H A D | EVP_PKEY_todata.pod | 35 These functions only work with key management methods coming from a provider.
|
/openssl/doc/designs/quic-design/ |
H A D | quic-thread-assist.md | 62 - This is rather hacky but should work adequately. When using TLS 1.3 79 this should work. 99 connection. The work required is proportional to the number of APIs to be
|
H A D | quic-requirements.md | 101 to work in a QUIC environment while expanding our APIs to enable future 106 that is not the initial focus of the work. 114 * We will provide unified, consistent APIs to our users that work for all types
|
/openssl/doc/internal/man3/ |
H A D | ossl_ends_with_dirsep.pod | 6 - internal functions to work with paths
|
/openssl/test/ssl-tests/ |
H A D | 06-sni-ticket.cnf.in | 20 #Note: MaxProtocol is set to TLSv1.2 as session tickets work differently in
|
Completed in 22 milliseconds
123456