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.rs158 key_creation_with_general_info, in log_key_creation_event_stats()
164 .insert_atom(AtomID::KEY_CREATION_WITH_GENERAL_INFO, key_creation_with_general_info); in log_key_creation_event_stats()
187 let mut key_creation_with_general_info = KeyCreationWithGeneralInfo { in process_key_creation_event_stats() localVariable
210 key_creation_with_general_info.error_code = get_error_code(e); in process_key_creation_event_stats()
226 key_creation_with_general_info.algorithm = algorithm; in process_key_creation_event_stats()
230 key_creation_with_general_info.key_size = s; in process_key_creation_event_stats()
233 key_creation_with_general_info.key_origin = match o { in process_key_creation_event_stats()
285 key_creation_with_general_info.ec_curve = match e { in process_key_creation_event_stats()
294 key_creation_with_general_info.attestation_requested = true; in process_key_creation_event_stats()
299 if key_creation_with_general_info.algorithm == MetricsAlgorithm::EC { in process_key_creation_event_stats()
[all …]