Searched refs:into_vec (Results 1 – 7 of 7) sorted by relevance
275 info.try_extend_from_slice(&characteristics.into_vec()?)?;276 info.try_extend_from_slice(&hidden.into_vec()?)?;278 info.try_extend_from_slice(&sdd.into_vec()?)?;366 &plaintext_keyblob.key_material.into_vec()?, in encrypt()
18 self.samples.insert(name, sample.into_vec().unwrap()); in add()
19 let rsp_data = rsp.into_vec().unwrap(); in test_invalid_data()
475 let serialized_keyblob = encrypted_keyblob.into_vec()?; in finish_keyblob_creation()771 Ok(encrypted_keyblob.into_vec()?) in upgrade_key()
528 Some(rot_info.into_vec().map_err(|e| { in set_boot_info()612 match rsp.into_vec() { in process()
649 for val in vals.into_vec() {
305 fn into_vec(self) -> Result<Vec<u8>, CborError> { in into_vec() method