/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_peap.c | 55 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 D | eap_fast.c | 45 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 D | eap_ttls.c | 55 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 D | eap_teap.c | 45 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 D | acpi_if.m | 146 # 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 D | pmc.txt | 41 supports disabling and resuming devices at any time.
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_redact.c | 1071 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 D | dmu_send.c | 2177 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 D | SSL_CTX_set_info_callback.pod | 100 resuming a handshake following a pause to handle early data.
|
H A D | SSL_get_session.pod | 35 SSL_SESSION object but that object cannot be used for resuming the session. See
|
H A D | ASYNC_start_job.pod | 141 resuming the original job then a deadlock can occur. By calling
|
H A D | SSL_CTX_set_options.pod | 265 SSL/TLS supports two mechanisms for resuming sessions: session ids and stateless
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_server.t0 | 661 \ 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 D | rsend.kshlib | 713 feature[resuming]="100000"
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 4644 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 D | FuzzerFlags.def | 81 "in a state suitable for resuming the merge. "
|
/freebsd/contrib/ncurses/ |
H A D | README | 159 Thomas Dickey (maintainer for 1.9.9g through 4.1, resuming with FSF's 5.0):
|
H A D | NEWS | 12364 ncurses repainted the screen with nulls before resuming normal
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 973 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 D | ONEWS | 595 - Fixed bug in pointing yyin at a new file and resuming scanning.
|
H A D | ChangeLog | 9007 * flex.skl: Fixed bug in pointing yyin at a new file and resuming
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h.in | 269 /* Ignore this extension during parsing if we are resuming */
|
/freebsd/contrib/tzdata/ |
H A D | europe | 2378 # 1982-04-04, thus resuming Madeira's DST practice about a week later than the
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 3845 used for resuming an aborted comparison. @xref{Comparing Directories}.
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 8293 - 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
|