Home
last modified time | relevance | path

Searched refs:as_byte_array (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dendian.rs17 fn as_byte_array(&self) -> &T; in as_byte_array() method
63 fn as_byte_array(&self) -> &[u8; $elems * core::mem::size_of::<$base>()] {
Ddigest.rs252 &as64.as_byte_array()[..self.algorithm.output_len] in as_ref()
/aosp_15_r20/external/python/pyserial/serial/
Dserialcli.py21 def as_byte_array(string): function
183 self._port_handle.Write(as_byte_array(data), 0, len(data))
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialcli.py23 def as_byte_array(string): function
177 self._port_handle.Write(as_byte_array(data), 0, len(data))
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/
Dblock.rs89 self.0.as_byte_array()
Dchacha20_poly1305_openssh.rs169 Counter::zero(Nonce::assume_unique_for_key(*(nonce.as_byte_array()))) in make_counter()
Dchacha20_poly1305.rs215 .as_byte_array(), in finish()
Daes.rs359 self.0.as_byte_array()