Skip to content

Commit 7273dc5

Browse files
author
Ron Eldor
committed
Rename crypto_platform
Rename `crypto_platform.h` to `crypto_device_platform.h`, as it was renamed in the code.
1 parent 48fea6d commit 7273dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/hw-accelerated-crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ When your hardware accelerator driver requires initialization, do the following
141141

142142
1. Define `MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT` in `mbedtls_device.h`
143143
1. Implement `crypto_platform_setup(crypto_platform_ctx *ctx)` and `crypto_platform_terminate(crypto_platform_ctx *ctx)`, which initializes and terminates your hardware accelerator driver.
144-
1. Define `crypto_platform_ctx` in `crypto_platform.h`.
144+
1. Define `crypto_platform_ctx` in `crypto_device_platform.h`.
145145

146146
### Considerations for alternative implementations
147147

0 commit comments

Comments
 (0)