Home
last modified time | relevance | path

Searched refs:key_parameter (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dutils.rs168 ) -> Vec<crate::key_parameter::KeyParameter> { in key_characteristics_to_internal()
174 crate::key_parameter::KeyParameter::new(aidl_kp.into(), sec_level) in key_characteristics_to_internal()
183 parameters: Vec<crate::key_parameter::KeyParameter>, in key_parameters_to_authorizations()
H A Dlib.rs30 pub mod key_parameter; module
H A Dkey_parameter.rs1113 use crate::key_parameter::*;
1118 let key_parameter = KeyParameter::new( in test_key_parameter() localVariable
1123 assert_eq!(key_parameter.get_tag(), Tag::ALGORITHM); in test_key_parameter()
1126 *key_parameter.key_parameter_value(), in test_key_parameter()
1130 assert_eq!(*key_parameter.security_level(), SecurityLevel::STRONGBOX); in test_key_parameter()
1145 use crate::key_parameter::*;
1410 use crate::key_parameter::*;
H A Dboot_level_keys.rs19 key_parameter::KeyParameterValue,
H A Dsecurity_level.rs24 use crate::key_parameter::KeyParameter as KsKeyParam;
25 use crate::key_parameter::KeyParameterValue as KsKeyParamValue;
H A Dlegacy_migrator.rs17 use crate::key_parameter::KeyParameterValue;
H A Dmetrics_store.rs22 use crate::key_parameter::KeyParameterValue as KsKeyParamValue;
H A Denforcements.rs19 use crate::key_parameter::{KeyParameter, KeyParameterValue};
H A Dsuper_key.rs27 key_parameter::{KeyParameter, KeyParameterValue},
H A Dlegacy_blob.rs19 key_parameter::{KeyParameter, KeyParameterValue},
H A Ddatabase.rs50 use crate::key_parameter::{KeyParameter, Tag};
3214 use crate::key_parameter::{