Searched defs:HwBccError (Results 1 – 2 of 2) sorted by relevance
/trusty/user/base/lib/hwbcc/rust/src/ |
D | err.rs | 23 pub enum HwBccError { enum 34 impl From<TipcError> for HwBccError { implementation 40 impl From<Error> for HwBccError { implementation 46 impl From<TryFromIntError> for HwBccError { implementation 52 impl From<AllocError> for HwBccError { implementation
|
D | lib.rs | 65 fn validate_response(self, resp: u32) -> Result<(), HwBccError> { in validate_response() argument 219 fn recv_resp(session: &Handle, cmd: BccCmd, buf: &mut [u8]) -> Result<HwBccResponse, HwBccError> { in recv_resp() argument 232 fn read_payload(resp: HwBccResponse, buf: &mut [u8]) -> Result<&[u8], HwBccError> { in read_payload() argument 271 ) -> Result<DiceArtifacts<'a>, HwBccError> { in get_dice_artifacts() argument 334 pub fn get_bcc<'a>(test_mode: HwBccMode, bcc: &'a mut [u8]) -> Result<&'a [u8], HwBccError> { in get_bcc() argument 376 ) -> Result<&'a [u8], HwBccError> { in sign_data() argument
|