Searched defs:grease (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | grease.rs | 30 pub fn grease<P: CipherSuiteProvider>(&mut self, cs: &P) -> Result<(), MlsError> { in grease() method 43 pub fn grease<P: CipherSuiteProvider>(&mut self, cs: &P) -> Result<(), MlsError> { in grease() method 55 pub fn grease<P: CipherSuiteProvider>(&mut self, cs: &P) -> Result<(), MlsError> { in grease() method 83 pub fn grease<T: From<u16>, P: CipherSuiteProvider>( in grease() function 132 pub fn grease<T: From<u16>, P: CipherSuiteProvider>( in grease() function
|
D | lib.rs | 143 mod grease; module
|
/aosp_15_r20/external/curl/docs/libcurl/opts/ |
H A D | CURLOPT_ECH.md | 47 ## grease section in DESCRIPTION
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/ |
D | Cargo.toml | 258 grease = ["std"] qkey
|
/aosp_15_r20/external/rust/crates/quiche/src/h3/ |
D | stream.rs | 1118 fn grease() { in grease() function
|
D | mod.rs | 2049 let grease = if conn.grease { in send_settings() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/h3/ |
D | stream.rs | 1118 fn grease() { in grease() function
|
D | mod.rs | 2049 let grease = if conn.grease { in send_settings() localVariable
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_network_transaction_unittest.cc | 8911 spdy::SpdySerializedFrame grease(spdy::test::MakeSerializedFrame( in TEST_P() local 8969 spdy::SpdySerializedFrame grease(spdy::test::MakeSerializedFrame( in TEST_P() local 9028 spdy::SpdySerializedFrame grease(spdy::test::MakeSerializedFrame( in TEST_P() local 9172 spdy::SpdySerializedFrame grease(spdy::test::MakeSerializedFrame( in TEST_P() local
|
H A D | spdy_session_unittest.cc | 5453 spdy::SpdySerializedFrame grease(spdy::test::MakeSerializedFrame( in TEST_F() local
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | lib.rs | 707 grease: bool, field 861 pub fn grease(&mut self, grease: bool) { in grease() method 1379 grease: bool, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | lib.rs | 707 grease: bool, field 861 pub fn grease(&mut self, grease: bool) { in grease() method 1379 grease: bool, field
|