blob: d3c48254ceb73a2c5cce95f5993fd5ac7d91d6a7 [file] [log] [blame]
Gilles Peskine2a079ac2019-10-15 16:08:13 +02001<h1 id="psa-cryptographic-accelerator-interface">PSA cryptographic accelerator interface</h1>
Gilles Peskined1bf57b2019-10-15 18:06:25 +02002<p>The cryptographic accelerator driver interface lets you write drivers for hardware that performs cryptographic operations with keys in clear text. You can plug such drivers into any implementation of the <a href="../#application-programming-interface">PSA Cryptography API</a>.</p>
Gilles Peskine2a079ac2019-10-15 16:08:13 +02003<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_accel_driver.h"><code>include/psa/crypto_accel_driver.h</code></a></p>
Gilles Peskineb78b6282019-10-15 16:26:55 +02005<p><strong>Mbed Crypto support status</strong>: Not implemented yet. For now, accelerators use the <a href="https://tls.mbed.org/kb/development/hw_acc_guidelines">Mbed TLS alternative cryptography engine interface</a>.</p>