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.rs159 key_creation_with_auth_info, in log_key_creation_event_stats()
165 METRICS_STORE.insert_atom(AtomID::KEY_CREATION_WITH_AUTH_INFO, key_creation_with_auth_info); in log_key_creation_event_stats()
197 let mut key_creation_with_auth_info = KeyCreationWithAuthInfo { in process_key_creation_event_stats() localVariable
213 key_creation_with_auth_info.security_level = process_security_level(sec_level); in process_key_creation_event_stats()
243 key_creation_with_auth_info.user_auth_type = match a { in process_key_creation_event_stats()
256 key_creation_with_auth_info.log10_auth_key_timeout_seconds = in process_key_creation_event_stats()
306 KeystoreAtomPayload::KeyCreationWithAuthInfo(key_creation_with_auth_info), in process_key_creation_event_stats()