blob: de0e367a0359e79d8ca4198e626b0763e7b506d8 [file] [log] [blame]
Gilles Peskine2a079ac2019-10-15 16:08:13 +02001<h1 id="psa-secure-element-driver-interface">PSA secure element driver interface</h1>
2<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>
3<p><strong>Status: draft</strong> — major changes are still likely.</p>
4<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>