Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 9 of 9) sorted by relevance

/packages/modules/DnsResolver/doh/connection/
Ddriver.rs22 use quiche::h3;
86 H3(#[from] h3::Error),
99 pub headers: Vec<h3::Header>,
110 pub headers: Vec<h3::Header>,
118 fn new(headers: Vec<h3::Header>) -> Self { in new()
151 h3_conn: h3::Connection,
265 let h3_config = h3::Config::new()?; in drive_once()
266 let h3_conn = h3::Connection::with_transport(&mut self.quiche_conn, &h3_config)?; in drive_once()
330 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new()
415 … Err(h3::Error::StreamBlocked) | Err(h3::Error::TransportError(quiche::Error::StreamLimit)) => { in handle_request()
[all …]
Dmod.rs24 use quiche::h3;
112 H3(#[from] h3::Error),
220 headers: Vec<h3::Header>, in query()
/packages/modules/DnsResolver/doh/
Dencoding.rs21 use quiche::h3;
25 pub type DnsRequest = Vec<quiche::h3::Header>;
68 h3::Header::new(b":method", b"GET"), in dns_request()
69 h3::Header::new(b":scheme", b"https"), in dns_request()
70 h3::Header::new( in dns_request()
74 h3::Header::new(b":path", path.as_bytes()), in dns_request()
75 h3::Header::new(b"user-agent", b"quiche"), in dns_request()
76 h3::Header::new(b"accept", b"application/dns-message"), in dns_request()
85 use quiche::h3::NameValue;
Dconfig.rs27 use quiche::{h3, Result};
58 config.set_application_protos(h3::APPLICATION_PROTOCOL)?; in from_key()
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dclient.rs22 use quiche::h3::NameValue;
41 h3_conn: Option<quiche::h3::Connection>,
77 let config = quiche::h3::Config::new()?; in create_http3_connection()
78 let conn = quiche::h3::Connection::with_transport(&mut self.conn, &config)?; in create_http3_connection()
92 Ok((stream_id, quiche::h3::Event::Headers { list, has_body })) => { in handle_http3_request()
108 Ok((stream_id, quiche::h3::Event::Data)) => { in handle_http3_request()
118 Err(quiche::h3::Error::Done) => { in handle_http3_request()
140 quiche::h3::Header::new(b":status", b"200"), in handle_backend_message()
141 quiche::h3::Header::new(b"content-type", b"application/dns-message"), in handle_backend_message()
142 quiche::h3::Header::new(b"content-length", len.to_string().as_bytes()), in handle_backend_message()
Ddns_https_frontend.rs450 quiche_config.set_application_protos(quiche::h3::APPLICATION_PROTOCOL)?; in create_quiche_config()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs380 let h3 = h.pow(3) % p; in add() localVariable
382 let x3 = r.pow(2) - &h3 - 2 * &u1h2; in add()
383 let y3 = r * (u1h2 - &x3) - s1 * h3; in add()
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar170 …O��Tzt�b1�h������7��\Cl�������Q(��4N��Gn��O\V���U�QB��\Ӿ� ̲���w�h3��S居���ndo�T/����…
7561 �Fs��^N-d2��Np�us��5�4�A�������R��c�����J�K�h3�8w��
9312 ��kKP�o��ӣ�ޠ�!A�}����F6�_�W�8���u$fd�HRF�1�Pɯ_�;\�JA�j'h3�ł������J����l�\��8��>�oEӢ��Y�…
10014 …���n|7�D��K�ۙ&��8����8��>�B&}����� ��S�%�+G�m���3$��Y� �������SXE?h3ĭ�C�����-�x>9���@r�4�…
10187 crP�9��e^h3��e��c �����-c;�,Ӂ�ۻ�#�hn����Y� �_�.K��j�& I'0'�?������8���C���Hy��o�#�ʹ]C�V�…
10313 ��^,A��!2��Z��/��h3�rp{��QZj�I*G3r2�l����GM�m�7 ;�1. I�O��EpX�.�
12415 …������*��G.��ʲ�h���z���kF�ŗP�pf�nƥ�f��W $���<�'=�i�Ἑdb[����V�m:���NЩ�,h3�ߒzV���}���0.� ���Ǯ…
13896 ��:�~����o ��� �m�8P����W?�t�~���h��P���+HE�ԶǑ�C�t��u��v̌6��h3�ܞ���1ל���
15964 …�B�y�?u����[.W�_ZL2�9���Oz9����G��,#'v��:�;!�!z�yS�7��i�u�� h3؊pI �k���a��1 ��pG@…
16294 …�g��m$r1Pɘ�P�`��Ro���������_8���'��N��pj�S��0l{��1|ɴ;���� F��7�GA�h3�`��z��O�ȋ�m�������v…
[all …]
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...