Home
last modified time | relevance | path

Searched refs:from_byte_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dendian.rs23 fn from_byte_array(a: &T) -> Self; in from_byte_array() method
50 fn from_byte_array(a: &[u8; $elems * core::mem::size_of::<$base>()]) -> Self {
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/
Dblock.rs82 Self(FromByteArray::from_byte_array(bytes))