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:
@@ -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` |
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user