Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dmetrics_store.rs160 key_creation_with_auth_info, in log_key_creation_event_stats()
166 METRICS_STORE.insert_atom(AtomID::KEY_CREATION_WITH_AUTH_INFO, key_creation_with_auth_info); in log_key_creation_event_stats()
198 let mut key_creation_with_auth_info = KeyCreationWithAuthInfo { in process_key_creation_event_stats() localVariable
214 key_creation_with_auth_info.security_level = process_security_level(sec_level); in process_key_creation_event_stats()
244 key_creation_with_auth_info.user_auth_type = match a { in process_key_creation_event_stats()
257 key_creation_with_auth_info.log10_auth_key_timeout_seconds = in process_key_creation_event_stats()
307 KeystoreAtomPayload::KeyCreationWithAuthInfo(key_creation_with_auth_info), in process_key_creation_event_stats()