Home
last modified time | relevance | path

Searched refs:key_params (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/
Dsuper_key.rs204 let key_params = vec![ in decrypt() localVariable
212 let key_params: Vec<KmKeyParameter> = key_params.into_iter().map(|x| x.into()).collect(); in decrypt() localVariable
218 &key_params, in decrypt()
941 let mut key_params = vec![ in lock_screen_lock_bound_key() localVariable
955 key_params.push(KeyParameterValue::UserSecureID(*sid)); in lock_screen_lock_bound_key()
957 let key_params: Vec<KmKeyParameter> = in lock_screen_lock_bound_key() localVariable
958 key_params.into_iter().map(|x| x.into()).collect(); in lock_screen_lock_bound_key()
969 key_params.as_slice(), in lock_screen_lock_bound_key()
Denforcements.rs415 let (key_id, key_params) = match key_properties { in authorize_create()
416 Some((key_id, key_params)) => (*key_id, key_params), in authorize_create()
439 for kp in key_params.iter() { in authorize_create()
452 for kp in key_params.iter() { in authorize_create()
489 for key_param in key_params.iter() { in authorize_create()
Dmetrics_store.rs154 key_params: &[KeyParameter], in log_key_creation_event_stats()
161 ) = process_key_creation_event_stats(sec_level, key_params, result); in log_key_creation_event_stats()
177 key_params: &[KeyParameter], in process_key_creation_event_stats()
215 for key_param in key_params.iter().map(KsKeyParamValue::from) { in process_key_creation_event_stats()
/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp51 const AuthProxy& key_params, in GetAndValidateGcmTagLength() argument
59 if (!key_params.GetTagValue(TAG_MIN_MAC_LENGTH, &min_tag_length_bits)) { in GetAndValidateGcmTagLength()