Skip to content

Commit

Permalink
Minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
BenUdall-Microchip committed May 20, 2019
1 parent f4306de commit 76ccc87
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/tng/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TNG Functions

This folder has a number of convenience functions for working with TNG devices
(currently ATECC608A-MAH22-T and ATECC608A-MAHTN-T).
(currently ATECC608A-MAHTN-T).

These devices have standard certificates that can be easily read using the
functions in tng_atcacert_client.h
2 changes: 1 addition & 1 deletion app/tng/tng_atca.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C" {
*
* \brief These methods provide some convenience functions (mostly around
* certificates) for TNG devices, which currently include
* ATECC608A-MAH22-T and ATECC608A-MAHTN-T.
* ATECC608A-MAHTN-T.
*
@{ */

Expand Down
4 changes: 2 additions & 2 deletions docs/html/a00997.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</div><!--header-->
<div class="contents">

<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAH22-T and ATECC608A-MAHTN-T.
<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAHTN-T.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Expand Down Expand Up @@ -170,7 +170,7 @@
<tr class="separator:gaa57e70cff7fe086c68527e2e8b284074"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAH22-T and ATECC608A-MAHTN-T. </p>
<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAHTN-T. </p>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a id="ga9d67f287321c5821711e9cc0ef332b3b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga9d67f287321c5821711e9cc0ef332b3b">&#9670;&nbsp;</a></span>CRYPTOAUTH_ROOT_CA_002_PUBLIC_KEY_OFFSET</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/a01241.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<div class="title">TNG Functions </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>This folder has a number of convenience functions for working with TNG devices (currently ATECC608A-MAH22-T and ATECC608A-MAHTN-T).</p>
<div class="textblock"><p>This folder has a number of convenience functions for working with TNG devices (currently ATECC608A-MAHTN-T).</p>
<p>These devices have standard certificates that can be easily read using the functions in <a class="el" href="a00053.html" title="Client side certificate I/O functions for TNG devices.">tng_atcacert_client.h</a> </p>
</div></div><!-- PageDoc -->
</div><!-- contents -->
Expand Down
2 changes: 1 addition & 1 deletion docs/html/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="a00994.html" target="_self">Host side crypto methods (atcah_)</a></td><td class="desc">Use these functions if your system does not use an ATCADevice as a host but implements the host in firmware. The functions provide host-side cryptographic functionality for an ATECC client device. They are intended to accompany the CryptoAuthLib functions. They can be called directly from an application, or integrated into an API </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="a00995.html" target="_self">JSON Web Token (JWT) methods (atca_jwt_)</a></td><td class="desc">Methods for signing and verifying JSON Web Token (JWT) tokens </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="a00996.html" target="_self">mbedTLS Wrapper methods (atca_mbedtls_)</a></td><td class="desc">These methods are for interfacing cryptoauthlib to mbedtls </td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="a00997.html" target="_self">TNG API (tng_)</a></td><td class="desc">These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAH22-T and ATECC608A-MAHTN-T </td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="a00997.html" target="_self">TNG API (tng_)</a></td><td class="desc">These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAHTN-T </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
Expand Down

0 comments on commit 76ccc87

Please sign in to comment.