1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Fix error in the guide to drivers

There is no export_key entry point for transparent drivers.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2023-08-07 11:32:51 +02:00
parent 2588f8d36d
commit b61484947a

View File

@@ -29,8 +29,8 @@ Auto-generation of the driver wrapper is supported for the operation entry point
| Transparent Driver | Opaque Driver | | Transparent Driver | Opaque Driver |
|---------------------|---------------------| |---------------------|---------------------|
| `import_key` | `import_key` | | `import_key` | `import_key` |
| `export_key` | `export_key` |
| `export_public_key` | `export_public_key` | | `export_public_key` | `export_public_key` |
| | `export_key` |
| | `copy_key` | | | `copy_key` |
| | `get_builtin_key` | | | `get_builtin_key` |