Adapt names to more suitable and fix conditional compilation flags
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
b45b8ce474
commit
251e86ae3f
12 changed files with 46 additions and 41 deletions
|
@ -2865,7 +2865,7 @@ psa_status_t psa_driver_wrapper_pake_setup(
|
|||
}
|
||||
psa_status_t psa_driver_wrapper_pake_output(
|
||||
psa_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 )
|
||||
|
@ -2901,7 +2901,7 @@ psa_status_t psa_driver_wrapper_pake_output(
|
|||
|
||||
psa_status_t psa_driver_wrapper_pake_input(
|
||||
psa_pake_operation_t *operation,
|
||||
psa_pake_driver_step_t step,
|
||||
psa_crypto_driver_pake_step_t step,
|
||||
const uint8_t *input,
|
||||
size_t input_length )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue