Searched refs:started (Results 1 – 25 of 30) sorted by relevance
12
/openssl/apps/ |
H A D | engine.c | 94 int started = 0, err = 0; in util_flags() local 111 started = 1; in util_flags() 120 if (started) { in util_flags() 125 started = 1; in util_flags() 128 if (started) { in util_flags() 133 started = 1; in util_flags() 140 if (started) in util_flags()
|
/openssl/doc/man3/ |
H A D | SSL_CTX_sess_number.pod | 29 SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in 35 SSL_CTX_sess_connect_renegotiate() returns the number of started renegotiations 38 SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in 44 SSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations
|
H A D | OSSL_PARAM_allocate_from_text.pod | 65 If I<key> started with "hex", I<value> is assumed to contain 74 If I<key> started with "hex", OSSL_PARAM_allocate_from_text() 84 If I<key> started with "hex", I<value> is assumed to contain
|
H A D | ASYNC_start_job.pod | 39 represents code that can be started and executes until some event occurs. At 66 An asynchronous job is started by calling the ASYNC_start_job() function. 71 be started asynchronously. The data pointed to by I<args> and of size I<size> 89 The job was successfully started but was "paused" before it completed (see 95 that the job was originally started from. B<ASYNC_WAIT_CTX> is used to
|
H A D | SSL_do_handshake.pod | 16 connection is in client mode, the handshake will be started. The handshake
|
H A D | SSL_want.pod | 85 The asynchronous job could not be started because there were no async jobs
|
H A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 51 Before the callback function is started I<ctx> and I<hctx> have been 122 Before this callback function is started I<hctx> will have been
|
H A D | SSL_new.pod | 34 MUST NOT have yet started the SSL handshake. For connections that are not in
|
H A D | SSL_CTX_set_info_callback.pod | 99 Callback has been called because a new handshake is started. It also occurs when
|
H A D | SSL_key_update.pod | 68 a new handshake is started then this will be handled transparently by calling
|
H A D | OSSL_CMP_SRV_CTX_new.pod | 135 as input, where the pointer is NULL in case a new transaction is being started
|
H A D | OSSL_LIB_CTX.pod | 110 the job is started will be used throughout the lifetime of an async job, no
|
H A D | SSL_get_error.pod | 150 The asynchronous job could not be started because there were no async jobs
|
H A D | SSL_write.pod | 109 a new buffer (with the already sent bytes removed) must be started. A partial
|
H A D | ASYNC_WAIT_CTX_new.pod | 57 the job is started it is associated with the B<ASYNC_WAIT_CTX> for the duration
|
H A D | SSL_shutdown.pod | 360 started terminating for another reason, this flag has no effect.
|
/openssl/ssl/quic/ |
H A D | quic_impl.c | 1020 if (ctx.qc->started) in ossl_quic_conn_set_initial_peer_addr() 1068 if (ctx.qc->started) in ossl_quic_handle_events() 1092 if (ctx.qc->started) in ossl_quic_get_event_timeout() 1433 if (ctx.qc->started || ctx.is_stream) in ossl_quic_set_connect_state() 1448 if (ctx.qc->started || ctx.is_stream) in ossl_quic_set_accept_state() 1544 if (!qc->started) { in ensure_channel_started() 1570 qc->started = 1; in ensure_channel_started() 1640 if (!qc->started && qc->addressed_mode_w in quic_do_handshake() 1661 if (!qc->started in quic_do_handshake() 2870 if (!ctx.qc->started) in ossl_quic_pending_int() [all …]
|
H A D | quic_local.h | 184 unsigned int started : 1; member
|
/openssl/ |
H A D | CONTRIBUTING.md | 6 [Getting Started]: <https://openssl-library.org/community/getting-started> 77 Clean builds via GitHub Actions are required. They are started automatically
|
/openssl/doc/man7/ |
H A D | provider-signature.pod | 371 started through OSSL_FUNC_signature_digest_sign_init() and 381 previously started through OSSL_FUNC_signature_digeset_sign_init(). A previously 408 started through OSSL_FUNC_signature_digest_verify_init() and 415 previously started through OSSL_FUNC_signature_digeset_verify_init(). A previously
|
H A D | provider-mac.pod | 121 OSSL_FUNC_mac_final() completes the MAC computation started through previous
|
H A D | provider-cipher.pod | 159 OSSL_FUNC_cipher_final() completes an encryption or decryption started through previous
|
H A D | provider-digest.pod | 129 OSSL_FUNC_digest_final() generates a digest started through previous OSSL_FUNC_digest_init()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-fc.md | 267 started.
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 106 run, you must cause it, when started running for such interactive use
|
Completed in 79 milliseconds
12