Lines Matching refs:Domain
54 Domain::Domain, EphemeralStorageKeyResponse::EphemeralStorageKeyResponse,
151 Domain::BLOB => KeyDescriptor { in store_new_key()
152 domain: Domain::BLOB, in store_new_key()
188 domain: Domain::KEY_ID, in store_new_key()
218 Domain::BLOB => { in create_operation()
385 upgradedBlob: if key.domain == Domain::BLOB { upgraded_blob } else { None }, in create_operation()
472 if key.domain != Domain::BLOB && key.alias.is_none() { in generate_key()
479 Domain::APP => KeyDescriptor { in generate_key()
493 (Domain::BLOB, _) => None, in generate_key()
589 if key.domain != Domain::BLOB && key.alias.is_none() { in import_key()
596 Domain::APP => KeyDescriptor { in import_key()
650 KeyDescriptor { domain: Domain::APP, blob: Some(ref blob), alias: Some(_), .. } in import_wrapped_key()
652 domain: Domain::SELINUX, blob: Some(ref blob), alias: Some(_), .. in import_wrapped_key()
665 if wrapping_key.domain == Domain::BLOB { in import_wrapped_key()
675 Domain::APP => KeyDescriptor { in import_wrapped_key()
681 Domain::SELINUX => KeyDescriptor { in import_wrapped_key()
682 domain: Domain::SELINUX, in import_wrapped_key()
868 if storage_key.domain != Domain::BLOB { in convert_storage_key_to_ephemeral()
934 if key.domain != Domain::BLOB { in delete_key()