From cd5d2f4fb0a3166b8874ad2793b6afae8736b91c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 5 Dec 2019 14:29:33 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1954312 Reviewed-by: Craig Hesling Commit-Queue: Craig Hesling --- .../fingerprint-authentication-design-doc.md | 12 +++++++++--- docs/images/cros_fingerprint_architecture_diagram.png | Bin 0 -> 42757 bytes docs/images/cros_fingerprint_decryption_flowchart.png | Bin 0 -> 29095 bytes docs/images/cros_fingerprint_encryption_flowchart.png | Bin 0 -> 30345 bytes 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 docs/images/cros_fingerprint_architecture_diagram.png create mode 100644 docs/images/cros_fingerprint_decryption_flowchart.png create mode 100644 docs/images/cros_fingerprint_encryption_flowchart.png 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`. -[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 + + + +[Decryption Flowchart]: ../images/cros_fingerprint_decryption_flowchart.png + +[Encryption Flowchart]: ../images/cros_fingerprint_encryption_flowchart.png + +[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 Binary files /dev/null and b/docs/images/cros_fingerprint_architecture_diagram.png 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 Binary files /dev/null and b/docs/images/cros_fingerprint_decryption_flowchart.png 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 Binary files /dev/null and b/docs/images/cros_fingerprint_encryption_flowchart.png differ -- cgit v1.2.1