Lines Matching refs:km_uuid
191 KmUuid(Uuid) with accessor km_uuid,
620 km_uuid: Uuid, field
656 pub fn km_uuid(&self) -> &Uuid { in km_uuid() method
657 &self.km_uuid in km_uuid()
1349 km_uuid: Uuid, in get_or_create_key_with()
1403 km_uuid, in get_or_create_key_with()
1492 km_uuid: &Uuid, in create_key_entry()
1497 Self::create_key_entry_internal(tx, domain, namespace, key_type, km_uuid).no_gc() in create_key_entry()
1507 km_uuid: &Uuid, in create_key_entry_internal()
1528 km_uuid, in create_key_entry_internal()
1546 km_uuid: &Uuid, in create_attestation_key_entry()
1557 params![id, KeyType::Attestation, KeyLifeCycle::Live, km_uuid], in create_attestation_key_entry()
1715 km_uuid: &Uuid, in store_signed_attestation_certificate_chain()
1740 km_uuid in store_signed_attestation_certificate_chain()
1786 km_uuid: &Uuid, in assign_attestation_key()
1829 km_uuid, in assign_attestation_key()
1851 km_uuid: &Uuid, in fetch_unsigned_attestation_keys()
1877 km_uuid, in fetch_unsigned_attestation_keys()
1960 km_uuid: &Uuid, in get_attestation_pool_status()
1981 km_uuid, in get_attestation_pool_status()
1997 .query_map(params![KeyType::Attestation, km_uuid, KeyLifeCycle::Live], |row| { in get_attestation_pool_status()
2029 km_uuid: &Uuid, in retrieve_attestation_key_and_cert_chain()
2060 km_uuid in retrieve_attestation_key_and_cert_chain()
2239 km_uuid: &Uuid, in store_new_key()
2254 let key_id = Self::create_key_entry_internal(tx, &domain, namespace, key_type, km_uuid) in store_new_key()
2297 km_uuid: &Uuid, in store_new_certificate()
2313 let key_id = Self::create_key_entry_internal(tx, &domain, namespace, key_type, km_uuid) in store_new_certificate()
2967 let km_uuid = Self::get_key_km_uuid(&tx, key_id) in load_key_components() localVariable
2975 km_uuid, in load_key_components()
3411 (ke.domain.unwrap(), ke.namespace.unwrap(), ke.alias.as_deref(), ke.km_uuid.unwrap()) in test_create_key_entry()
3619 (ke.domain, ke.namespace, ke.alias.as_deref(), ke.km_uuid) in test_rebind_alias()
4959 km_uuid: Option<Uuid>, field
4976 km_uuid: row.get(6)?, in get_keyentry()
5293 km_uuid: KEYSTORE_UUID, in make_test_key_entry_test_vector()
5353 km_uuid: KEYSTORE_UUID, in make_bootlevel_test_key_entry_test_vector()
5381 let (id, key_type, domain, namespace, alias, state, km_uuid) = r.unwrap(); in debug_dump_keyentry_table()
5384 id, key_type, domain, namespace, alias, state, km_uuid in debug_dump_keyentry_table()