• Home
  • Raw
  • Download

Lines Matching refs:km_uuid

190         KmUuid(Uuid) with accessor km_uuid,
650 km_uuid: Uuid, field
686 pub fn km_uuid(&self) -> &Uuid { in km_uuid() method
687 &self.km_uuid in km_uuid()
1379 km_uuid: Uuid, in get_or_create_key_with()
1432 km_uuid, in get_or_create_key_with()
1520 km_uuid: &Uuid, in create_key_entry()
1525 Self::create_key_entry_internal(tx, domain, namespace, key_type, km_uuid).no_gc() in create_key_entry()
1535 km_uuid: &Uuid, in create_key_entry_internal()
1556 km_uuid, in create_key_entry_internal()
1574 km_uuid: &Uuid, in create_attestation_key_entry()
1585 params![id, KeyType::Attestation, KeyLifeCycle::Live, km_uuid], in create_attestation_key_entry()
1741 km_uuid: &Uuid, in store_signed_attestation_certificate_chain()
1766 km_uuid in store_signed_attestation_certificate_chain()
1812 km_uuid: &Uuid, in assign_attestation_key()
1850 km_uuid, in assign_attestation_key()
1855 let (_, hw_info) = get_keymint_dev_by_uuid(km_uuid) in assign_attestation_key()
1875 km_uuid: &Uuid, in fetch_unsigned_attestation_keys()
1901 km_uuid, in fetch_unsigned_attestation_keys()
1987 km_uuid: &Uuid, in query_kid_for_attestation_key_and_cert_chain()
2005 km_uuid in query_kid_for_attestation_key_and_cert_chain()
2024 km_uuid: &Uuid, in retrieve_attestation_key_and_cert_chain()
2043 .query_kid_for_attestation_key_and_cert_chain(&tx, domain, namespace, km_uuid)? in retrieve_attestation_key_and_cert_chain()
2233 km_uuid: &Uuid, in store_new_key()
2248 let key_id = Self::create_key_entry_internal(tx, &domain, namespace, key_type, km_uuid) in store_new_key()
2312 km_uuid: &Uuid, in store_new_certificate()
2327 let key_id = Self::create_key_entry_internal(tx, &domain, namespace, key_type, km_uuid) in store_new_certificate()
2975 let km_uuid = Self::get_key_km_uuid(tx, key_id) in load_key_components() localVariable
2983 km_uuid, in load_key_components()
3463 (ke.domain.unwrap(), ke.namespace.unwrap(), ke.alias.as_deref(), ke.km_uuid.unwrap()) in test_create_key_entry()
3687 (ke.domain, ke.namespace, ke.alias.as_deref(), ke.km_uuid) in test_rebind_alias()
5030 km_uuid: Option<Uuid>, field
5044 km_uuid: row.get(6)?, in get_keyentry()
5365 km_uuid: KEYSTORE_UUID, in make_test_key_entry_test_vector()
5425 km_uuid: KEYSTORE_UUID, in make_bootlevel_test_key_entry_test_vector()
5453 let (id, key_type, domain, namespace, alias, state, km_uuid) = r.unwrap(); in debug_dump_keyentry_table()
5456 id, key_type, domain, namespace, alias, state, km_uuid in debug_dump_keyentry_table()