Skip to content

Commit 76ccc87

Browse files
Minor doc update
1 parent f4306de commit 76ccc87

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app/tng/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TNG Functions
22

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

66
These devices have standard certificates that can be easily read using the
77
functions in tng_atcacert_client.h

app/tng/tng_atca.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
*
1212
* \brief These methods provide some convenience functions (mostly around
1313
* certificates) for TNG devices, which currently include
14-
* ATECC608A-MAH22-T and ATECC608A-MAHTN-T.
14+
* ATECC608A-MAHTN-T.
1515
*
1616
@{ */
1717

docs/html/a00997.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</div><!--header-->
9696
<div class="contents">
9797

98-
<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAH22-T and ATECC608A-MAHTN-T.
98+
<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAHTN-T.
9999
<a href="#details">More...</a></p>
100100
<table class="memberdecls">
101101
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
@@ -170,7 +170,7 @@
170170
<tr class="separator:gaa57e70cff7fe086c68527e2e8b284074"><td class="memSeparator" colspan="2">&#160;</td></tr>
171171
</table>
172172
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
173-
<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAH22-T and ATECC608A-MAHTN-T. </p>
173+
<p>These methods provide some convenience functions (mostly around certificates) for TNG devices, which currently include ATECC608A-MAHTN-T. </p>
174174
<h2 class="groupheader">Macro Definition Documentation</h2>
175175
<a id="ga9d67f287321c5821711e9cc0ef332b3b"></a>
176176
<h2 class="memtitle"><span class="permalink"><a href="#ga9d67f287321c5821711e9cc0ef332b3b">&#9670;&nbsp;</a></span>CRYPTOAUTH_ROOT_CA_002_PUBLIC_KEY_OFFSET</h2>

docs/html/a01241.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<div class="title">TNG Functions </div> </div>
9191
</div><!--header-->
9292
<div class="contents">
93-
<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>
93+
<div class="textblock"><p>This folder has a number of convenience functions for working with TNG devices (currently ATECC608A-MAHTN-T).</p>
9494
<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>
9595
</div></div><!-- PageDoc -->
9696
</div><!-- contents -->

docs/html/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<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>
104104
<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>
105105
<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>
106-
<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>
106+
<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>
107107
</table>
108108
</div><!-- directory -->
109109
</div><!-- contents -->

0 commit comments

Comments
 (0)