/aosp_15_r20/system/secretkeeper/comm/src/ |
H A D | wire.rs | 55 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 75 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 130 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 134 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 162 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 174 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 207 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 214 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 226 pub fn cbor_type_error<T>(got: &Value, want: &'static str) -> Result<T, CoseError> { in cbor_type_error() argument
|
/aosp_15_r20/system/authgraph/core/src/ |
H A D | key.rs | 235 pub fn from_cose_key(cose_key: CoseKey) -> Result<Self, CoseError> { in from_cose_key() argument 478 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 501 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 591 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 634 fn to_cbor_value(mut self) -> Result<Value, CoseError> { in to_cbor_value() argument 658 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 666 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 678 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 733 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 744 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument [all …]
|
H A D | arc.rs | 171 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/common/ |
D | mod.rs | 37 pub enum CoseError { enum 60 impl<T> core::convert::From<cbor::de::Error<T>> for CoseError { implementation 74 impl<T> core::convert::From<cbor::ser::Error<T>> for CoseError { implementation 80 impl core::convert::From<core::num::TryFromIntError> for CoseError { implementation 86 impl core::fmt::Debug for CoseError { implementation 92 impl core::fmt::Display for CoseError { implementation 99 impl std::error::Error for CoseError {} implementation 101 impl CoseError { impl
|
/aosp_15_r20/system/secretkeeper/dice_policy/src/ |
H A D | lib.rs | 107 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 125 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 140 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 153 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 174 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 188 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 360 fn value_to_integer(value: &Value) -> Result<i64, CoseError> { in value_to_integer() argument
|
/aosp_15_r20/system/secretkeeper/comm/src/data_types/ |
H A D | packet.rs | 61 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 65 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 106 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 110 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
H A D | mod.rs | 45 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 55 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 73 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 83 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/cwt/ |
D | mod.rs | 41 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 48 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 91 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 120 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
/aosp_15_r20/system/secretkeeper/core/src/ |
H A D | store.rs | 206 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/common/ |
D | policy.rs | 140 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 175 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | opaque_key.rs | 472 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 487 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 559 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 589 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument
|
D | hwcrypto_device_key.rs | 149 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 157 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument
|
/aosp_15_r20/packages/modules/Virtualization/libs/cborutil/src/ |
D | lib.rs | 95 ) -> CoseError { in to_unexpected_item_error()
|
/aosp_15_r20/system/secretkeeper/client/src/ |
H A D | lib.rs | 151 CoseError(coset::CoseError), enumerator
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | lib.rs | 192 fn into(self) -> coset::CoseError { in into()
|