Lines Matching refs:key_id_guard
2164 key_id_guard: KeyIdGuard, in migrate_key_namespace()
2212 params![alias, destination.domain.0, destination.nspace, key_id_guard.id()], in migrate_key_namespace()
2663 let key_id_guard = match key.domain { in load_key_entry_internal() localVariable
2693 let (key_id_guard, tx) = match key_id_guard { in load_key_entry_internal()
2700 let key_id_guard = KEY_ID_LOCK.get(key_id); in load_key_entry_internal() localVariable
2721 (key_id_guard, tx) in load_key_entry_internal()
2725 Some(key_id_guard) => (key_id_guard, tx), in load_key_entry_internal()
2728 let key_entry = Self::load_key_components(&tx, load_bits, key_id_guard.id()) in load_key_entry_internal()
2733 Ok((key_id_guard, key_entry)) in load_key_entry_internal()
4314 let key_id_guard = in test_migrate_key_app_to_app() localVariable
4332 let key_id = key_id_guard.id(); in test_migrate_key_app_to_app()
4334 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_app()
4383 let key_id_guard = in test_migrate_key_app_to_selinux() localVariable
4401 let key_id = key_id_guard.id(); in test_migrate_key_app_to_selinux()
4403 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_selinux()
4451 let key_id_guard = in test_migrate_key_destination_occupied() localVariable
4467 key_id_guard, in test_migrate_key_destination_occupied()