Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/tests/
H A Dtest_crypto.py8 CryptoPair,
121 pair = CryptoPair()
150 pair = CryptoPair()
187 pair = CryptoPair()
192 pair = CryptoPair()
210 pair = CryptoPair()
247 pair = CryptoPair()
H A Dtest_packet_builder.py3 from aioquic.quic.crypto import CryptoPair
32 crypto = CryptoPair()
H A Dtest_connection.py18 from aioquic.quic.crypto import CryptoPair
810 crypto = CryptoPair()
848 crypto = CryptoPair()
/dports/www/py-aioquic/aioquic-0.9.17/tests/
H A Dtest_crypto_draft_29.py8 CryptoPair,
121 pair = CryptoPair()
150 pair = CryptoPair()
187 pair = CryptoPair()
192 pair = CryptoPair()
210 pair = CryptoPair()
247 pair = CryptoPair()
H A Dtest_crypto.py8 CryptoPair,
122 pair = CryptoPair()
176 pair = CryptoPair()
213 pair = CryptoPair()
218 pair = CryptoPair()
236 pair = CryptoPair()
273 pair = CryptoPair()
H A Dtest_packet_builder.py3 from aioquic.quic.crypto import CryptoPair
32 crypto = CryptoPair()
H A Dtest_connection.py19 from aioquic.quic.crypto import CryptoPair
906 crypto = CryptoPair()
946 crypto = CryptoPair()
2539 crypto = CryptoPair()
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/tests/
H A Dtest_crypto.py8 CryptoPair,
121 pair = CryptoPair()
150 pair = CryptoPair()
187 pair = CryptoPair()
192 pair = CryptoPair()
210 pair = CryptoPair()
247 pair = CryptoPair()
H A Dtest_packet_builder.py3 from aioquic.quic.crypto import CryptoPair
32 crypto = CryptoPair()
H A Dtest_connection.py18 from aioquic.quic.crypto import CryptoPair
810 crypto = CryptoPair()
848 crypto = CryptoPair()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/tests/
H A Dtest_crypto.py8 CryptoPair,
121 pair = CryptoPair()
150 pair = CryptoPair()
187 pair = CryptoPair()
192 pair = CryptoPair()
210 pair = CryptoPair()
247 pair = CryptoPair()
H A Dtest_packet_builder.py3 from aioquic.quic.crypto import CryptoPair
32 crypto = CryptoPair()
H A Dtest_connection.py18 from aioquic.quic.crypto import CryptoPair
810 crypto = CryptoPair()
848 crypto = CryptoPair()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket_builder.py7 from .crypto import CryptoPair
95 self._packet_crypto: Optional[CryptoPair] = None
186 def start_packet(self, packet_type: int, crypto: CryptoPair) -> None: argument
H A Dcrypto.py132 class CryptoPair: class
H A Dconnection.py13 from .crypto import CryptoError, CryptoPair, KeyUnavailableError
231 self._cryptos: Dict[tls.Epoch, CryptoPair] = {}
1193 tls.Epoch.INITIAL: CryptoPair(),
1194 tls.Epoch.ZERO_RTT: CryptoPair(),
1195 tls.Epoch.HANDSHAKE: CryptoPair(),
1196 tls.Epoch.ONE_RTT: CryptoPair(),
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/quic/
H A Dpacket_builder.py7 from .crypto import CryptoPair
95 self._packet_crypto: Optional[CryptoPair] = None
186 def start_packet(self, packet_type: int, crypto: CryptoPair) -> None: argument
H A Dcrypto.py156 class CryptoPair: class
H A Dconnection.py20 from .crypto import CryptoError, CryptoPair, KeyUnavailableError
270 self._cryptos: Dict[tls.Epoch, CryptoPair] = {}
1352 def create_crypto_pair(epoch: tls.Epoch) -> CryptoPair:
1360 return CryptoPair(
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket_builder.py7 from .crypto import CryptoPair
95 self._packet_crypto: Optional[CryptoPair] = None
186 def start_packet(self, packet_type: int, crypto: CryptoPair) -> None: argument
H A Dcrypto.py132 class CryptoPair: class
H A Dconnection.py13 from .crypto import CryptoError, CryptoPair, KeyUnavailableError
231 self._cryptos: Dict[tls.Epoch, CryptoPair] = {}
1193 tls.Epoch.INITIAL: CryptoPair(),
1194 tls.Epoch.ZERO_RTT: CryptoPair(),
1195 tls.Epoch.HANDSHAKE: CryptoPair(),
1196 tls.Epoch.ONE_RTT: CryptoPair(),
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket_builder.py7 from .crypto import CryptoPair
95 self._packet_crypto: Optional[CryptoPair] = None
186 def start_packet(self, packet_type: int, crypto: CryptoPair) -> None: argument
H A Dcrypto.py132 class CryptoPair: class
H A Dconnection.py13 from .crypto import CryptoError, CryptoPair, KeyUnavailableError
230 self._cryptos: Dict[tls.Epoch, CryptoPair] = {}
1192 tls.Epoch.INITIAL: CryptoPair(),
1193 tls.Epoch.ZERO_RTT: CryptoPair(),
1194 tls.Epoch.HANDSHAKE: CryptoPair(),
1195 tls.Epoch.ONE_RTT: CryptoPair(),