| /system/secretkeeper/comm/src/ |
| 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
|
| /system/secretkeeper/comm/src/data_types/ |
| 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
|
| 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
|
| /system/secretkeeper/dice_policy/src/ |
| 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 150 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 171 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 185 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 359 fn value_to_integer(value: &Value) -> Result<i64, CoseError> { in value_to_integer() argument
|
| /system/authgraph/core/src/ |
| D | key.rs | 271 pub fn from_cose_key(cose_key: CoseKey) -> Result<Self, CoseError> { in from_cose_key() argument 517 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 540 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 738 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 781 fn to_cbor_value(mut self) -> Result<Value, CoseError> { in to_cbor_value() argument 805 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 813 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 825 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 880 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 891 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument [all …]
|
| 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
|
| /system/secretkeeper/core/src/ |
| 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
|
| /system/secretkeeper/client/src/ |
| D | dice.rs | 30 CoseError(coset::CoseError), enumerator
|
| D | lib.rs | 170 CoseError(coset::CoseError), enumerator
|
| /system/keymint/wire/src/ |
| D | lib.rs | 192 fn into(self) -> coset::CoseError { in into()
|