Home
last modified time | relevance | path

Searched refs:resuming (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_peap.c55 int resuming; /* starting a resumed session */ member
1067 !data->resuming) { in eap_peap_process()
1185 if (sm->workaround && data->resuming) { in eap_peap_process()
1203 data->resuming = 0; in eap_peap_process()
1272 data->resuming = 1; in eap_peap_init_for_reauth()
H A Deap_fast.c45 int resuming; /* starting a resumed session */ member
1506 if (data->resuming && data->current_pac) { in eap_fast_process_start()
1569 !data->resuming) { in eap_fast_process()
1648 data->resuming = 0; in eap_fast_process()
1719 data->resuming = 1;
H A Deap_ttls.c55 int resuming; /* starting a resumed session */ member
1592 if (data->resuming) { in eap_ttls_process_handshake()
1610 data->resuming = 0; in eap_ttls_process_handshake()
1708 !data->resuming) { in eap_ttls_process()
1771 data->resuming = 1; in eap_ttls_init_for_reauth()
H A Deap_teap.c45 int resuming; /* starting a resumed session */ member
1745 if (data->resuming && data->current_pac) { in eap_teap_process_start()
1879 !data->resuming) { in eap_teap_process()
1965 data->resuming = 0; in eap_teap_process()
2039 data->resuming = 1;
/freebsd/sys/dev/acpica/
H A Dacpi_if.m146 # suspending/resuming. If a bus calls this when suspending a device, it
147 # must also call it when resuming.
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt41 supports disabling and resuming devices at any time.
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c1071 boolean_t resuming = B_FALSE; in dmu_redact_snap() local
1089 resuming = B_TRUE; in dmu_redact_snap()
1146 if (resuming) { in dmu_redact_snap()
H A Ddmu_send.c2177 struct send_merge_thread_arg *smt_arg, boolean_t resuming, objset_t *os, in setup_resume_points() argument
2186 if (resuming) { in setup_resume_points()
2223 if (resuming) { in setup_resume_points()
2379 boolean_t resuming = (dspp->resumeobj != 0 || dspp->resumeoff != 0); in dmu_send_impl() local
2380 boolean_t book_resuming = resuming; in dmu_send_impl()
2526 if (resuming || book_resuming) { in dmu_send_impl()
2528 rlt_arg, smt_arg, resuming, os, redact_rl, nvl); in dmu_send_impl()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_info_callback.pod100 resuming a handshake following a pause to handle early data.
H A DSSL_get_session.pod35 SSL_SESSION object but that object cannot be used for resuming the session. See
H A DASYNC_start_job.pod141 resuming the original job then a deadlock can occur. By calling
H A DSSL_CTX_set_options.pod265 SSL/TLS supports two mechanisms for resuming sessions: session ids and stateless
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.t0661 \ Check that when resuming a session, the requested
806 \ If resuming the session, then enforce the previously negotiated
848 \ If resuming a session, then the next steps are not necessary;
852 \ We are not resuming, so a new session ID should be generated.
910 \ We are not resuming a session.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib713 feature[resuming]="100000"
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4644 boolean_t resuming = DMU_GET_FEATUREFLAGS(drrb->drr_versioninfo) & in zfs_receive_one() local
4651 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && !resuming; in zfs_receive_one()
4653 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && resuming; in zfs_receive_one()
4684 if (resuming) { in zfs_receive_one()
4902 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT)) in zfs_receive_one()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def81 "in a state suitable for resuming the merge. "
/freebsd/contrib/ncurses/
H A DREADME159 Thomas Dickey (maintainer for 1.9.9g through 4.1, resuming with FSF's 5.0):
H A DNEWS12364 ncurses repainted the screen with nulls before resuming normal
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md973 and their content ignored, resuming decoding after the skippable frame.
1162 increasing at each state, then resuming at the first state,
/freebsd/contrib/flex/
H A DONEWS595 - Fixed bug in pointing yyin at a new file and resuming scanning.
H A DChangeLog9007 * flex.skl: Fixed bug in pointing yyin at a new file and resuming
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in269 /* Ignore this extension during parsing if we are resuming */
/freebsd/contrib/tzdata/
H A Deurope2378 # 1982-04-04, thus resuming Madeira's DST practice about a week later than the
/freebsd/contrib/diff/doc/
H A Ddiff.texi3845 used for resuming an aborted comparison. @xref{Comparing Directories}.
/freebsd/crypto/openssl/
H A DCHANGES.md8293 - Fix handling of connections that are resuming with a session ID,
9222 * Fix compression algorithm handling: if resuming a session use the
10479 applies only when resuming a session, so the earlier behavior was

12