Home
last modified time | relevance | path

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

1234567891011

/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.c2129 size_t i, start = 0; in next_protos_parse() local
2148 if (i == start) { in next_protos_parse()
2149 ++start; in next_protos_parse()
2153 if (i - start > 255) { in next_protos_parse()
2157 out[start - skipped] = (unsigned char)(i - start); in next_protos_parse()
2158 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-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
H A Dopenssl-speed.pod.in76 Enable async mode and start specified number of jobs.
/openssl/doc/man3/
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 DEVP_EncodeInit.pod56 EVP_EncodeInit() initialises B<ctx> for the start of a new encoding operation.
96 EVP_DecodeInit() initialises B<ctx> for the start of a new decoding operation.
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 DBIO_f_base64.pod104 character when it occurs at the start of a base64 group of 4 encoded
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 DOPENSSL_s390xcap.pod19 set the B<OPENSSL_s390xcap> environment variable before you start the
H A DCONF_modules_load_file.pod60 fail to start when there are potentially minor issues in the file is too risky.
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt9 # Tests start with one of these keywords
H A Devppkey_dsa_rfc6979.txt9 # Tests start with one of these keywords
H A Devppkey_kdf_hkdf.txt9 # Tests start with one of these keywords
H A Devpciph_aes_gcm_siv.txt9 # Tests start with one of these keywords
H A Devpmd_sha.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()
/openssl/
H A DNOTES-VMS.md76 start automatically. If there is a program that you need to debug,

Completed in 63 milliseconds

1234567891011