Searched refs:log_key_event (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | audit_log.rs | 46 log_key_event(TAG_KEY_GENERATED, key, calling_app, success); in log_key_generated() 51 log_key_event(TAG_KEY_IMPORTED, key, calling_app, success); in log_key_imported() 56 log_key_event(TAG_KEY_DESTROYED, key, calling_app, success); in log_key_deleted() 67 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event() function
|