Home
last modified time | relevance | path

Searched refs:start (Results 151 – 175 of 258) sorted by relevance

1234567891011

/openssl/doc/man3/
H A DBIO_ADDRINFO.pod53 used. B<res> points at a pointer to hold the start of a B<BIO_ADDRINFO>
H A DBIO_s_mem.pod82 BIO_get_mem_data() sets *B<pp> to a pointer to the start of the memory BIOs data
127 The other supported sequence is to start with a read write BIO then temporarily
H A DBIO_connect.pod34 BIO_listen() has B<sock> start listening on the address and service
H A DX509_ATTRIBUTE.pod106 first call, in order to start searching from the start of the list.
H A DSSL_CTX_set_tlsext_status_cb.pod42 function on an individual SSL object prior to the start of the handshake.
H A DBIO_f_md.pod88 * the start of the chain.
H A DOPENSSL_ia32cap.pod72 B<OPENSSL_ia32cap> environment variable prior target application start. To
H A DOPENSSL_s390xcap.pod19 set the B<OPENSSL_s390xcap> environment variable before you start the
H A DOSSL_SELF_TEST_new.pod37 OSSL_SELF_TEST_onbegin() may be inserted at the start of a block of self test
H A DCONF_modules_load_file.pod60 fail to start when there are potentially minor issues in the file is too risky.
/openssl/
H A DNOTES-WINDOWS.md56 Quick start
123 start the command prompt by right-clicking on it and choosing "Run as
/openssl/doc/designs/quic-design/
H A Dquic-fc.md30 bytes transmitted across all streams since the start of the connection.
84 since the start of the connection or stream and thus is also monotonic.
130 number of controlled bytes we are allowed to send since the start of the
H A Dquic-fifm.md346 * start, designates a frame of zero length (used for FIN-only frames).
348 uint64_t start, end;
387 * The chunks are sorted by (stream_id, start) in ascending order.
/openssl/apps/lib/
H A Dapps.c2126 size_t i, start = 0; in next_protos_parse() local
2145 if (i == start) { in next_protos_parse()
2146 ++start; in next_protos_parse()
2150 if (i - start > 255) { in next_protos_parse()
2154 out[start - skipped] = (unsigned char)(i - start); in next_protos_parse()
2155 start = i + 1; in next_protos_parse()
/openssl/doc/man1/
H A Dopenssl-format-options.pod84 lines used to mark the start and end:
H A Dopenssl-speed.pod.in75 Enable async mode and start specified number of jobs.
H A Dopenssl-x509.pod.in186 it sets the validity start date to the current time
262 Prints out the start date of the certificate, that is the notBefore date.
270 Prints out the start and expiry dates of a certificate.
385 This allows the start date to be explicitly set. The format of the
806 There should be options to explicitly set such things as start and end
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt9 # Tests start with one of these keywords
H A Devppkey_ecdsa.txt9 # Tests start with one of these keywords
H A Devppkey_dsa_rfc6979.txt9 # Tests start with one of these keywords
H A Devpkdf_hkdf.txt9 # Tests start with one of these keywords
H A Devpciph_aes_gcm_siv.txt9 # Tests start with one of these keywords
/openssl/test/
H A Dssl_old_test.c261 size_t i, start = 0; in next_protos_parse() local
273 if (i - start > 255) { in next_protos_parse()
277 out[start] = (unsigned char)(i - start); in next_protos_parse()
278 start = i + 1; in next_protos_parse()
H A DREADME-dev.md68 A script to start from could be this:
/openssl/test/helpers/
H A Dhandshake.c1441 time_t start; in do_handshake_internal() local
1546 start = time(NULL); in do_handshake_internal()
1598 if (time(NULL) - start > 3) { in do_handshake_internal()

Completed in 63 milliseconds

1234567891011