Searched refs:id_rotation_state (Results 1 – 4 of 4) sorted by relevance
86 let id_rotation_state = IdRotationState::new(&temp_dir.path()); in test_had_factory_reset_since_id_rotation() localVariable95 assert!(id_rotation_state.had_factory_reset_since_id_rotation()?); in test_had_factory_reset_since_id_rotation()101 assert!(id_rotation_state.had_factory_reset_since_id_rotation()?); in test_had_factory_reset_since_id_rotation()118 assert!(!id_rotation_state.had_factory_reset_since_id_rotation()?); in test_had_factory_reset_since_id_rotation()
62 let id_rotation_state = if let Some(dir) = args.next() { in main() localVariable81 let ks_service = KeystoreService::new_native_binder(id_rotation_state).unwrap_or_else(|e| { in main()
61 id_rotation_state: IdRotationState, in new_native_binder()66 id_rotation_state.clone(), in new_native_binder()78 KeystoreSecurityLevel::new_native_binder(SecurityLevel::STRONGBOX, id_rotation_state) in new_native_binder()
69 id_rotation_state: IdRotationState, field86 id_rotation_state: IdRotationState, in new_native_binder()98 id_rotation_state, in new_native_binder()422 if self.id_rotation_state.had_factory_reset_since_id_rotation().context( in add_certificate_parameters()