/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_session_reused.pod | 5 SSL_session_reused - query whether a reused session was negotiated during handshake 15 Query, whether a reused session was negotiated during the handshake. 21 on the session, it will be reused and a flag is being set that can be 36 A session was reused.
|
H A D | SSL_CTX_set_session_id_context.pod | 5 …ext, SSL_set_session_id_context - set context within which session can be reused (server side only) 19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object. 22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object. 51 will not be reused but a fatal error will be flagged and the handshake
|
H A D | SSL_set_session.pod | 18 by 1. If the session is not reused, the reference count is decremented 19 again during SSL_connect(). Whether the session was reused can be queried
|
H A D | SSL_CTX_sess_number.pod | 47 SSL_CTX_sess_hits() returns the number of successfully reused sessions. 49 successfully reused is counted as a hit. In server mode a session successfully
|
H A D | SSL_CTX_set_session_cache_mode.pod | 53 for the OpenSSL library to know whether a session should be reused or which 56 to be reused by using the L<SSL_set_session(3)> 62 session to be reused, the server looks for the corresponding session in (first)
|
H A D | SSL_set_verify_result.pod | 23 established session, so if the session is to be reused later, the original
|
H A D | SSL_CTX_flush_sessions.pod | 22 As sessions will not be reused ones they are expired, they should be
|
H A D | SSL_get_verify_result.pod | 33 when a session is reused.
|
H A D | OSSL_STORE_open.pod | 69 The given I<ui_method> and I<ui_data> will be reused by all 74 The given I<post_process> and I<post_process_data> will be reused by
|
H A D | SSL_CTX_set_timeout.pod | 26 time plus timeout, the session is not reused.
|
H A D | SSL_get_peer_cert_chain.pod | 55 or the certificate chain is no longer available when a session is reused.
|
H A D | SSL_SESSION_free.pod | 42 as a session may be reused, several SSL objects may be using one SSL_SESSION
|
H A D | ASN1_item_d2i_bio.pod | 34 non-NULL on entry then the B<ASN1_VALUE> present there will be reused. Otherwise
|
H A D | OSSL_DECODER_CTX_new_for_pkey.pod | 85 be reused in all decodings that are performed in the same decoding run (for
|
H A D | SSL_CTX_set_tmp_dh_callback.pod | 55 should not generate the parameters on the fly. DH parameters can be reused, as
|
H A D | HMAC.pod | 99 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
|
/freebsd/sys/kern/ |
H A D | kern_tslog.c | 146 int reused; member 155 if (procs[pid].reused) in tslog_user() 162 procs[pid].reused = 1; in tslog_user()
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_doorbell.c | 307 bool reused = false; in vmci_doorbell_index_table_add() local 313 reused = true; in vmci_doorbell_index_table_add() 321 if (!reused) { in vmci_doorbell_index_table_add()
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx93-phyboard-segin.dts | 8 * phyBOARD-Segin carrier board is reused for the i.MX93 design.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 34 // Used to be BlockByRef, can be reused for anything except DICompositeType.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | nuvoton,npcm750-clk.txt | 18 and can be reused as DT sources.
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor_pid_test.cpp | 62 …ant check failed: PID 60876 already in all_exec_handles; not properly cleaned up or reused too fast
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_wolfssl.c | 2231 int reused; in tls_get_tls_unique() local 2233 reused = wolfSSL_session_reused(conn->ssl); in tls_get_tls_unique() 2234 if ((wolfSSL_is_server(conn->ssl) && !reused) || in tls_get_tls_unique() 2235 (!wolfSSL_is_server(conn->ssl) && reused)) in tls_get_tls_unique()
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp42x-goramo-multilink.dts | 49 * - Support cascading in the style of gpio-74x164.c (cannot be reused, very different)
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | README.md | 24 * Property queries come from a small set and are reused many times typically.
|