mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 08:24:11 -04: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:
parent
2588f8d36d
commit
b61484947a
@ -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` |
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user