summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-12-05 14:29:33 -0800
committerCommit Bot <commit-bot@chromium.org>2019-12-05 23:40:33 +0000
commitcd5d2f4fb0a3166b8874ad2793b6afae8736b91c (patch)
tree23355b10e2ec19d3b9ba19051badb36f22f222cf
parent2de33140216be7f95c33990317483d3c65ae641b (diff)
downloadchrome-ec-cd5d2f4fb0a3166b8874ad2793b6afae8736b91c.tar.gz
docs/fingerprint: Fix diagrams in fingerprint design doc
The doc links are not accessible publicly, so add PNG versions of the images using Drive's export functionality (i.e., append "export/png" to the end of the link). The original doc links are kept as comments so we know where they came from if we need to make changes. BRANCH=none BUG=none TEST=view in gitiles Change-Id: Ic6cf514032cfa9205c7c763716bf489597f2e08d Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1954312 Reviewed-by: Craig Hesling <hesling@chromium.org> Commit-Queue: Craig Hesling <hesling@chromium.org>
-rw-r--r--docs/fingerprint/fingerprint-authentication-design-doc.md12
-rw-r--r--docs/images/cros_fingerprint_architecture_diagram.pngbin0 -> 42757 bytes
-rw-r--r--docs/images/cros_fingerprint_decryption_flowchart.pngbin0 -> 29095 bytes
-rw-r--r--docs/images/cros_fingerprint_encryption_flowchart.pngbin0 -> 30345 bytes
4 files changed, 9 insertions, 3 deletions
diff --git a/docs/fingerprint/fingerprint-authentication-design-doc.md b/docs/fingerprint/fingerprint-authentication-design-doc.md
index eab2ccabf9..225d8e8a45 100644
--- a/docs/fingerprint/fingerprint-authentication-design-doc.md
+++ b/docs/fingerprint/fingerprint-authentication-design-doc.md
@@ -756,7 +756,13 @@ The log file is `/var/log/cros_fp.log`.
<!-- Images -->
-[Decryption Flowchart]: https://docs.google.com/drawings/d/1-JUWTF7sUTND29BfhDvIudzX_S6g-iwoxG1InPedmVw/export/png
-[Encryption Flowchart]: https://docs.google.com/drawings/d/1uUprgLsTUZZ2G2QWRYcRn6zBAh6ejvJagVRD7eZQv-k/export/png
-[Fingerprint Architecture]: https://docs.google.com/drawings/d/1DFEdxfDXEtYY3LNOOJFAxVw2A7rKouH98tnb1yiXLAA/export/png
+<!-- If you make changes to the docs below make sure to regenerate the PNGs by
+ appending "export/png" to the Google Drive link. -->
+
+<!-- https://docs.google.com/drawings/d/1-JUWTF7sUTND29BfhDvIudzX_S6g-iwoxG1InPedmVw -->
+[Decryption Flowchart]: ../images/cros_fingerprint_decryption_flowchart.png
+<!-- https://drive.google.com/open?id=1uUprgLsTUZZ2G2QWRYcRn6zBAh6ejvJagVRD7eZQv-k -->
+[Encryption Flowchart]: ../images/cros_fingerprint_encryption_flowchart.png
+<!-- https://docs.google.com/drawings/d/1DFEdxfDXEtYY3LNOOJFAxVw2A7rKouH98tnb1yiXLAA -->
+[Fingerprint Architecture]: ../images/cros_fingerprint_architecture_diagram.png
diff --git a/docs/images/cros_fingerprint_architecture_diagram.png b/docs/images/cros_fingerprint_architecture_diagram.png
new file mode 100644
index 0000000000..f83a338101
--- /dev/null
+++ b/docs/images/cros_fingerprint_architecture_diagram.png
Binary files differ
diff --git a/docs/images/cros_fingerprint_decryption_flowchart.png b/docs/images/cros_fingerprint_decryption_flowchart.png
new file mode 100644
index 0000000000..b693d6e826
--- /dev/null
+++ b/docs/images/cros_fingerprint_decryption_flowchart.png
Binary files differ
diff --git a/docs/images/cros_fingerprint_encryption_flowchart.png b/docs/images/cros_fingerprint_encryption_flowchart.png
new file mode 100644
index 0000000000..8cfbaea56e
--- /dev/null
+++ b/docs/images/cros_fingerprint_encryption_flowchart.png
Binary files differ