Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dmetrics_store.rs153 key_creation_with_auth_info, in log_key_creation_event_stats()
159 METRICS_STORE.insert_atom(AtomID::KEY_CREATION_WITH_AUTH_INFO, key_creation_with_auth_info); in log_key_creation_event_stats()
191 let mut key_creation_with_auth_info = KeyCreationWithAuthInfo { in process_key_creation_event_stats() localVariable
207 key_creation_with_auth_info.security_level = process_security_level(sec_level); in process_key_creation_event_stats()
237 key_creation_with_auth_info.user_auth_type = match a { in process_key_creation_event_stats()
250 key_creation_with_auth_info.log10_auth_key_timeout_seconds = in process_key_creation_event_stats()
301 KeystoreAtomPayload::KeyCreationWithAuthInfo(key_creation_with_auth_info), in process_key_creation_event_stats()