Searched refs:CborEncodeError (Results 1 – 1 of 1) sorted by relevance
32 CborEncodeError, enumerator49 Self::CborEncodeError => write!(f, "Error encoding DICE chain CBOR"), in fmt()76 cbor_util::serialize(&handover).map_err(|_| DiceChainError::CborEncodeError) in truncate()