Home
last modified time | relevance | path

Searched refs:replay_detect (Results 1 – 20 of 20) sorted by relevance

/dports/security/py-pyspnego/pyspnego-0.3.1/src/spnego/_sspi_raw/
H A Dsspi.pyx210 replay_detect = ISC_RET_REPLAY_DETECT variable in ClientContextAttr
247 replay_detect = ISC_REQ_REPLAY_DETECT variable in ClientContextReq
322 replay_detect = ASC_RET_REPLAY_DETECT variable in ServerContextAttr
348 replay_detect = ASC_REQ_REPLAY_DETECT variable in ServerContextReq
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Ddtls_record.erl35 …t([save_current_connection_state/2, next_epoch/2, get_connection_state_by_epoch/3, replay_detect/2,
475 replay_detect(#ssl_tls{sequence_number = SequenceNumber}, #{replay_window := Window}) -> function
H A Ddtls_gen_connection.erl106 case dtls_record:replay_detect(CT, CurrentRead) of
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Ddtls_record.erl35 …t([save_current_connection_state/2, next_epoch/2, get_connection_state_by_epoch/3, replay_detect/2,
456 replay_detect(#ssl_tls{sequence_number = SequenceNumber}, #{replay_window := Window}) -> function
H A Ddtls_connection.erl120 case dtls_record:replay_detect(CT, CurrentRead) of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/
H A Ddtls_record.erl35 …t([save_current_connection_state/2, next_epoch/2, get_connection_state_by_epoch/3, replay_detect/2,
463 replay_detect(#ssl_tls{sequence_number = SequenceNumber}, #{replay_window := Window}) -> function
H A Ddtls_connection.erl119 case dtls_record:replay_detect(CT, CurrentRead) of
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_record.erl35 …t([save_current_connection_state/2, next_epoch/2, get_connection_state_by_epoch/3, replay_detect/2,
480 replay_detect(#ssl_tls{sequence_number = SequenceNumber}, #{replay_window := Window}) -> function
H A Ddtls_gen_connection.erl106 case dtls_record:replay_detect(CT, CurrentRead) of
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_record.erl35 …t([save_current_connection_state/2, next_epoch/2, get_connection_state_by_epoch/3, replay_detect/2,
480 replay_detect(#ssl_tls{sequence_number = SequenceNumber}, #{replay_window := Window}) -> function
H A Ddtls_gen_connection.erl106 case dtls_record:replay_detect(CT, CurrentRead) of
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_record.erl35 …t([save_current_connection_state/2, next_epoch/2, get_connection_state_by_epoch/3, replay_detect/2,
480 replay_detect(#ssl_tls{sequence_number = SequenceNumber}, #{replay_window := Window}) -> function
H A Ddtls_gen_connection.erl106 case dtls_record:replay_detect(CT, CurrentRead) of
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_record.erl35 …t([save_current_connection_state/2, next_epoch/2, get_connection_state_by_epoch/3, replay_detect/2,
480 replay_detect(#ssl_tls{sequence_number = SequenceNumber}, #{replay_window := Window}) -> function
H A Ddtls_gen_connection.erl106 case dtls_record:replay_detect(CT, CurrentRead) of
/dports/security/py-pyspnego/pyspnego-0.3.1/src/spnego/
H A D_context.py114 replay_detect = 0x00000004 variable in ContextReq
H A D_sspi.py271 (ContextReq.replay_detect, 'replay_detect'),
H A D_gss.py546 (ContextReq.replay_detect, 'replay_detection'),
H A D_ntlm.py581 (ContextReq.replay_detect, NegotiateFlags.sign),
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/utils/
H A Dntlm.py193 self.replay_detect = False