Home
last modified time | relevance | path

Searched refs:reused (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/crypto/openssl/doc/man3/
H A DSSL_session_reused.pod5 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 DSSL_CTX_set_session_id_context.pod5 …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 DSSL_set_session.pod18 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 DSSL_CTX_sess_number.pod47 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 DSSL_CTX_set_session_cache_mode.pod53 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 DSSL_set_verify_result.pod23 established session, so if the session is to be reused later, the original
H A DSSL_CTX_flush_sessions.pod22 As sessions will not be reused ones they are expired, they should be
H A DSSL_get_verify_result.pod33 when a session is reused.
H A DOSSL_STORE_open.pod69 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 DSSL_CTX_set_timeout.pod26 time plus timeout, the session is not reused.
H A DSSL_get_peer_cert_chain.pod55 or the certificate chain is no longer available when a session is reused.
H A DSSL_SESSION_free.pod42 as a session may be reused, several SSL objects may be using one SSL_SESSION
H A DASN1_item_d2i_bio.pod34 non-NULL on entry then the B<ASN1_VALUE> present there will be reused. Otherwise
H A DOSSL_DECODER_CTX_new_for_pkey.pod85 be reused in all decodings that are performed in the same decoding run (for
H A DSSL_CTX_set_tmp_dh_callback.pod55 should not generate the parameters on the fly. DH parameters can be reused, as
H A DHMAC.pod99 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
/freebsd/sys/kern/
H A Dkern_tslog.c146 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 Dvmci_doorbell.c307 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 Dimx93-phyboard-segin.dts8 * phyBOARD-Segin carrier board is reused for the i.MX93 design.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def34 // Used to be BlockByRef, can be reused for anything except DICompositeType.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dnuvoton,npcm750-clk.txt18 and can be reused as DT sources.
/freebsd/contrib/kyua/utils/process/
H A Dexecutor_pid_test.cpp62 …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 Dtls_wolfssl.c2231 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 Dintel-ixp42x-goramo-multilink.dts49 * - Support cascading in the style of gpio-74x164.c (cannot be reused, very different)
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md24 * Property queries come from a small set and are reused many times typically.

123