Adapt names to more suitable and fix conditional compilation flags
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/docs/proposed/psa-driver-interface.md b/docs/proposed/psa-driver-interface.md
index 1b941ce..07f1989 100644
--- a/docs/proposed/psa-driver-interface.md
+++ b/docs/proposed/psa-driver-interface.md
@@ -410,7 +410,7 @@
```
psa_status_t acme_pake_output(acme_pake_operation_t *operation,
- psa_pake_driver_step_t step,
+ psa_crypto_driver_pake_step_t step,
uint8_t *output,
size_t output_size,
size_t *output_length);
@@ -437,7 +437,7 @@
#### PAKE driver input
```
psa_status_t acme_pake_input(acme_pake_operation_t *operation,
- psa_pake_driver_step_t step,
+ psa_crypto_driver_pake_step_t step,
uint8_t *input,
size_t input_size);
```