Home
last modified time | relevance | path

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

/system/keymint/common/src/crypto/
Dec.rs67 pub fn coord_len(&self) -> usize { in coord_len() method
305 let coord_len = curve.coord_len(); in coordinates_from_pub_key() localVariable
306 if pub_key.len() != (1 + 2 * coord_len) { in coordinates_from_pub_key()
322 Ok((try_to_vec(&pub_key[1..1 + coord_len])?, try_to_vec(&pub_key[1 + coord_len..])?)) in coordinates_from_pub_key()
/system/keymint/boringssl/src/
Dec.rs342 Ok(Self { ec_key, pending_input: Vec::new(), max_size: curve.coord_len() }) in new()