Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dmetrics_store.rs152 key_creation_with_general_info, in log_key_creation_event_stats()
158 .insert_atom(AtomID::KEY_CREATION_WITH_GENERAL_INFO, key_creation_with_general_info); in log_key_creation_event_stats()
181 let mut key_creation_with_general_info = KeyCreationWithGeneralInfo { in process_key_creation_event_stats() localVariable
204 key_creation_with_general_info.error_code = anyhow_error_to_serialized_error(e).0; in process_key_creation_event_stats()
220 key_creation_with_general_info.algorithm = algorithm; in process_key_creation_event_stats()
224 key_creation_with_general_info.key_size = s; in process_key_creation_event_stats()
227 key_creation_with_general_info.key_origin = match o { in process_key_creation_event_stats()
279 key_creation_with_general_info.ec_curve = match e { in process_key_creation_event_stats()
289 key_creation_with_general_info.attestation_requested = true; in process_key_creation_event_stats()
294 if key_creation_with_general_info.algorithm == MetricsAlgorithm::EC { in process_key_creation_event_stats()
[all …]