Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs147 fn read_bool(stream: &mut dyn Read) -> Result<bool> { in read_bool() function
512 if read_bool(&mut element_stream).context("While reading long integer.")? { in read_key_parameters()