Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/freebsd/crypto/openssl/doc/man3/
H A DSSL_key_update.pod55 attempt to resume any session associated with the connection in the new
59 same was as SSL_renegotiate() except that OpenSSL will attempt to resume the
67 handshake and it may or may not attempt to resume an existing session. If
73 a TLS connection the client will attempt to resume the current session in the
74 new handshake. For historical reasons, DTLS clients will not attempt to resume
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod35 returned if an attempt is made to set the padding mode to anything other
39 If the key has usage restrictions then an error is returned if an attempt is
47 key has usage restrictions then an error is returned if an attempt is made to
H A DBIO_s_accept.pod108 attempt is first made to use BIO_BIN_NORMAL, if this fails
109 and the port is not in use then a second attempt is made
113 called, after the accept BIO has been setup, it will attempt
157 then it is an indication that an accept attempt would block: the application
H A DOSSL_DECODER_CTX.pod87 figure out what the input data is and to attempt to unpack it into one of
107 the caller is called to attempt to construct an appropriate type / structure
132 a decoder, to be used to attempt to decode some encoded input.
H A DBIO_s_connect.pod118 and BIO_get_conn_port() are updated when a connection attempt is made.
119 Before any connection attempt the values returned are those set by the
130 then this is an indication that a connection attempt would block,
H A DBIO_s_datagram.pod89 connected, and therefore how the BIO_s_datagram() should attempt to use the
93 underlying socket has been connected and will attempt to use the socket using OS
99 socket is not connected and will attempt to use the socket using an OS APIs
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c472 int attempt = -1; /* filter to make sure addresses have in iter_filter_order() local
482 if(a->addr.ss_family != AF_INET6 && attempt == -1) { in iter_filter_order()
486 attempt = a->attempts; in iter_filter_order()
489 } else if(a->addr.ss_family != AF_INET6 && attempt == a->attempts) { in iter_filter_order()
496 if(attempt == -1) { in iter_filter_order()
497 attempt = a->attempts; in iter_filter_order()
498 } else if(a->attempts > attempt) { in iter_filter_order()
530 int attempt = -1; /* filter to make sure addresses have in iter_filter_order() local
540 if(a->addr.ss_family != AF_INET && attempt == -1) { in iter_filter_order()
544 attempt = a->attempts; in iter_filter_order()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.divide_by_zero.err2 [string "channel program"]:16: attempt to divide by zero
/freebsd/contrib/netbsd-tests/fs/psshfs/
H A Dssh_config.in13 # Do not attempt password authentication in case keys fail.
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dssh_config.in13 # Do not attempt password authentication in case keys fail.
/freebsd/sys/arm/ti/am335x/
H A Dtda19988.c568 int attempt, err; in tda19988_read_edid_block() local
585 for (attempt = 0; attempt < MAX_READ_ATTEMPTS; attempt++) { in tda19988_read_edid_block()
592 if (attempt == MAX_READ_ATTEMPTS) { in tda19988_read_edid_block()
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.c776 int attempt, error; in vtpci_setup_interrupts() local
780 for (attempt = 0; attempt < 5; attempt++) { in vtpci_setup_interrupts()
785 switch (attempt) { in vtpci_setup_interrupts()
/freebsd/share/examples/kld/khelp/
H A DREADME5 an attempt to explain how everything fits together.
/freebsd/crypto/openssh/
H A Dauth2.c286 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures); in input_userauth_request()
291 if (authctxt->attempt >= 1024) in input_userauth_request()
293 if (authctxt->attempt++ == 0) { in input_userauth_request()
446 (authctxt->attempt > 1 || strcmp(method, "none") != 0)) { in userauth_finish()
H A DPROTOCOL.agent33 a duplicate session identifier, or any attempt to bind a connection
103 requests. When an agent receives this extension, it will attempt to match
/freebsd/contrib/ldns/ldns/
H A Dnet.h.in74 * \param[in] timeout the timeout value for the connect attempt
87 * \param[in] timeout the timeout value for the connect attempt
132 * \param[in] timeout timeout for the connect attempt
143 * \param[in] timeout timeout for the connect attempt
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dlt3651-charger.txt17 The driver will attempt to aquire interrupts for all GPIOs to detect changes in
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DVersionViaGit.cmake3 # will attempt to parse them in the github tag fomat
/freebsd/contrib/libevent/cmake/
H A DVersionViaGit.cmake3 # will attempt to parse them in the github tag fomat
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td11 "threshold T, another attempt will be done after 2T instructions, then "
/freebsd/tools/tools/net80211/wesside/
H A DREADME17 * Uses aircrack periodically to attempt to crack the WEP key. The supplied
/freebsd/tools/tools/find-sb/
H A DREADME12 this program does not even attempt.)
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-st.txt53 /* # WARNING: Do not attempt to copy/replicate these nodes, # */
/freebsd/sys/dev/sfxge/
H A Dsfxge.c1035 unsigned attempt; in sfxge_reset() local
1048 for (attempt = 0; attempt < sfxge_restart_attempts; ++attempt) { in sfxge_reset()
/freebsd/lib/libc/softfloat/
H A DREADME.txt33 You should not attempt to compile SoftFloat without first reading both

12345678910>>...12