Home
last modified time | relevance | path

Searched refs:KmKeyParameterValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dkey_parameter.rs1079 (&KmKeyParameterValue::Algorithm(_), KmKeyParameterValue::Algorithm(_)) in check_field_matches_tag_type()
1080 | (&KmKeyParameterValue::BlockMode(_), KmKeyParameterValue::BlockMode(_)) in check_field_matches_tag_type()
1082 | (&KmKeyParameterValue::Digest(_), KmKeyParameterValue::Digest(_)) in check_field_matches_tag_type()
1083 | (&KmKeyParameterValue::EcCurve(_), KmKeyParameterValue::EcCurve(_)) in check_field_matches_tag_type()
1084 | (&KmKeyParameterValue::Origin(_), KmKeyParameterValue::Origin(_)) in check_field_matches_tag_type()
1085 | (&KmKeyParameterValue::KeyPurpose(_), KmKeyParameterValue::KeyPurpose(_)) in check_field_matches_tag_type()
1091 | (&KmKeyParameterValue::Invalid(_), KmKeyParameterValue::Invalid(_)) in check_field_matches_tag_type()
1092 | (&KmKeyParameterValue::Integer(_), KmKeyParameterValue::Integer(_)) in check_field_matches_tag_type()
1094 | (&KmKeyParameterValue::DateTime(_), KmKeyParameterValue::DateTime(_)) in check_field_matches_tag_type()
1095 | (&KmKeyParameterValue::BoolValue(_), KmKeyParameterValue::BoolValue(_)) in check_field_matches_tag_type()
[all …]
H A Dboot_level_keys.rs24 KeyParameterValue::KeyParameterValue as KmKeyParameterValue, KeyPurpose::KeyPurpose,
84 value: KmKeyParameterValue::BoolValue(true) in get_level_zero_key()
90 value: KmKeyParameterValue::Integer(1) in get_level_zero_key()