| Gilles Peskine | 36cee0e | 2019-10-15 16:07:12 +0200 | [diff] [blame^] | 1 | # PSA secure element driver interface |
| 2 | |
| 3 | The accelerator interface lets you drivers for external cryptoprocessors into an implementation of the [PSA Cryptography API](../#application-programming-interface). External cryptoprocessors such as secure elements and smart cards perform cryptographic operations with keys accessed via opaque handles. |
| 4 | |
| 5 | **Status: draft** — major changes are still likely. |
| 6 | |
| 7 | **Documentation**: for now, please see the header file: |
| 8 | [`include/psa/crypto_se_driver.h`](https://github.com/ARMmbed/mbed-crypto/blob/development/include/psa/crypto_se_driver.h) |