Searched refs:aidl_kp (Results 1 – 2 of 2) sorted by relevance
1472 let aidl_kp = KmKeyParameter { tag: Tag::INVALID, ..Default::default() }; in test_convert_from_wire_invalid() localVariable1473 assert_eq!(KeyParameterValue::Invalid, aidl_kp.into()); in test_convert_from_wire_invalid()1477 let aidl_kp = in test_convert_from_wire_bool() localVariable1479 assert_eq!(KeyParameterValue::CallerNonce, aidl_kp.into()); in test_convert_from_wire_bool()1483 let aidl_kp = KmKeyParameter { in test_convert_from_wire_integer() localVariable1487 assert_eq!(KeyParameterValue::KeyPurpose(KeyPurpose::ENCRYPT), aidl_kp.into()); in test_convert_from_wire_integer()1491 let aidl_kp = KmKeyParameter { in test_convert_from_wire_long_integer() localVariable1495 assert_eq!(KeyParameterValue::UserSecureID(i64::MAX), aidl_kp.into()); in test_convert_from_wire_long_integer()1499 let aidl_kp = KmKeyParameter { in test_convert_from_wire_blob() localVariable1505 aidl_kp.into() in test_convert_from_wire_blob()
173 aidl_key_char.authorizations.into_iter().map(move |aidl_kp| { in key_characteristics_to_internal()174 crate::key_parameter::KeyParameter::new(aidl_kp.into(), sec_level) in key_characteristics_to_internal()