Lines Matching refs:key_id_guard
1675 key_id_guard: KeyIdGuard, in migrate_key_namespace()
1722 params![alias, destination.domain.0, destination.nspace, key_id_guard.id()], in migrate_key_namespace()
2194 let key_id_guard = match key.domain { in load_key_entry_internal() localVariable
2223 let (key_id_guard, tx) = match key_id_guard { in load_key_entry_internal()
2230 let key_id_guard = KEY_ID_LOCK.get(key_id); in load_key_entry_internal() localVariable
2251 (key_id_guard, tx) in load_key_entry_internal()
2255 Some(key_id_guard) => (key_id_guard, tx), in load_key_entry_internal()
2259 Self::load_key_components(&tx, load_bits, key_id_guard.id()).context(ks_err!())?; in load_key_entry_internal()
2263 Ok((key_id_guard, key_entry)) in load_key_entry_internal()
3819 let key_id_guard = in test_migrate_key_app_to_app() localVariable
3837 let key_id = key_id_guard.id(); in test_migrate_key_app_to_app()
3839 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_app()
3888 let key_id_guard = in test_migrate_key_app_to_selinux() localVariable
3906 let key_id = key_id_guard.id(); in test_migrate_key_app_to_selinux()
3908 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_selinux()
3956 let key_id_guard = in test_migrate_key_destination_occupied() localVariable
3972 key_id_guard, in test_migrate_key_destination_occupied()