Searched refs:unimplemented (Results 1 – 7 of 7) sorted by relevance
/system/keymint/derive/src/ |
D | lib.rs | 142 Fields::Unit => unimplemented!(), in to_val_struct() 151 Data::Union(_) => unimplemented!(), in to_val_struct() 260 Fields::Unit => unimplemented!(), in from_val_struct() 305 Data::Union(_) => unimplemented!(), in from_val_struct() 403 Fields::Unit => unimplemented!(), in cddl_struct() 448 Data::Union(_) => unimplemented!(), in cddl_struct() 490 _ => unimplemented!(), in from_raw_tag() 558 Fields::Unnamed(_) => unimplemented!(), in deserialize_struct() 559 Fields::Unit => unimplemented!(), in deserialize_struct() 562 Data::Enum(_) => unimplemented!(), in deserialize_struct() [all …]
|
/system/authgraph/derive/src/ |
D | lib.rs | 99 Fields::Unnamed(_) => unimplemented!(), in to_val_struct() 100 Fields::Unit => unimplemented!(), in to_val_struct() 109 Data::Union(_) => unimplemented!(), in to_val_struct() 163 Fields::Unnamed(_) => unimplemented!(), in from_val_struct() 164 Fields::Unit => unimplemented!(), in from_val_struct() 209 Data::Union(_) => unimplemented!(), in from_val_struct()
|
/system/security/keystore2/src/ |
D | apc.rs | 71 pub fn unimplemented() -> Self { in unimplemented() method 272 return Err(Error::unimplemented()).context(ks_err!("APC not supported.")); in present_prompt()
|
/system/nfc/tools/casimir/src/ |
D | controller.rs | 1392 _ => unimplemented!("unsupported core oid {:?}", packet.get_oid()), in receive_command() 1401 _ => unimplemented!("unsupported rf oid {:?}", packet.get_oid()), in receive_command() 1406 _ => unimplemented!("unsupported nfcee oid {:?}", packet.get_oid()), in receive_command() 1418 unimplemented!("unsupported android oid {:?}", packet.get_android_sub_oid()) in receive_command() 1421 _ => unimplemented!("unsupported proprietary oid {:?}", packet.get_oid()), in receive_command() 1423 _ => unimplemented!("unsupported gid {:?}", packet.get_gid()), in receive_command() 1497 _ => unimplemented!(), in rf_conn_data() 1512 | RfState::ListenActive { rf_protocol, rf_interface, .. } => unimplemented!( in rf_conn_data() 1548 unimplemented!() in hci_conn_data() 1864 unimplemented!("unsupported combination of technology and protocol") in data_packet() [all …]
|
/system/authgraph/core/src/ |
D | traits.rs | 99 unimplemented!(); in generate_key()
|
D | key.rs | 737 unimplemented!() in to_cbor_value() 912 unimplemented!() in to_cbor_value() 974 unimplemented!() in to_cbor_value()
|
/system/security/mls/mls-rs-crypto-boringssl/src/ |
D | hpke.rs | 156 unimplemented!(); in encap() 166 unimplemented!(); in decap()
|