Home
last modified time | relevance | path

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

1234

/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.
48 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_get_verify_result.pod33 when a session is reused.
H A DSSL_CTX_flush_sessions.pod31 As sessions will not be reused ones they are expired, they should be
H A DOSSL_STORE_open.pod72 The given I<ui_method> and I<ui_data> will be reused by all
77 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 DOSSL_CMP_MSG_http_perform.pod25 such as in BRSKI-AE where a pre-established TLS channel is reused for CMP.
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
/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/crypto/krb5/src/clients/ksu/
H A Dmain.c883 krb5_boolean switchable, reused = FALSE; in resolve_target_cache() local
926 reused = TRUE; in resolve_target_cache()
947 *ccache_reused = reused; in resolve_target_cache()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def34 // Used to be BlockByRef, can be reused for anything except DICompositeType.
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KEM-X25519.pod45 This value should not be reused for other purposes.
H A DEVP_KEM-EC.pod44 This value should not be reused for other purposes.
H A DEVP_PKEY-X25519.pod24 This value should not be reused for other purposes.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dnuvoton,npcm750-clk.txt18 and can be reused as DT sources.
/freebsd/contrib/unbound/services/
H A Doutside_network.c2177 int reused; local
2194 pif->inuse, &portno, &reused)) {
2201 if(reused) {
3667 int reused = 0; local
3699 &port, &reused)) {
3703 if(reused) {
3724 if(!reused) {
4245 int udp_connect, int reusenum, int* port, int* reused)
4272 *reused = 1;
4281 *reused = 1;
[all …]
H A Doutside_network.h899 int udp_connect, int reusenum, int* port, int* reused);
/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/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)

1234