Regenerate HTML
diff --git a/docs/psa/se/index.html b/docs/psa/se/index.html
index 10977ef..1574c94 100644
--- a/docs/psa/se/index.html
+++ b/docs/psa/se/index.html
@@ -1,5 +1,5 @@
<h1 id="psa-secure-element-driver-interface">PSA secure element driver interface</h1>
-<p>The accelerator interface lets you drivers for external cryptoprocessors into an implementation of the <a href="../#application-programming-interface">PSA Cryptography API</a>. External cryptoprocessors such as secure elements and smart cards perform cryptographic operations with keys accessed via opaque handles.</p>
+<p>The secure element driver interface lets you write drivers for external cryptoprocessors such as secure elements (SE), smart cards and hardware security modules (HSM) that perform operations on keys that never leave the external processor and are accessed only through opaque handles. You can plug such drivers into any implementation of the <a href="../#application-programming-interface">PSA Cryptography API</a>.</p>
<p><strong>Status: draft</strong> — major changes are still likely.</p>
<p><strong>Documentation</strong>: for now, please see the header file: <a href="https://github.com/ARMmbed/mbed-crypto/blob/development/include/psa/crypto_se_driver.h"><code>include/psa/crypto_se_driver.h</code></a></p>
<p><strong>Mbed Crypto support status</strong>: Partial. Only a few operations are supported: key pair generation, import, export and destruction; signature and verification.</p>