Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 25 of 146) sorted by relevance

123456

/trueos/sys/netinet/
HDtcp_timewait.c486 tcp_twclose(struct tcptw *tw, int reuse) in tcp_twclose() argument
506 tcp_tw_2msl_stop(tw, reuse); in tcp_twclose()
670 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) in tcp_tw_2msl_stop() argument
693 if (!reuse) in tcp_tw_2msl_stop()
698 tcp_tw_2msl_scan(int reuse) in tcp_tw_2msl_scan() argument
704 if (reuse) { in tcp_tw_2msl_scan()
719 if (tw == NULL || (!reuse && (tw->tw_time - ticks) > 0)) { in tcp_tw_2msl_scan()
748 tcp_twclose(tw, reuse); in tcp_tw_2msl_scan()
750 if (reuse) in tcp_tw_2msl_scan()
HDtcp_timer.h196 tcp_tw_2msl_scan(int reuse); /* XXX temporary? */
/trueos/crypto/openssl/doc/ssl/
HDSSL_CTX_set_session_cache_mode.pod23 The OpenSSL library can store/retrieve SSL/TLS sessions for later reuse.
28 In order to reuse a session, a client must send the session's id to the
30 agrees to reuse the session or it starts a full handshake (to create a new
38 Since a client may try to reuse a session intended for use in a different
65 server will try to reuse the session. This is the default.
93 sessions negotiated in an SSL/TLS handshake may be cached for possible reuse.
HDSSL_get_default_timeout.pod21 after which it will not be accepted for session reuse. If the timeout
HDSSL_session_reused.pod19 During the negotiation, a client can propose to reuse a session. The server
HDSSL_CTX_set_tmp_rsa_callback.pod94 reuse. For demonstration purposes, two keys for 512 bits and 1024 bits
122 rsa_512 = rsa_tmp; /* Remember for later reuse */
HDSSL_clear.pod51 if session reuse is not desired).
HDSSL_CTX_set_tlsext_ticket_key_cb.pod37 In order to reuse a session, a TLS client must send the a session ticket
39 The server, through the callback function, either agrees to reuse the session
HDSSL_shutdown.pod23 session cache for further reuse.
/trueos/lib/libc/stdlib/
HDgetenv.c461 bool reuse; in __setenv() local
471 reuse = false; in __setenv()
487 reuse = true; in __setenv()
491 if (! reuse) { in __setenv()
521 if (reuse && newEnvActive == envActive) in __setenv()
/trueos/usr.sbin/asl/
HDremote.c735 int status, reuse, fd; in remote_init_lockdown() local
745 reuse = 1; in remote_init_lockdown()
746 status = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuse, sizeof(int)); in remote_init_lockdown()
799 int status, reuse, fd; in remote_init_tcp() local
812 reuse = 1; in remote_init_tcp()
813 status = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuse, sizeof(int)); in remote_init_tcp()
/trueos/crypto/openssl/doc/crypto/
HDd2i_X509.pod31 structure and an attempt is made to reuse it. This "reuse" capability is present
200 In some versions of OpenSSL the "reuse" behaviour of d2i_X509() when
203 of this "reuse" behaviour is strongly discouraged.
216 L<ERR_get_error(3)|ERR_get_error(3)>. If the "reuse" capability has been used
HDpem.pod309 to reuse the structure at B<*x> (but see BUGS and EXAMPLES sections).
454 this is a bug because an attempt will be made to reuse the data at B<x>
482 The PEM read routines in some versions of OpenSSL will not correctly reuse
HDEVP_DigestInit.pod189 EVP_MD_CTX_copy_ex() because they can efficiently reuse a digest context
/trueos/crypto/openssl/doc/apps/
HDs_time.pod17 [B<-reuse>]
82 If neither B<-new> nor B<-reuse> are specified, they are both on by default
85 =item B<-reuse>
88 that session caching is working. If neither B<-new> nor B<-reuse> are
/trueos/contrib/ncurses/ncurses/tinfo/
HDlib_setup.c494 _nc_setupterm(NCURSES_CONST char *tname, int Filedes, int *errret, bool reuse) in _nc_setupterm() argument
540 if (reuse in _nc_setupterm()
/trueos/sys/gnu/dts/arm/
HDarmada-388.dtsi42 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
/trueos/crypto/heimdal/lib/kadm5/
HDkadm5_err.et36 error_code PASS_REUSE, "Can't reuse password"
/trueos/sbin/routed/
HDmain.c908 if (lim->reuse > now.tv_sec) { in msglim()
912 lim->reuse = now.tv_sec + 10*60; in msglim()
HDdefs.h524 time_t reuse; member
/trueos/contrib/ofed/management/opensm/doc/
HDOpenSM_PKey_Mgr.txt50 port. If port has limited resources that will require reuse of,
/trueos/crypto/openssl/ssl/
HDssltest.c532 int number = 1, reuse = 0; in main() local
615 reuse = 1; in main()
803 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) { in main()
1077 if (!reuse) in main()
/trueos/crypto/openssh/
HDPROTOCOL.chacha20poly130585 ChaCha20 must never reuse a {key, nonce} for encryption nor may it be
/trueos/contrib/gcc/config/mips/
HDpredicates.md190 the splitter would be forced to reuse the target register for
/trueos/sys/dev/aic7xxx/
HDaic7xxx.reg1284 * initialization, we read this field and reuse it for 2
1295 * and reuse it for 2 entries in the busy target table.
1488 * We reuse them after capturing the BIOS settings during

123456