Lines Matching refs:Domain
57 Domain::Domain, EphemeralStorageKeyResponse::EphemeralStorageKeyResponse,
155 Domain::BLOB => KeyDescriptor { in store_new_key()
156 domain: Domain::BLOB, in store_new_key()
194 domain: Domain::KEY_ID, in store_new_key()
224 Domain::BLOB => { in create_operation()
396 upgradedBlob: if key.domain == Domain::BLOB { upgraded_blob } else { None }, in create_operation()
514 if key.domain != Domain::BLOB && key.alias.is_none() { in generate_key()
521 Domain::APP => KeyDescriptor { in generate_key()
535 (Domain::BLOB, _) => None, in generate_key()
636 if key.domain != Domain::BLOB && key.alias.is_none() { in import_key()
643 Domain::APP => KeyDescriptor { in import_key()
696 KeyDescriptor { domain: Domain::APP, blob: Some(ref blob), alias: Some(_), .. } in import_wrapped_key()
698 domain: Domain::SELINUX, blob: Some(ref blob), alias: Some(_), .. in import_wrapped_key()
708 if wrapping_key.domain == Domain::BLOB { in import_wrapped_key()
717 Domain::APP => KeyDescriptor { in import_wrapped_key()
723 Domain::SELINUX => KeyDescriptor { in import_wrapped_key()
724 domain: Domain::SELINUX, in import_wrapped_key()
908 if storage_key.domain != Domain::BLOB { in convert_storage_key_to_ephemeral()
965 if key.domain != Domain::BLOB { in delete_key()