Home
last modified time | relevance | path

Searched refs:encode_key (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dd2d_connection_context_v1.rs115 encode_key: Aes256Key, field
168 encode_key: Aes256Key, in new()
173 let encryption_key = derive_aes256_key::<C>(&encode_key, b"ENC:2"); in new()
175 let signing_key = derive_aes256_key::<C>(&encode_key, b"SIG:1"); in new()
180 encode_key, in new()
245 ret.extend_from_slice(self.encode_key.as_slice()); in save_session()
264 (encode_sequence_num, decode_sequence_num, encode_key, decode_key, next_protocol_int), in from_saved_session_with_rng()
298 encode_key, in from_saved_session_with_rng()
500 let encode_key_hash = java_utils::hash_code(self.encode_key.as_slice()); in get_session_unique()
503 self.encode_key.as_slice() in get_session_unique()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/src/
H A Dencoding.rs304 pub fn encode_key<B>(tag: u32, wire_type: WireType, buf: &mut B) in encode_key() function
490 encode_key(tag, WireType::Varint, buf);
506 encode_key(tag, WireType::LengthDelimited, buf);
616 encode_key(tag, $wire_type, buf);
647 encode_key(tag, WireType::LengthDelimited, buf);
801 encode_key(tag, WireType::LengthDelimited, buf); in encode()
954 encode_key(tag, WireType::LengthDelimited, buf); in encode()
1063 encode_key(tag, WireType::LengthDelimited, buf); in encode()
1149 encode_key(tag, WireType::StartGroup, buf); in encode()
1151 encode_key(tag, WireType::EndGroup, buf); in encode()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Dencode.rs16 pub(crate) fn encode_key(this: &Key, buf: &mut dyn Write, input: Option<&str>) -> Result { in encode_key() function
51 encode_key(key, buf, input)?; in encode_key_path()
82 encode_key(key, buf, input)?; in encode_key_path_ref()
Dkey.rs256 crate::encode::encode_key(self, f, None) in fmt()